Pass Skype Credentials to Action Endpoint

Hi,

I need to pass the parameters received from skype conversation such as receipient id,conversation id etc to actions.py.

Can any one help me out in understanding how the agent is calling actions.py , so that i can make necessary changes to achieve the task.

Thanks

Issue Solved.

Awesome work Vijay! If I understand correctly you passed information from the InputChannel all the way through to action server – how did you approach this? Did you append the UserMessage object with a new field?

There is a field tracker_id present in tracker object. Using it we can get the Id of person sending message to the bot. One can easily extract the information and perform relevant task.