Google Cloud Dialogflow v2 API - Class ValidationResult (4.27.0)

public sealed class ValidationResult : IMessage<ValidationResult>, IEquatable<ValidationResult>, IDeepCloneable<ValidationResult>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Dialogflow v2 API class ValidationResult.

Represents the output of agent validation.

Inheritance

object > ValidationResult

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

ValidationResult()

public ValidationResult()

ValidationResult(ValidationResult)

public ValidationResult(ValidationResult other)
Parameter
Name Description
other ValidationResult

Properties

ValidationErrors

public RepeatedField<ValidationError> ValidationErrors { get; }

Contains all validation errors.

Property Value
Type Description
RepeatedField ValidationError

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月05日 UTC.