like-gold
like-gold2y ago

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
4 Replies
W. Williams (SFT)
You should be able to access the last_utterance. from within the intent flow right after the Start step.
like-gold
like-goldOP2y ago
what if i save the users input as something other than {last_utterance}
W. Williams (SFT)
I think that would work, but you can always access last_utterance.
like-gold
like-goldOP2y ago
appreciate your help thanks

Did you find this page helpful?