Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bot not responding appropriately to utterances #2553

Closed
faruq2021 opened this issue Oct 26, 2022 · 3 comments
Closed

bot not responding appropriately to utterances #2553

faruq2021 opened this issue Oct 26, 2022 · 3 comments

Comments

@faruq2021
Copy link

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
Copy link
Member

Hi @faruq2021, what is your app ID?

@faruq2021
Copy link
Author

faruq2021 commented Oct 31, 2022

Thank you, my app id is
App ID:
1119023862318157

@patapizza
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants