Conversation Logic

All blocks within the Conversation Logic category share a common component – Responses. The following documentation details the Responses tab, applicable to all blocks in the Conversation Logic category.

Responses

Responses enable you to define what the chatbot communicates to the caller.

Components of the Responses Tab

The currently selected response. This represents the currently selected response. It contains the messages that will be communicated to the caller.

Intents

The Start Conversation and State blocks within the Conversation Logic category share a common component – Intents. The following documentation details the Inents tab.

Intents are user expressions or phrases that prompt specific responses from your chatbot. They can be as straightforward as "Order a pizza" to initiate a pizza ordering dialog. Intents bridge the gap between user requests and your chatbot's ability to understand and respond appropriately.

Components of the Responses Tab

Start Conversation block – When a conversation begins, typically through an incoming call, the LaunchRequest intent is triggered to deliver your welcome message and set the stage for the interaction.

State block – The Intents tab in the State block is used to create and manage intents that determine how a conversation progresses. Each intent can lead to different paths or outcomes in a conversation⁠.

Last updated