ValidationResults

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