wit-ai / pywit

Python library for Wit.ai
Other
1.45k stars 359 forks source link

Dialogue Conversation #148

Closed mask0821 closed 3 years ago

mask0821 commented 3 years ago

Hey! Can anyone help me in dialogue conversation using wit since I am a newbie I am expecting the conversation is given below: me: HI! bot: hi! I am a bot. me: can you order me a pizza? bot: what size you are expecting? me: medium bot: what type of pizza you need? me: Margherita bot: thank you! your order has been placed.

Help in the front end (New Wit.AI dev console) as well as in the back end. Since I am using python in the back end.

Thank you in advance!

jtliao commented 3 years ago

In the Wit UI, you need to train your bot with the utterances/intents it's supposed to handle. Then, you'll need to keep track of the context of the conversation in your backend (e.g. last_intent=order_pizza)