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.
Implements
IMessageValidationMessage, IEquatableValidationMessage, IDeepCloneableValidationMessage, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
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 |
RepeatedFieldResourceName |
Resources
[Obsolete]
public RepeatedField<string> Resources { get; }
The names of the resources where the message is found.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
ResourceType
public ValidationMessage.Types.ResourceType ResourceType { get; set; }
The type of the resources where the message is found.
Property Value | |
---|---|
Type | Description |
ValidationMessageTypesResourceType |
Severity
public ValidationMessage.Types.Severity Severity { get; set; }
Indicates the severity of the message.
Property Value | |
---|---|
Type | Description |
ValidationMessageTypesSeverity |