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

ValidationResults

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

Wrapper for repeated validation result.

JSON representation
{
  "results": [
    {
      object (ValidationResult)
    }
  ]
}
Fields
results[]

object (ValidationResult)

Multiple validation results.

ValidationResult

Represents a validation result associated with the app content.

JSON representation
{
  "validationMessage": string,
  "validationContext": {
    object (ValidationContext)
  }
}
Fields
validationMessage

string

Holds the validation message.

validationContext

object (ValidationContext)

Context to identify the resource the validation message relates to.

ValidationContext

Context to identify the resource the validation message relates to.

JSON representation
{
  "languageCode": string
}
Fields
languageCode

string

Language code of the lozalized resource. Empty if the error is for non-localized resource. See the list of supported languages in https://developers.google.com/assistant/console/languages-locales