Global
Your Dialog's Global Behavior
Last updated
Your Dialog's Global Behavior
Last updated
The Global block handles inputs from callers that are applicable at any point in the conversation, irrespective of the current state of the dialog. It is composed of several predefined intents that can be triggered by utterances. Each intent corresponds to a specific action or response by the conversational AI. For example:
on error
â Activated when an error is detected in the conversation flow, guiding you towards a resolution.
else
â Serves as a catch-all for any utterances that do not match other specified intents, ensuring that you or the caller remain engaged with meaningful responses.
When the same intent is defined both locally (in a specific State block) and globally, the local definition is prioritized. This prioritization ensures that responses are contextually appropriate, enhancing interaction relevance.
The global 'else' intent provides a general response, whereas a local 'else' offers context-specific interaction. Below is an example of a local 'else' intent within a State block: