Please enable JavaScript.
Coggle requires JavaScript to display documents.
Botelz NLP (Conversations (User: "Im hungry", Bot: "Here…
Botelz NLP
Conversations
User: "Im hungry", Bot: "Here are some restaurants". User: "I want italian", Bot: "Here are some Italian restaurants"
-
-
Map the intent to action: Fetch Restaurants from the DB. Map to String, respond to the user
-
-
-
Fetch user's previous response, filter it according to the new info Desire("italian")
User: "Where is breakfast?", Bot: "Breakfast is on floor 4", User: "What time does it start?", Bot: "Breakfast starts at 8:00am".
User: "I want a hotel by the beach", Bot: "Here are some hotels to your requirements", User: "Only show me rooms under $100/night", Bot: "Okay no problem" (Shows hotels to specification)
User: "I am hungry" (Time: 8:00am at their hotel), Bot: "Breakfast is available at your hotel, or would you like to look for somewhere nearby?"
-
-
-
-
Standard
Replace the Dialogflow
Finding restaurants, gyms, atms etc
-
-
-
-
-