Nazmus Shakib
Nazmus Shakib

Reputation: 49

Is it possible to jump Dialogflow followup intent?

I create 2 custom follow up intent and for this 2 custom follow up intent there is 3 more follow up intent. Everything is fine. I take information from this 2 stage and then show the result. The process is about 2 follow up question and then finally a text response. But when the user gives the 1 or 2 information in his/her question then how can I bypass my follow up question and show them the results directly without asking the question.
Please see this photo for better understanding and please help me with this issue.

pic

Upvotes: 2

Views: 991

Answers (1)

sid8491
sid8491

Reputation: 6800

Your use case does not require any extra follow-up intents at all, you can achive this only using single intent and 2 entities.

  • Make an intent
  • Give sample utterances for all the use cases
  • Define two entities for for course-elective and course-degree
  • Mark them as required
  • Define prompts for them in case they are not provided by user

enter image description here

enter image description here

enter image description here

enter image description here

enter image description here

Hope it helps.

Upvotes: 1

Related Questions