having a problem to send user input to an action file. could someone tell what needs to be set in domain file and in the action file to read the input which user sent and return the response as dispatcher.utter_message .
i have a intent:servicename which will ask for service name to user then this data as to pass to action file. how to read this data in action file? i did not get enough information to understand this concept . could some one tell me
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?