Dialogflow es 基本卡中的图像未正确显示

Dialogflow es 基本卡中的图像未正确显示,dialogflow-es,actions-on-google,dialogflow-es-fulfillment,Dialogflow Es,Actions On Google,Dialogflow Es Fulfillment,我注意到,从昨天开始,谷歌助手上的一张基本卡片上的图像显示不正确,看起来好像被“拉伸”了。我最初的JSON是: "basicCard": { "title": "Title", "subtitle": "Welcome",

我注意到,从昨天开始,谷歌助手上的一张基本卡片上的图像显示不正确,看起来好像被“拉伸”了。我最初的JSON是:

                        "basicCard": {
                            "title": "Title",
                            "subtitle": "Welcome",
                            "formattedText": "",
                            "buttons": [],
                            "imageDisplayOptions": "WHITE",
                            "image": {
                                "url": "https:URL_IMG.jpg",
                                "accessibilityText": "TXT",
                                "height": 694,
                                "width": 800
                            }
                        }
                    }
我尝试将imageDisplayOptions设置为
默认值
裁剪
,和
白色
,与宽度和高度设置结合使用,也没有设置,但这些都不起作用

我正在PHP实践中使用Dialogflow V2。在Android设备上测试,华为Y7 2018