You can provide a ServisBOT skin to a new or existing Dialogflow bot with a few simple steps. The main difference is that the process to create the bot should start in Dialogflow. Managing the intents will happen there too.
The benefit of wrapping a Dialogflow bot with a ServisBOT experience is the ability for the bot to use markup, and how quick it is to get a front end up and running.
You can train a Dialogflow agent to converse more like a human by enabling smalltalk. This allows the agent to answer a variety of questions from ‘How are you?’ to ‘Thanks for your help’.
When using smalltalk, it is advised to not have any intent names start smalltalk.
, as the smalltalk intent and the actual intent may clash.
To get started, you will first need to open the smalltalk section on the left navigation bar.
Once at the smalltalk page, click the ‘enable’ button and click ‘save’ at the top.
By default, Dialogflow provides a variety of built-in smalltalk responses. The answers to different questions are customizable by editing the categories below. Multiple response variations can be entered for each utterance if desired.
Once ready, you can test your agent by typing in utterances into the console on the right of the page.