V
Voiceflow
H
Voiceflow
•
2y ago
hudayfa
variable post intent trigger
I want to save a users utterance to a variable and then let the NLU match the utterance to an intent
, and then use that variable in the flow after the intent
. how would i do this
. thanks
Voiceflow
Join
Voiceflow is your community to get help, stay up to date on product releases, and connect with builders, experts, and the Voiceflow team⚡
12,999
Members
View on Discord
Was this page helpful?
Yes
No
W
W. Williams (SFT)
•
1/21/24, 12:23 PM
You should be able to access the last
_utterance
.
W
W. Williams (SFT)
•
1/21/24, 12:24 PM
from within the intent flow right after the Start step
.
H
hudayfa
OP
•
1/22/24, 4:58 PM
what if i save the users input as something other than
{last
_utterance
}
W
W. Williams (SFT)
•
1/22/24, 9:06 PM
I think that would work
, but you can always access last
_utterance
.
H
hudayfa
OP
•
1/23/24, 6:31 PM
appreciate your help thanks