Having issues with intents
# 🤝help
b
I used an intent at the start of the conversation flow and it is working correctly. I wanted to add another intent transition further into the conversation (basically a yes or no) but the transition is no triggering. When I get to the node where I added the intents the conversation goes to the end instead of recognizing the user intent. I tried creating new intents to the library and also tried adding the words directly to the card in the node and still is not working.

https://cdn.discordapp.com/attachments/1136366342996500642/1136366343269138472/Screen_Shot_2023-08-02_at_12.29.16_PM.png

https://cdn.discordapp.com/attachments/1136366342996500642/1136366343743098980/Screen_Shot_2023-08-02_at_12.25.50_PM.png

f
Hey, can you share the configuration for your intent?
b
Sure, take a look:

https://cdn.discordapp.com/attachments/1136366342996500642/1136450086939922442/Screen_Shot_2023-08-02_at_6.05.07_PM.png

https://cdn.discordapp.com/attachments/1136366342996500642/1136450087246123038/Screen_Shot_2023-08-02_at_6.04.57_PM.png

https://cdn.discordapp.com/attachments/1136366342996500642/1136468985169322024/Screen_Shot_2023-08-02_at_6.09.49_PM.png

https://cdn.discordapp.com/attachments/1136366342996500642/1136468985500663849/Screen_Shot_2023-08-02_at_6.09.40_PM.png

q
having the same issue in german
f
@busy-angle-62016 Well, everything looks good in your intents config. One more question - "intent is si" output connect to which node?
b
Its connecting to a lead capture node

https://cdn.discordapp.com/attachments/1136366342996500642/1136767660907053056/Screen_Shot_2023-08-03_at_3.07.07_PM.png

f
Hey @busy-angle-62016 I think the issue is that you haven't added a capture card before the intent cards. The intent works on a user input
something like this should work, here "finalOutput" is just the name of the variable I'm storing the user input in

https://cdn.discordapp.com/attachments/1136366342996500642/1137125624390111373/image.png

b
Yes that worked. Thanks!