Tornar-se um bot de prestador de serviço com o Bot Libre Nuvem Bot Plataforma
Bugs and Features

General versus specific pattern matching.

por aazxcqwe postado Jan 13 2015, 14:02

I have a general question, is there a way to override a general pattern with a specific pattern? For example, in the above could I have the bot return the input phrases by using 'show' in front of the same sentence. I can see both cases where the generic pattern should win and where the specific one should. Any thoughts or methods to deal with this?

State:FirstThisThenThat { pattern Pattern:"* then *" template Formula:"{srai (get #word from :star at 1)}, {srai (get #word from :star at 2)}"; pattern Pattern:"show first * then *" template Formula:"{get #word from :star at 1}, {get #word from :star at 2}";}


by admin posted Jan 13 2015, 14:18
The patterns are evaluated in the order they are specified. So if you put "show first * then *" first, it will take precedence.

You can also use patterns outside of scripts, as general learned responses. In which case the bot will pick the best matching pattern to the input, taking into account the input, topic, previous, and context.

Thumbs up: 0, thumbs down: 0, stars: 0.0
Views: 1481, today: 0, week: 1, month: 8

Id: 704670
Tags: patterns
Postado: Jan 13 2015, 14:02
Respostas: 1
Pontos de vista: 1590, hoje: 1, semana: 4, mês: 16
0 0 0.0/5