Create New Dialog

Chatbots are known for their human-like conversational abilities. To generate better user experiences, you can use dialogue flow to make human-chatbot conversations more humane. In 3Dolphins, dialog flow is the crucial aspect that makes chatbots conduct contextual communications.

The dialogue flow defines the actual dialogue context. For example, a user might say “find the nearest ATM in Central Jakarta”, then in the middle of that conversation the user might say “find a hotel in Central Jakarta”, the dialogue flow allows us to do that.

In the upper right corner, click the '+New Dialog' button. Then, you will see a page to create a new dialog, such image below

Component Explanation:

Icon

Name of Icon

Description

Dialog Fallback

To display failed responses from bots that are in the dialog if there is a fallback

Term and Synonym

To set the word similarity level or the similarity of words from the user response to the FAQ or dialog understood by the bot

Transition Response

Trigger to save the session dialog to be asked again when the user calls another dialog, after another dialog that is called is finished, the Bot will resume the previous dialog session

Dialog Flow consists of 4 steps that must be completed, that is;

  1. Intention and Entity: Determine the intention and entity needed in a dialog.

  2. Prompt Response: Set the response of bots to each predetermined entity.

  3. Integration: Entity from user response can be used to query (get data) through SDK integration web service.

  4. Configuration: Set the confident level of each entity, success response, failed response, until unrecognized response before the save process is performed for the build model.

Last updated