В документах Dialogflow есть ошибка.
Правильный ответ webhook должен быть:
"basicCard": {
"buttons": [
{
"title": "button text",
"openUrlAction": { <--- URL, not URI
'url': "https://www.google.com" <-- URL, not URI
}
}
],
"formattedText": "Some text",
"image": {
"url": "https://www.gstatic.com/webp/gallery3/1.png",
"accessibilityText": "Accessibility text describing the image"
},
"title": "Card Title"
}