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 human. In 3Dolphins, dialog flow is the crucial aspect that makes chatbots conduct contextual communication.

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.

New Dialog

Component Explanation:

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 confidence level of each entity, success response, failed response, until unrecognized response before the save process is performed for the build model.

Last updated