Skip to content

Commit 800619f

Browse files
authored
Update README.md
1 parent 476df6c commit 800619f

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

19_chatbot_food_business/README.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,39 @@
1+
Chatbot for food orders online delivery using Dialogflow
2+
===================
3+
Build a chatbot for food orders online delivery using Google's Dialogflow ES. This bot supports two options,
4+
5+
1) New Order
6+
2) Track Order
7+
8+
1) New Order: Sample Conversation
9+
10+
```
11+
Bot: How can I help you? You can say things like (1) New Order (2) Track Order
12+
User: New Order
13+
Bot: What would you like to have? You can say things like 2 pizzas, one vada pav.
14+
Only order from this list: Vada Pav, Pav Bhaji, Mango Lassi, Pizza, Rava Dosa, Masala Dosa, Samosa
15+
User: I would like to have 2 Rava Dosa and one plate of samosa
16+
Bot: Added 2 Rava Dosa and 1 Samosa. Anything else?
17+
User: Oh yes, add one mango lassi, please
18+
Bot: Sure. Now we have 2 Rava Dosa, 1 Samosa and 1 Mango Lassi. Anything else?
19+
User: Well, you know my cholesterol came high so let's remove Samosa
20+
Bot: Sure. Now we have 2 Rava Dosa, and 1 Mango Lassi. Anything else?
21+
User: Nope. That's it
22+
Bot: Awesome. Your order is placed. Order id # 45. Your total bill is 19$ which you can pay at the time of delivery!
23+
```
24+
25+
2) Track Order: Sample Conversation
26+
27+
```Bot: How can I help you? You can say things like (1) New Order (2) Track Order
28+
User: Track Order
29+
Bot: What is your order id?
30+
User: 45
31+
Bot: Order # 45, is in transit
32+
User: How about 41
33+
Bot: ORder # 41 is delivered
34+
```
35+
36+
137
Directory structure
238
===================
339
backend: Contains Python FastAPI backend code

0 commit comments

Comments
 (0)