new_releases Updates: Check the
release notes for new features and product updates.
UserEvent.EventType
Stay organized with collections
Save and categorize content based on your preferences.
Enums |
EVENT_TYPE_UNSPECIFIED |
Not specified. |
DELIVERED |
The user's RCS client received the associated message sent by the agent. |
IS_TYPING |
The user is typing within a conversation with the agent. |
READ |
The user opened the conversation with the agent after the associated message was delivered. |
UNSUBSCRIBE |
The user doesn't want to receive further non-essential messages sent by the agent. |
SUBSCRIBE |
The user wants to receive messages from the agent. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-07-31 UTC.
[null,null,["Last updated 2025-07-31 UTC."],[[["\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. |"]]