action.devices.DISCONNECT

This intent is triggered to inform you when a user has unlinked their device account from Google Assistant.

This intent indicates that Google Assistant will not send additional intents for this user. After receiving the DISCONNECT intent, your cloud service should cease publishing changes to Google with Request Sync and Report State.

For more details, see Disconnect.

Request format

Fields Type Description
requestId String

Required.

ID of the request.

inputs Array

Required.

List of inputs matching the intent request.

[item, ...] Object

Type and payload associated with the intent request.

intent

Required.

(Constant value: "action.devices.DISCONNECT")

Intent request type.

Examples

DISCONNECT intent request

{
  "requestId": "ff36a3cc-ec34-11e6-b1a0-64510650abcf",
  "inputs": [
    {
      "intent": "action.devices.DISCONNECT"
    }
  ]
}

Response format

Fields Type Description

No properties