Update Example Dialogs authored by Anil Aydoganlar's avatar Anil Aydoganlar
...@@ -6,7 +6,7 @@ Bot: Hello ...@@ -6,7 +6,7 @@ Bot: Hello
Lisa: How can you help me today? Lisa: How can you help me today?
Bot: I can show you the books, opening hours. If you ordered a book lately, I can place a date to recieve your book. Bot: I can show you the books and opening hours. If you ordered a book lately, I can place a date to recieve your book.
Lisa: Do you have the "...." book? Lisa: Do you have the "...." book?
...@@ -15,3 +15,43 @@ Bot: Yes, we have stock of the "...." book. ...@@ -15,3 +15,43 @@ Bot: Yes, we have stock of the "...." book.
Lisa: Thank you. Lisa: Thank you.
Bot. Bye. Bot. Bye.
# Example 2 : Alex asks for a book
Alex: Hello
Bot: Hello
Alex: How can you help me today?
Bot: I can show you the books and opening hours. If you ordered a book lately, I can place a date to recieve your book.
Alex: What is the opening hours of Book Shop?
Bot: Our opening hours are Monday - Friday 09:00, Saturday 10:00
Alex: Okay, thanks.
Bot: Bye.
# Example 3 : Elisabeth wants to place a date to recieve an ordered book
Elisabeth: Hello
Bot: Hello
Elisabeth: How can you help me today?
Bot: I can show you the books and opening hours. If you ordered a book lately, I can place a date to recieve your book.
Elisabeth: I want to receive my book.
Bot: Please write your order number.
Elisabeth: "......."
Bot: Thank you. You can receive your book from 10 am on Monday.
Elisabeth: Thank you.
Bot: Bye.
\ No newline at end of file