From my webhook (api is written in Java) i am sending below json to display content as button with type as web_url. In my chat window only title comes up, button with title "Google Home Page" does not comes up. Any help or leads will be great!
{
"replies": [
{
"type": "buttons",
"content": {
"title": "Please Follow Below KBA's'",
"buttons": [
{
"title": "Google Home Page",
"type": "web_url",
"value": "www.google.com"
}
]
}
}
],
"conversation": {
"language": "en",
"memory": {
"user": "Bob"
}
}
}
Request clarification before answering.
Hi Prashant,
You need to type in the URL in full, with the protocol: "http://www.google.com"
BR - Jean-Yves
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.