- Output field: Where the bot has no sufficient knowledge to answer a question, she asks the user a question for clarification and tries to give an answer through interaction.
Description
This is a "macro" element that may enhance the brain performance if used properly. It automatically generates dialogs like the example below.
- I want to reset my password?
- Do you want to reset your email password?
- Yes.
- What is your email address?
- ...
If user answers No, the bot will continue conversation based on the "default reply" described as below.
<wizard>Default reply</wizard>
Parameters
Default reply
Required. A BrainXML expression defining how the bot should continue if user gives a negative reply to the clarification question by the bot.
Examples
Example 1.
- Cell
- *
-
Sorry but I can't help with that.
- Log
- I want to reset my password?
- Do you want to reset your email password?
- No.
- Sorry but I can't help with that.
- ...
Notes
- The performance of wizard depends on how many simple cells you have created. It doesn't work if your brain has no or very few simple cells.