I want Bot send response "sender_action":"typing_on" to user.
https://developers.facebook.com/docs/messenger-platform/send-messages/sender-actions/
Anybody talk me how to send custom json to messenger, please ?
I want Bot send response "sender_action":"typing_on" to user.
https://developers.facebook.com/docs/messenger-platform/send-messages/sender-actions/
Anybody talk me how to send custom json to messenger, please ?
Have you found any solution?
I’m facing to the same issue. The MessengerClient already implements the method (send_action function). Is there a way to use it between predicted actions ?
I saw that the rasa bot on the documentation website implements this behavior, so I think it’s also possible with facebook !