PermissionValueSpec

  • Describes the JSON representation and structure of PermissionValueSpec.

  • Explains the intentName field, which is a string representing the name of the matched intent.

  • Indicates this object is passed from the Action as input for actions.type.Notifications.

Passed from the Action as input for actions.type.Notifications.

JSON representation
{
  "intent": {
    string (intentName)
  }
}
Fields
intentName

string

Name of the intent that's matched.