Dialogflow v3 API - Class ValidationMessage (2.24.0)

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

Reference documentation and code samples for the Dialogflow v3 API class ValidationMessage.

Agent/flow validation message.

Inheritance

object > ValidationMessage

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

ValidationMessage()

public ValidationMessage()

ValidationMessage(ValidationMessage)

public ValidationMessage(ValidationMessage other)
Parameter
Name Description
other ValidationMessage

Properties

Detail

public string Detail { get; set; }

The message detail.

Property Value
Type Description
string

ResourceNames

public RepeatedField<ResourceName> ResourceNames { get; }

The resource names of the resources where the message is found.

Property Value
Type Description
RepeatedField ResourceName

ResourceType

public ValidationMessage.Types.ResourceType ResourceType { get; set; }

The type of the resources where the message is found.

Property Value
Type Description
ValidationMessage Types ResourceType

Resources

[Obsolete]
public RepeatedField<string> Resources { get; }

The names of the resources where the message is found.

Property Value
Type Description
RepeatedField string

Severity

public ValidationMessage.Types.Severity Severity { get; set; }

Indicates the severity of the message.

Property Value
Type Description
ValidationMessage Types Severity

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.