会話型アクションのサポートは 2023 年 6 月 13 日に終了しました。詳細については、
会話型アクションの廃止をご覧ください。
RegisterUpdateValue
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
actions.type.DailyUpdates
の出力としてアクションに返されます。
JSON 表現 |
{
"status": enum (RegisterUpdateStatus )
} |
フィールド |
status |
enum (RegisterUpdateStatus )
アプリがリクエストしたアップデートの登録のステータス。
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-26 UTC。
[null,null,["最終更新日 2025-07-26 UTC。"],[[["\u003cp\u003eThe JSON response is output for \u003ccode\u003eactions.type.DailyUpdates\u003c/code\u003e and provides the registration status of daily updates requested by the app.\u003c/p\u003e\n"],["\u003cp\u003eThe response includes a \u003ccode\u003estatus\u003c/code\u003e field indicating the registration status using the \u003ccode\u003eRegisterUpdateStatus\u003c/code\u003e enum.\u003c/p\u003e\n"]]],[],null,["# RegisterUpdateValue\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nReturned to the Action as output for `actions.type.DailyUpdates`.\n\n| JSON representation ||\n|-----------------------------------------------------|---|\n| ``` { \"status\": enum (`RegisterUpdateStatus`) } ``` |\n\n| Fields ||\n|----------|--------------------------------------------------------------------------------------------------|\n| `status` | `enum (``RegisterUpdateStatus``)` The status of the registering the update requested by the app. |"]]