Wrapper for repeated validation result.
JSON representation | |
---|---|
{
"results": [
{
object ( |
Fields | |
---|---|
results[] |
Multiple validation results. |
ValidationResult
Represents a validation result associated with the app content.
JSON representation | |
---|---|
{
"validationMessage": string,
"validationContext": {
object ( |
Fields | |
---|---|
validationMessage |
Holds the validation message. |
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 |
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 |