wit-ai / wit

Natural Language Interface for apps and devices
https://wit.ai/
942 stars 91 forks source link

bot not responding appropriately to utterances #2553

Closed faruq2021 closed 1 year ago

faruq2021 commented 2 years ago

I have developed intents and entities for my bot but it responds to all the utterances with just one response that i developed in composer Beta, i want to know how to sort this.

patapizza commented 2 years ago

Hi @faruq2021, what is your app ID?

faruq2021 commented 2 years ago

Thank you, my app id is App ID: 1119023862318157

patapizza commented 1 year ago

Hi @faruq2021, your deployed flow is a single Input module followed directly by a Response module. As a result, any request will return the provided response. If you'd like different responses for different intents, you'll need to use Decision modules with Intent conditions: https://wit.ai/docs/recipes#respond-to-different-user-queries

Hope this helps.