Back to All

Save NLP Model match to Variable

I have a custom Entity NLP Model to identify the user's division. I want to save this match in a variable for later use.

Example:
Bot: Hello, what's your division?
User: Hi, I'm from [b]XYZ[/b]!
[i]save [b]XYZ[/b] in the connected interaction[/i]

Is there any way of doing this?