When i send a message
The bot replies to me with every card in the start node at once
How can i make it reply according to my question
For example a node has
Info ( text)
Schedule ( image )
I want it When i say i need info to reply with what i i have requestes
f
fresh-fireman-491
02/29/2024, 2:34 PM
So the flow would look like this?:
User sends a message: "I need info."
Intent Recognition: The bot analyzes the message to determine the user's intent is to receive "Info."
Response Selection: Based on the recognized intent, it selectively responds with the content labeled "Info."
Bot replies to the user with the requested information.
s
some-holiday-75807
02/29/2024, 2:34 PM
Exactly
f
fresh-fireman-491
02/29/2024, 2:38 PM
Alrighty, you got a few options here
Intents:
https://www.youtube.com/watch?v=ha1VwKMYtLk▾
How to use intents:
https://www.youtube.com/watch?v=t5jALY0RlDA▾
Intents:
https://www.youtube.com/watch?v=0uo-1kbSnNc▾
AI Transitions:
https://www.youtube.com/watch?v=yIgTqCorKlw▾
You can also use the AI Task, but the other 2 cards are meant for transitions.