RegisterUpdateValue

  • This documentation details the JSON structure returned to your app after a REGISTER_UPDATE intent.

  • The JSON response includes a status field indicating the outcome of the registration request, referencing the RegisterUpdateStatus enum for possible values.

Returned to the app as output for actions.intent.REGISTER_UPDATE.

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

enum (RegisterUpdateStatus)

The status of the registering the update requested by the app.