Adding pre-programmed button support in quick replies.#43
Merged
Conversation
Merge pull request RocketChat#42 from PrajvalRaval/master
dlassalle
reviewed
Sep 8, 2020
Contributor
Author
|
Requesting @renatobecker for a review. 😄 |
murtaza98
reviewed
Oct 1, 2020
Contributor
Author
|
@murtaza98 added a few changes as per your request. Please review and let me know for any changes. Thanks |
murtaza98
reviewed
Oct 2, 2020
murtaza98
reviewed
Oct 2, 2020
Co-authored-by: Murtaza Patrawala <34130764+murtaza98@users.noreply.github.com>
murtaza98
reviewed
Oct 2, 2020
Contributor
murtaza98
left a comment
There was a problem hiding this comment.
@PrajvalRaval some modifications regarding the department name property is required. Thanks ✌️
Contributor
Author
|
Made your requested changes @murtaza98 😄 |
murtaza98
reviewed
Oct 2, 2020
murtaza98
reviewed
Oct 2, 2020
Co-authored-by: Murtaza Patrawala <34130764+murtaza98@users.noreply.github.com>
Co-authored-by: Murtaza Patrawala <34130764+murtaza98@users.noreply.github.com>
Contributor
|
@renatobecker This PR is ready to be merged 🚀 |
murtaza98
approved these changes
Oct 2, 2020
renatobecker
requested changes
Oct 7, 2020
Co-authored-by: Renato Becker <renato.augusto.becker@gmail.com>
renatobecker
approved these changes
Oct 15, 2020
Shailesh351
pushed a commit
to Shailesh351/Apps.Dialogflow
that referenced
this pull request
Feb 16, 2021
…t_typing Add displayTyping property in customFields
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds support for buttons that perform a specific action in the app -
HandoverandClose Chat. Anyone can add them by simply pasting the provided code blocks in your Quick Replies payload.This way the dev will only have to paste a block with particular actionId set as
df_perform_handoverand when a visitor clicks on it, it will perform handover to Target department set in App settings. Similarly, on clicking the button with actionId =df_close_chat, it will close the Live Chat session.Payload Example