Last active
October 30, 2021 20:08
-
-
Save Anshul0305/401834cad0d4debd2d43ccba361d8cc3 to your computer and use it in GitHub Desktop.
BotUI Custom Payload
This file contains 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
{ | |
"iframe": { | |
"src": "LINK" | |
} | |
} |
This file contains 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
{ | |
"images": [ | |
{ | |
"src": "IMAGE SOURCE", | |
"alt": "ALT TEXT", | |
"width": "100%" | |
"url": "URL OPENED WHEN IMAGE IS CLICKED" | |
} | |
] | |
} |
This file contains 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
{ | |
"videos": [ | |
{ | |
"url": "VIDEO URL", | |
"width": "100%" | |
} | |
] | |
} |
This works only for the custom UI that we have created. Please watch this video.
https://www.youtube.com/watch?v=7A8twJfIsRg
How can I enter the data of the table of a web page within dialogflow
Hi ,How to add plain text response
"messages": [
{
"speech": "Text response",
"type": 0
}
]
I tried this one this is not working
OK Fine got it by adding text in Text or SSML response able to get text response
Is it possible to get Text responses when a button is clicked while using Dialog flow in messenger platform? if possible could anyone tell me how to do it?
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I paste Those code directly into custom payload section but not worked for me. Is there any settings issue?