Trying Out Your Bot
Lab Steps
Need help? Contact our support team
Introduction
Now that you have a fully trained intent with entities, and a programmed response you can begin testing! Dialogflow contains a built-in tester on the right-hand side of most screens. You can use this to chat with the bot as if you were an end-user.
Instructions
-
On the right-hand side of the screen notice the Try it now text at the top.
-
Type what is my account balance for 68321p and press enter.
-
Try out additional queries to test the robustness of your training.
-
Check that the parameter is always parsed correctly at the bottom.
Summary
You now have a fully functional bot that is able to detect intent and serve a response. Additionally, you are able to parse out key variables and use them to customize the user’s experience.