Re: [dialogflow-essentials-edition-users] Video/GIFs as Custom Response Types in Chatbot Agent

61 views
Skip to first unread message

Devashish Mamgain

unread,
Sep 5, 2022, 2:38:30 PM9/5/22
to Dinesh Zende, Dialogflow Essentials Edition users
Hi Dinesh,
I understand that you are looking to have a short video/GIF as a custom bot response. You can use the below-provided payload to create videos and GIFs as a response to an intent. This can be used in Kommunicate + Dialogflow.

Short Video Payload;
{
  "message": "This is a video example",
  "platform": "kommunicate",
  "metadata": {
    "contentType": "300",
    "payload": [
      {
        "url": "https://assets.mixkit.co/videos/preview/mixkit-dubai-burj-khalifa-tower-and-fountain-time-lapse-20110-large.mp4",
        "source": "youtube"
      }
    ],
    "templateId": "14"
  }
}

GIF Payload;
{
  "message": "This is a GIF example",
  "platform": "kommunicate",
  "metadata": {
    "templateId": "9",
    "contentType": "300",
    "payload": [
      {
        "caption": "Image caption",
        "url": "https://media.giphy.com/media/tL7I3Oq1IZCWM1AG9G/giphy.gif"
      }
    ]
  }
}



On Tue, 30 Aug 2022 at 22:53, Dinesh Zende <dines...@gmail.com> wrote:
Can we have short videos / GIFs as custom response types in Google DialogFlow Chatbot Agent / Kommunicate Platform Agent. (Just like you have it for Facebook integration)

--
© 2022 Google Inc. 1600 Amphitheatre Parkway, Mountain View, CA 94043
 
Email preferences: You received this email because you signed up for the Dialogflow Essentials (f.k.a. Enterprise) Edition Discussion Google Group (dialogflow-essent...@googlegroups.com; former email: dialogflow-enterp...@googlegroups.com) to participate in discussions with other members of the Dialogflow community and the Dialogflow Team.
---
You received this message because you are subscribed to the Google Groups "Dialogflow Essentials Edition users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dialogflow-essentials-e...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dialogflow-essentials-edition-users/80f4c6d9-833e-4080-a3c7-d61dbedd0df1n%40googlegroups.com.
Reply all
Reply to author
Forward
0 new messages