Google Cloud Dialogflow v2 API - Class ValidationResult (4.18.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
NameDescription
otherValidationResult

Properties

ValidationErrors

public RepeatedField<ValidationError> ValidationErrors { get; }

Contains all validation errors.

Property Value
TypeDescription
RepeatedFieldValidationError