我注意到,从昨天开始,Google 智能助理上基本卡片中的图像无法正确显示,似乎被“拉伸”了。我的原始 JSON 是:
"basicCard": {
"title": "Title",
"subtitle": "Welcome",
"formattedText": "",
"buttons": [],
"imageDisplayOptions": "WHITE",
"image": {
"url": "https:URL_IMG.jpg",
"accessibilityText": "TXT",
"height": 694,
"width": 800
}
}
}
我已经尝试将 imageDisplayOptions 设置为 DEFAULT
、CROPPED
和 WHITE
,并结合宽度和高度设置,但也没有设置,但这些都不起作用。>
我在 PHP 执行中使用 Dialogflow V2。在 Android 设备上测试,华为 Y7 2018。