Enum ResponseType
ResponseType
表示 Chat 应用响应类型的枚举。
仅适用于 Google Chat 应用。不适用于 Google Workspace 插件。
如需调用枚举,只需调用其父类、名称和属性即可。例如
CardService.Type.DIALOG
。
属性
媒体资源 | 类型 | 说明 |
TYPE_UNSPECIFIED | Enum | 作为 NEW_MESSAGE 处理的默认类型。 |
NEW_MESSAGE | Enum | 作为新帖子在主题中发帖。 |
UPDATE_MESSAGE | Enum | 更新 Chat 应用的消息。这仅适用于消息发送者类型为 BOT 的 CARD_CLICKED 事件。 |
UPDATE_USER_MESSAGE_CARDS | Enum | 更新用户消息中的卡片。此值只能用作对具有匹配网址的 MESSAGE 事件或消息发送者类型为 HUMAN 的 CARD_CLICKED 事件的响应。文本会被忽略。 |
REQUEST_CONFIG | Enum | 以不公开的方式要求用户进行其他身份验证或配置。 |
DIALOG | Enum | 显示对话框。 |
UPDATE_WIDGET | Enum | 微件文本自动补全选项查询。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-04-22。
[null,null,["最后更新时间 (UTC):2024-04-22。"],[[["`ResponseType` is an enum used to define the type of response a Google Chat app sends."],["It is exclusively for Google Chat apps and is not applicable to Google Workspace Add-ons."],["`ResponseType` properties specify actions like posting new messages, updating existing ones, requesting user configuration, and displaying dialogs."],["Updating cards on user messages or the Chat app's message depends on specific event triggers and sender types."],["To call an enum property, use its parent class, name, and the specific property (e.g., `CardService.Type.DIALOG`)."]]],[]]