Image

卡片中显示的图片。

JSON 表示法
{
  "url": string,
  "accessibilityText": string,
  "height": integer,
  "width": integer
}
字段
url

string

图片的来源网址。图片可以是 JPG、PNG 和 GIF(动画和非动画)。例如:https://www.agentx.com/logo.png。必填。

accessibilityText

string

将用于无障碍功能的图片的文字说明,例如屏幕阅读器。必填。

height

integer

图片的高度(以像素为单位)。可选。

width

integer

图片的宽度(以像素为单位)。可选。