Representative

发送消息的代表(真人或聊天机器人)的详细信息。

JSON 表示法
{
  "displayName": string,
  "avatarImage": string,

  // Union field representative can be only one of the following:
  "representativeType": enum (RepresentativeType)
  // End of list of possible types for union field representative.
}
字段
displayName

string

可选。代表姓名。

avatarImage

string

可选。代表人的头像图片(采用可公开访问的网址)。显示为圆形。

头像图片不支持个人信息,例如照片或插图中描绘的代表人形象。使用不会识别个人身份的图片,例如图标、徽标或虚构插图。头像图片一经在信息中使用,便无法修改或删除。

图片尺寸必须为 1024x1024 像素,且文件大小上限为 50 KB。

联合字段 representative。根据类型标识的代表。representative 只能是下列其中一项:
representativeType

enum (RepresentativeType)

必需。代表的类型。

RepresentativeType

代表类型

枚举
REPRESENTATIVE_TYPE_UNSPECIFIED 未指定的代表类型。
BOT 聊天机器人代表。
HUMAN 人工代表。