cancel
Showing results for 
Search instead for 
Did you mean: 

Webchat - Button content does not comes up when type is web_url.

07-07-2020 7:18 PM
prashantsoni Product and Topic Expert
530 views 1 comments Go to solution
0 Likes
SAP Managed Tags
Subscribe

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"
		}
	}
}
0 Likes

Accepted Solutions (1)

Accepted Solutions (1)

jyguyomarch
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi Prashant,

You need to type in the URL in full, with the protocol: "http://www.google.com"

BR - Jean-Yves

Answers (0)