Update Example Dialogs authored by Anil Aydoganlar's avatar Anil Aydoganlar
...@@ -30,20 +30,62 @@ Alex: Okay, thanks. ...@@ -30,20 +30,62 @@ Alex: Okay, thanks.
Chatbot(BookChef): Goodbye! Have a nice day! Chatbot(BookChef): Goodbye! Have a nice day!
# Example 3 : Elisabeth wants to place a pick up date to recieve an ordered book # Example 3 : Elisabeth wants to learn about the popular books
Elisabeth: Hello Elisabeth: Hello
Chatbot(BookChef): Hello Chatbot(BookChef): Hello! How can I help you?
Elisabeth: I want to receive my book. Elisabeth: What are your bestsellers right now?
Chatbot(BookChef): Please write your order number. Chatbot(BookChef): Our current bestsellers include: \[ListOfPopularBooks\]
Elisabeth: \<OrderNumber\> Elisabeth: is \<bookname\> in stock?
Chatbot(BookChef): Thank you. You can receive your book from \<DateWithHours\> Chatbot(BookChef): Yeah, the book \<bookname\> is in our stocks right now.
Elisabeth: Thank you. Elisabeth: Thank you.
Chatbot(BookChef): Bye. Chatbot(BookChef): Goodbye! Have a nice day!
\ No newline at end of file
# Example 4 : User asks for the book shop location
User: Hello
Chatbot(BookChef): Hello! How can I help you?
User: Where is your bookstore located?
Chatbot(BookChef): We are located at Nibelungenplatz 1, 94032 Passau. If you need further directions or have any other questions, feel free to ask.
User: Okay, thanks.
Chatbot(BookChef): Goodbye! Have a nice day!
# Example 5 : User asks for the gift options
User: Hello
Chatbot(BookChef): Hello! How can I help you?
User: Can you give me some gift ideas?
Chatbot(BookChef): Here are some available gift options: \[Gift_List\]. You can visit our shop anytime and buy any gift you want.
User: Okay, thanks.
Chatbot(BookChef): Goodbye! Have a nice day!
# Example 6 : User asks for a music album
User: Hello
Chatbot(BookChef): Hello! How can I help you?
User: What albums are available?
Chatbot(BookChef): Here are some available music albums: \[Available_albums\]. You can visit our shop anytime and buy any album you want.
User: Okay, thanks.
Chatbot(BookChef): Goodbye! Have a nice day!
\ No newline at end of file