Create New Dialog
Last updated
Last updated
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.
Component Explanation:
Icon | Name | 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 | |
Clone Dialog | Used to duplicate the selected dialog's intentions and entities. | |
Reminder Dialog | Trigger that encourages the customer to respond to the bot's dialogue.
|
Dialog Flow consists of 4 steps that must be completed, that is:
Intention and Entity: Determine the intention and entity needed in a dialog.
Prompt Response: Set the response of bots to each predetermined entity.
Integration: Entity from user response can be used to query (get data) through SDK integration web service.
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.