会話型アクションのサポートは 2023 年 6 月 13 日に終了しました。詳細については、
会話型アクションの廃止をご覧ください。
SignInValue
actions.intent.SIGN_IN
の出力としてアプリに返されます。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-09-11 UTC。
[null,null,["最終更新日 2024-09-11 UTC。"],[[["The `actions.intent.SIGN_IN` intent output is returned to the app as a JSON response."],["This JSON response contains a `status` field indicating the result of the sign-in request, using the `SignInStatus` enum."]]],["The core content defines the JSON structure returned to an app as output for `actions.intent.SIGN_IN`. This JSON object contains a single field, `status`. The `status` field is an enumeration (`enum`) that reflects the outcome of the sign-in request. It uses the `SignInStatus` type, as defined in a linked reference.\n"]]