Conversational Actions will be deprecated on June 13, 2023. For more information, see Conversational Actions sunset.

PermissionValueSpec

Stay organized with collections Save and categorize content based on your preferences.

Spec for asking for permission.

JSON representation
{
  "optContext": string,
  "permissions": [
    enum (Permission)
  ],
  "updatePermissionValueSpec": {
    object (UpdatePermissionValueSpec)
  }
}
Fields
optContext

string

The context why agent needs to request permission.

permissions[]

enum (Permission)

List of permissions requested by the agent.

updatePermissionValueSpec

object (UpdatePermissionValueSpec)

Additional information needed to fulfill update permission request.

UpdatePermissionValueSpec

Additional information needed for requesting an update permission.

JSON representation
{
  "intent": string,
  "arguments": [
    {
      object (Argument)
    }
  ]
}
Fields
intent

string

The intent that the user wants to get updates from.

arguments[]

object (Argument)

The list of arguments necessary to fulfill an update.