public sealed class ValidationMessage : IMessage<ValidationMessage>, IEquatable<ValidationMessage>, IDeepCloneable<ValidationMessage>, IBufferMessage, IMessageAgent/flow validation message.
Implements
IMessage<ValidationMessage>, IEquatable<ValidationMessage>, IDeepCloneable<ValidationMessage>, 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 |
RepeatedField<ResourceName> |
|
Resources
[Obsolete]
public RepeatedField<string> Resources { get; }The names of the resources where the message is found.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<String> |
|
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 |
|
Severity
public ValidationMessage.Types.Severity Severity { get; set; }Indicates the severity of the message.
| Property Value | |
|---|---|
| Type | Description |
ValidationMessage.Types.Severity |
|