Created
May 3, 2018 18:10
-
-
Save ifnull/05876b1b41f00616a59cb0562de27e8b to your computer and use it in GitHub Desktop.
Dialogflow Sample Custom Payload
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
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