SignInValue

  • 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.

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.