The Conversation connector is a set of components that mediate communication between your Conversation workspace and a Slack or Facebook app. Use the connector to deploy a chat bot that Slack or Facebook Messenger users can interact with.
Facebook normalizer handles it by adding a sender_action payload as follows:
{
"sender_action": "typing_on",
"time": "1000"
}
Slack Events API currently does not have support for typing events so the normalizer will simply sleep for the specified time duration before sending the subsequent response(s).
Added support for a "pause" response from Conversation which looks like the following:
Facebook normalizer handles it by adding a sender_action payload as follows:
Slack Events API currently does not have support for typing events so the normalizer will simply sleep for the specified time duration before sending the subsequent response(s).