Developed with
Calculated Systems

Lab Steps

lock
SIgning in to the Dialogflow Console
lock
Creating an Intent in Dialogflow
lock
Creating a custom Entity
lock
Finalizing Your Intent
lock
Capturing Additional Training Phrases
lock
Setting up a Response
lock
Trying Out Your Bot
lock
Sneaking a Peak at the API
Need help? Contact our support team

Here you can find the instructions for this specific Lab Step.

If you are ready for a real environment experience please start the Lab. Keep in mind that you'll need to start from the first step.

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

  1. On the right-hand side of the screen notice the Try it now text at the top.

  2. Type what is my account balance for 68321p and press enter.

    alt

  3. Try out additional queries to test the robustness of your training.

  4. 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.