AI-generated Key Takeaways
-
The document outlines various event types related to user interactions with an agent.
-
Supported event types include DELIVERED, IS_TYPING, and READ, indicating message delivery, typing status, and message being opened respectively.
-
The document also lists UNSUBSCRIBE and SUBSCRIBE event types, which are currently not supported but planned for future implementation.
-
EVENT_TYPE_UNSPECIFIED is listed as an event where the event type is not specified.
Types of events.
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. |