Output Configuration
Output Configurations
are rather simple as they contain prepared sentences that the Chatbot should reply to the user (depending on the actions
coming from the Behavior Rules
).
Simple Output Configuration looks like this:
The configuration contains an array
of outputSet
, which can contain one or more output objects.
The minimum amount of values that you need to provide in order be functional are action
and outputs
.
Now let's look at a more complex output configuration file:
Explanation of model
Key | Description |
action | This will be the " |
outputs | This array of output objects are the outputs that will be replied back to the user in case the |
quickReplies | This is an |
timesOccurred | How often this |
Last updated