new_releases Aggiornamenti: controlla le
note di rilascio per conoscere le nuove funzionalità e gli aggiornamenti del prodotto.
UserEvent.EventType
Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
Enum |
EVENT_TYPE_UNSPECIFIED |
Non specificato. |
DELIVERED |
Il client RCS dell'utente ha ricevuto il messaggio associato inviato dall'agente. |
IS_TYPING |
L'utente sta scrivendo in una conversazione con l'agente. |
READ |
L'utente ha aperto la conversazione con l'agente dopo la consegna del messaggio associato. |
UNSUBSCRIBE |
L'utente non vuole ricevere altri messaggi non essenziali inviati dall'agente. |
SUBSCRIBE |
L'utente vuole ricevere messaggi dall'agente. |
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2025-08-01 UTC.
[null,null,["Ultimo aggiornamento 2025-08-01 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. |"]]