PermissionValueSpec

  • This documentation details the JSON representation and fields for actions.type.Notifications.

  • It includes a section for PermissionValueSpec and its JSON representation, specifically for use with actions.type.Notifications.

  • The primary field, intentName, is a string that identifies the matched intent passed as input.

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.