User types yes or no
# 🤝help
l
Anyone know how to make it so that instead of choosing a Yes or No on single choice, they have to type it and it will still send them to the right place.
b
you would use "raw input", which is a capture card that tells your user to type a response

https://cdn.discordapp.com/attachments/1130936794867847328/1130939846328852561/Screenshot_2023-07-18_at_3.10.55_PM.png

then, you can use "expression" transition cards to catch what your user types!
l
Ok thank you
This does not work for me it just ends the conversation.
b
can you show me what your setup is?
l
This is where I am trying to get it to work.
b
can you show me the "intent" cards you have set up?
l
Yes
b
I used "expression" cards in my setup - then, in the label, I typed "if user types yes" and "if user types no"
l
Here how there setup. I'll try your setup if this doesn't work.
b
give mine a shot 🙂 you're using intents, which are detecting whether your user is responding in the affirmative or not
in theory they should work here, but they can be a bit picky
"expressions" are establishing a set condition (in our case, did our user type yes or no?)
l
Ok i'll try it and let you know, thank you.
b
\o/