Skip to content
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

Handle attachmentLayout (carousel/list) inside conversation #1865

Merged
merged 2 commits into from
Jan 27, 2020
Merged

Handle attachmentLayout (carousel/list) inside conversation #1865

merged 2 commits into from
Jan 27, 2020

Conversation

InnoraG
Copy link
Contributor

@InnoraG InnoraG commented Nov 24, 2019

Enable carousel layout view in emulator or supported channel by processing of parent level parameter builder.AttachmentLayout.carousel or builder.AttachmentLayout.list into makeOutgoing

Sample :

{
"attachmentLayout": "carousel",
"attachments": [
{
"content": {
"buttons": [
{
"title": "Button",
"type": "postBack",
"value": "payloadwxcvb"
}, ...

Change has no harm at all

updating master from official
Enable carousel layout view in emulator or supported channel by processing of parent level parameter builder.AttachmentLayout.carousel or builder.AttachmentLayout.list into makeOutgoing

Sample :

{
  "attachmentLayout": "carousel",
  "attachments": [
    {
      "content": {
        "buttons": [
          {
            "title": "Button",
            "type": "postBack",
            "value": "payloadwxcvb"
          }, ...

Change has no harm at all
@stale
Copy link

stale bot commented Jan 24, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Jan 24, 2020
@benbrown benbrown added this to the 4.6.+ milestone Jan 27, 2020
@stale stale bot removed the stale label Jan 27, 2020
@benbrown benbrown merged commit 5e42b33 into howdyai:master Jan 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants