Triggers

Every dialog starts with a single trigger. Môveo.AI supports the following triggers:

TypeDescription
TextTriggered on text messages
EventTriggered internally from a different dialog node
UnknownTriggered 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 (r0r_0, 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.
Last updated on