Replies - Activity - vishwanathks - Rasa Community Forum
[Solved] Extracting the current intent from a custom action
this is not working in rasa nowtracker.latest_message[‘intent’].get(‘name’)
error:intent = tracker.latest_message[‘intent’].get(‘text’)
^
SyntaxError: invalid character in identifier
could some one tell me how to get intent value
Can we pass array data to dispatcher?
As a array (apple,ape) two values
How to send user input data to action file
Jitesh,
I tried tracker.latest_response.get(’ text’). It works thanks for the help
Can you tell me which object I need to call for previous input of the user not the latest one?
My bot is not working for rest call
it is working now . problem with stories i wrote.