When I do tracker.get_latest_input_channel() inside my custom action_session_start it just returns None. My chatbot is on multiple channel so I would like to get the name of each channel that associates to that user. How can I achieve this?
When I do tracker.get_latest_input_channel() inside my custom action_session_start it just returns None. My chatbot is on multiple channel so I would like to get the name of each channel that associates to that user. How can I achieve this?