RegisterUpdateValueSpec

  • The content focuses on the JSON representation and structure for Daily Updates actions.

  • It details the schema for TriggerContext and TimeContext, used within Daily Updates.

  • Daily Updates actions utilize an intentName field within their JSON structure to indicate the matched intent.

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.