Beginner's Guide To Build A Chatbot Tutorial Part 3

in #tutorial6 years ago

Introduction


This tutorial is a part of tutorial series Beginner's Guide To Build A Chatbot, here we will learn how to make our bot more like a human by which robot asking a question towards the user, getting some information from the conversation and to do follow up questions.
33.png

What Will I Learn?

  • Action and parameters
  • Contexts

Requirements

Should read the first part of tutorial "Beginner's Guide To Build A Chatbot Tutorial Part 1" Link towards part one

Tutorial Contents

To understand the concept more it will better start with a real-life conversation. let us consider our chatbot to be a doctor and the patient to be a user(here I named the chatbot as Samantha).
Patient: Hello Doctor
Samantha: Hello, what's your name?
Patient: My name is Krish
Samantha: okey Krish what's your problem?
Patient: I am sick
Samantha: do you feel a headache?
Patient: Yes
Samantha: Krish please take these medicines (medicines name) you will be fine
Patient: Thank you, doctor

In the above conversation, you can see chatbot Samantha get the patient name by asking his name, for such purpose we use arguments. Next one is context it's very tricky to understand but check this conversation Samantha asked the patient "do you feel a headache" then patient replied "Yes" and now look the replay of Samantha "Krish please take these medicines (medicines name) you will be fine", now my question is how do the chatbot know that patient replay "yes" is from the particular conversation line or conversation structure. In such situation we use context then chatbot will understand user's replay is from which conversation structure.Below I had explained the steps to do for building such a conversation structure.

Step to do

  1. First of all, create an agent and name it Doctor
  2. Create an intent and name it "Hello-Doctor"
  3. At training phases enter the possible user questions (eg: Hello doctor, Hi Doctor)
  4. Below training phases you can see Action and parameters at their just copy paste the intent name in this case "Hello-Doctor"
  5. 3p1.png

  6. Fill other columns as in the above image and click on define prompt, then enter the prompt "Hello, what's your name?"
  7. Then at Text response enter "okay $name what is your problem?"
  8. Now we move on to Context, below intent name you can see two columns they are input context and output context just look at the below image for reference and also fill the output context as shown in the image (ie enter this intent name at output context "hello-doctor")
  9. 3p2.png

  10. Now create another intent and name it i-am-sick and fill the input context as "hello-doctor" check the below image for reference
  11. 3p3.png

  12. Next is to fill the Text response of the intent i-am-sick as "#hello-doctor.name do you have a headache?",we are using context as a connector between two intent then chatbot will understand that this specific intent is a follow up of a particular conversation
  13. Finally test your bot with startup conversation "Hello Doctor"

This is the end of this tutoria on the next part, we will deal with some advanced way of texting with Dailogflow

Coin Marketplace

STEEM 0.27
TRX 0.13
JST 0.032
BTC 62656.62
ETH 2941.90
USDT 1.00
SBD 3.59