help needed with intents
# 🤝help
b
Hi, i need some help please. I want to get a response from the user analyze it with intents and direct them in the right direction. I have attached a screenshot. For some reason the chat stops after the user types a message, and the intents does not direct them anywhere. What am i missing ?

https://cdn.discordapp.com/attachments/1134222012299100271/1134222012508807301/Image_2023-07-27_at_22.23.jpg

b
hey, first of all - you need to check what is in your debugger window. Under "Event Debugger" tab. When bot executes workflow, it indicates whether an intent was fired up. Take a look at my bot example: and debugger have shown that intent was determined. In order to be able to help you, I'll need to take a look at: - how did you structure your intent - what you typed in the bot

https://cdn.discordapp.com/attachments/1134222012299100271/1134227433910960260/image.png

https://cdn.discordapp.com/attachments/1134222012299100271/1134227434489782453/image.png

b
Thanks @busy-printer-481 i checked the logs and i see where i went wrong. thank you
b
You're welcome
a
Can you give some insights? Im curious what you found
b
Yeah sure man. So i didnt have a alway node in the flow. So my text didnt match to one of the intents so it went no where but as soon as i added a always it started to work better