new_releases 更新: 新機能とサービスの更新については、
リリースノートをご覧ください。
UserEvent.EventType
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
列挙型 |
EVENT_TYPE_UNSPECIFIED |
指定されていません。 |
DELIVERED |
ユーザーの RCS クライアントが、エージェントから送信された関連メッセージを受信しました。 |
IS_TYPING |
ユーザーがエージェントとの会話の中で入力しています。 |
READ |
関連するメッセージが配信された後、ユーザーがエージェントとの会話を開始した。 |
UNSUBSCRIBE |
エージェントから送信される不要なメッセージを今後受け取りたくない。 |
SUBSCRIBE |
お客様がエージェントからのメッセージの受信を希望している。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-08-01 UTC。
[null,null,["最終更新日 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. |"]]