End chat

This pattern allows the user to end the chat.

This functionality is not activated by default; it must be activated in the Interface Settings page:

Clicking on the End Chat button generates an intent to end the chat. Similar to no match and restart, the conversation engine will look for an intent.core.TurnEndChat intent in a turn in the current scene. If no intent is found, the engine will look for an intent.core.SceneEndChat intent in the conversation, and if no intent is found, the engine will look for an intent.core.ConversationEndChat.

If none of these are found, the global intent.core.endChat is executed.

Note the End Chat is not handled out of the box; you will need to set this up in your scenario.

Last updated