Skip to content

Instantly share code, notes, and snippets.

@ifnull
Created May 3, 2018 18:10
Show Gist options
  • Save ifnull/05876b1b41f00616a59cb0562de27e8b to your computer and use it in GitHub Desktop.
Save ifnull/05876b1b41f00616a59cb0562de27e8b to your computer and use it in GitHub Desktop.
Dialogflow Sample Custom Payload
return {
fulfillmentText: response,
fulfillmentMessages: [
],
"payload": {
"google": {
"richResponse": {
"items": [
{
"simpleResponse": {
"textToSpeech": "simpleResponse: testing",
},
},
{
"mediaResponse": {
"mediaType": "AUDIO",
"mediaObjects": [
{
"name": "mediaResponse name",
"description": "mediaResponse description",
"largeImage": {
"url": "https://cf-images.us-east-1.prod.boltdns.net/v1/jit/5745608559001/8d40486e-b17c-4b2b-a5f2-d80e5c017206/main/1280x720/13s54ms/match/image.jpg",
"accessibilityText":"..."
},
"contentUrl": "https://s3.amazonaws.com/static.thefemalequotient.com/fpo/CarolynEverson2_Cannes16_AskHer.mp4"
}
]
},
}
],
"suggestions": [
{
"title": "This"
},
{
"title": "That"
}
]
}
}
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment