-
context.intent.<<intent name>> given in the below document not working .
https://developer.kore.ai/docs/bots/bot-builder-tool/dialog-task/context-object/
- Scenario: I have two task named “welcome” and “default” , if OnConnect is “welcom” and whatever input the user will give to the bot after that will go in one of the entity of “welcome” task so that it will move to “default” task and there i want to print the first value given to the bot(entity of welcome task)
So how can i extract the value of one entity in first task to another task?
for same task context.entities.<> can be used but what to do for different tasks of the same bot.