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

You are almost done with creating your first Intent. The only major task remaining is to set up a response. In production, this would make a back-end API call or reference an external data-source but for testing, you can just use a local response.

Instructions

  1. Scroll down to the Responses section of the Intent menu.

    You can mock up a response right in Dialogflow and even use the account_number as a variable in your response.

  2. Copy The balance for $account_number is $500.32 into Enter a text response.

    alt

  3. Click Save.