ValidationResults

  • ValidationResults is a wrapper for repeated validation results, containing an array of ValidationResult objects.

  • ValidationResult objects represent individual validation outcomes, providing a validation message and context.

  • ValidationContext offers details about the resource related to the validation message, such as its language code.

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