Skip to content

Commit

Permalink
Update domain.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bsingh17 authored Aug 10, 2020
1 parent 29f9713 commit 98e8ade
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions domain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ entities:
- dish_name
- proceed
- continue
- moveon
slots:
dish_name:
type: unfeaturized
Expand All @@ -33,15 +34,15 @@ responses:
utter_ask_username:
- text: What is your name?
utter_ask_mailid:
- text: Please enter your mail id.
buttons:
- title: "Back"
payload: '/inform{"mailid":"back1"}'
- buttons:
- payload: /inform{"mailid":"back1"}
title: Back
text: Please enter your mail id.
utter_ask_phone_number:
- text: Please enter your phone number.
buttons:
- title: "Back"
payload: '/inform{"mailid":"back2"}'
- buttons:
- payload: /inform{"mailid":"back2"}
title: Back
text: Please enter your phone number.
utter_ask_dish_name:
- text: What would you like to have?
utter_ask_proceed:
Expand All @@ -51,7 +52,7 @@ responses:
- payload: /inform{"proceed":"No"}
title: No
- payload: /inform{"proceed":"back3"}
title: "Back"
title: Back
text: Would you like to add more to your cart?
utter_goodbye:
- text: Bye
Expand Down

0 comments on commit 98e8ade

Please sign in to comment.