Skip to main content

Triggers

Every dialog

starts with a single trigger. Moveo.AI supports the following triggers:

TypeDescription
TextTriggered by text messages
EventTriggered internally from a different dialog node
UnknownTriggered when Moveo cannot match any of the dialog nodes given the recognized intent

Add a trigger

Add a new trigger using Moveo's drag-and-drop functionality.

caution

Avoid using the same trigger words for multiple intents to prevent collisions.

Uses of triggers

Moveo has two different functionalities for triggers:

  1. They can be used as the parent trigger (`$r_0--- id: trigger_overview title: Triggers sidebar_label: Overview hoverText: Triggers hoverDescription: Trigger types overview

, nodes[0]) in a dialog. 2. They can be used as child triggers to provide a different response. See what happens for an intent trigger

and a fallback.