1
1st question: Tell me about fees
Response from Intent: Tuition fees or transportation fees
2nd question: Tuition fees
Response from Intent:Please select Grade
3rd question: Grade1

Is there any possible way to map both 2nd question and 3rd question such as"tuition fees Grade 1"?

Prisoner
  • 49,922
  • 7
  • 53
  • 105
saranya
  • 11
  • 2
  • Can you update the question with screen shots showing the intent or intents you're using? There are a lot of ways to approach this. – Prisoner Dec 08 '17 at 14:59

1 Answers1

0

One solution is to use required entities. This is how I solved the problem:

I created entities: enter image description here enter image description here

enter image description here

I listed things that the user may say. I also matched the entities that the user may say to the entities that I created. enter image description here

I set the entities as required enter image description here

I defined custom prompts for the required entities. enter image description here

I made a response saying what the person selected. Instead of just repeating what the users says here, you may want to call a webhook. Here I talk about webhooks. enter image description here

SysCoder
  • 715
  • 7
  • 18
  • Oh yeah, I have a dialog that you can interact with here: https://bot.dialogflow.com/48d6dc8d-2c46-4e8c-973d-76b4b02442b6 – SysCoder Dec 09 '17 at 19:50