SignInValue

  • This document describes the JSON representation for the SignInValue object.

  • The SignInValue is returned to the app as output for actions.intent.SIGN_IN.

  • The JSON representation includes a status field, which is an enum indicating the status of the sign-in requested by the app.

Returned to app as output for actions.intent.SIGN_IN.

JSON representation
{
  "status": enum (SignInStatus)
}
Fields
status

enum (SignInStatus)

The status of the sign in requested by the app.