RegisterUpdateValueSpec

  • RegisterUpdateValueSpec is passed from the Action as input for actions.type.DailyUpdates.

  • The JSON representation of RegisterUpdateValueSpec includes an object with a single field, intent, which contains a string intentName.

  • The intentName field is a string representing the name of the intent that is matched.

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

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

string

Name of the intent that's matched.