-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add messageBack support to suggested actions #1581
Conversation
Pull Request Test Coverage Report for Build 760
💛 - Coveralls |
acbd369
to
4d0f32f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please rebase master. There are lot so changes around saga.
@compulim @a-b-r-o-w-n I have pushed PR changes up. My tests pass locally, and I'm not sure why it's saying coverage went down since I added tests. I will check with @compulim in person to see if he has advice. |
@compulim and @a-b-r-o-w-n please ignore above comment - after a slight delay the travis build updated to say there was a 3% increase, and that tests are passing. |
Fix #1402
messageBack
supportmessageBack
suggested actionssuggested-actions
command have been addedimage
andtitle
(what the button displays) are individually optional, but one or the other must be defineddisplayText
represents the optional response from the user when a suggested action is selectedtext
andvalue
may be empty, in which case an empty suggested action is sent to the botMock Bot with added suggested-actions
messageBack
as JSON with display text.