public sealed class ExcludedPhrase : IMessage<EntityType.Types.ExcludedPhrase>, IEquatable<EntityType.Types.ExcludedPhrase>, IDeepCloneable<EntityType.Types.ExcludedPhrase>, IBufferMessage, IMessageAn excluded entity phrase that should not be matched.
Implements
IMessage<EntityType.Types.ExcludedPhrase>, IEquatable<EntityType.Types.ExcludedPhrase>, IDeepCloneable<EntityType.Types.ExcludedPhrase>, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
ExcludedPhrase()
public ExcludedPhrase()ExcludedPhrase(EntityType.Types.ExcludedPhrase)
public ExcludedPhrase(EntityType.Types.ExcludedPhrase other)| Parameter | |
|---|---|
| Name | Description |
other |
EntityType.Types.ExcludedPhrase |
Properties
Value
public string Value { get; set; }Required. The word or phrase to be excluded.
| Property Value | |
|---|---|
| Type | Description |
String |
|