UserEvent.EventType

  • Events represent user actions within a conversation with an agent.

  • Event types include message delivery, typing, reading, subscribing, and unsubscribing.

  • Each event type corresponds to a specific user interaction with the agent's messages or conversation.

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.