AI-generated Key Takeaways
-
ValidationResults is a wrapper for repeated validation results, containing an array of ValidationResult objects.
-
ValidationResult represents a validation result associated with the app content, including a validation message and a ValidationContext.
-
ValidationContext provides context to identify the resource the validation message relates to, specifically the language code.
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 | |
|---|---|
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 |


