new_releases 更新:查看
版本说明,了解新功能和产品动态。
UserEvent.EventType
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
枚举 |
EVENT_TYPE_UNSPECIFIED |
未指定。 |
DELIVERED |
用户的 RCS 客户端收到了代理发送的相关消息。 |
IS_TYPING |
用户正在与代理的对话中输入内容。 |
READ |
用户在收到关联的消息后,与代理开始了对话。 |
UNSUBSCRIBE |
用户不想再接收代理发送的非必需消息。 |
SUBSCRIBE |
用户希望接收来自代理的消息。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-08-01。
[null,null,["最后更新时间 (UTC):2025-08-01。"],[[["\u003cp\u003eThe document outlines various event types related to user interactions with an agent.\u003c/p\u003e\n"],["\u003cp\u003eSupported event types include DELIVERED, IS_TYPING, and READ, indicating message delivery, typing status, and message being opened respectively.\u003c/p\u003e\n"],["\u003cp\u003eThe document also lists UNSUBSCRIBE and SUBSCRIBE event types, which are currently not supported but planned for future implementation.\u003c/p\u003e\n"],["\u003cp\u003eEVENT_TYPE_UNSPECIFIED is listed as an event where the event type is not specified.\u003c/p\u003e\n"]]],[],null,["# UserEvent.EventType\n\nTypes of events.\n\n| Enums ||\n|--------------------------|---------------------------------------------------------------------------------------------|\n| `EVENT_TYPE_UNSPECIFIED` | Not specified. |\n| `DELIVERED` | The user's RCS client received the associated message sent by the agent. |\n| `IS_TYPING` | The user is typing within a conversation with the agent. |\n| `READ` | The user opened the conversation with the agent after the associated message was delivered. |\n| `UNSUBSCRIBE` | The user doesn't want to receive further non-essential messages sent by the agent. |\n| `SUBSCRIBE` | The user wants to receive messages from the agent. |"]]