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.
Apache License 2.0
28
stars
62
forks
source link
Support for displaying multimedia messages in Slack & Facebook (#28) #30
First implementation of Phase A: Conversation Message Contract
Modified normalize to work with Dave's multi-post action
small multiple-post fixes
add unit test
move to facebook package
new post sequence
Modified logic for displaying quick replies and generic template buttons
fix lint warnings
add new tests
fix fb json
Fixed unit tests as per the new implementation
Fixed ITs and e2e tests for normalizer
Fixed int and e2e tests for Slack and Fb
fix for broken multiple-post UTs
Added blocking statement to UTs
Code refactoring + cleanup