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