Triggers
Every dialog starts with a single trigger. Môveo.AI supports the following triggers:
Type | Description |
---|---|
Text | Triggered on text messages |
Event | Triggered internally from a different dialog node |
Unknown | Triggered when Môveo cannot match any of the dialog nodes given the recognized intent |
Add a trigger
Add a new trigger by using Môveo's drag-and-drop functionality.
caution
Avoid using the same trigger words for multiple intents to avoid collision.
Uses of triggers
Môveo has two different functionalities for triggers.
- They can be used as the parent trigger (,
nodes[0]
) in a dialog. - They can be used as child triggers, to provide a different response. See what happens for a text trigger and an unknown trigger.