public sealed class EntityType.Types.ExcludedPhrase : IMessage<EntityType.Types.ExcludedPhrase>, IEquatable<EntityType.Types.ExcludedPhrase>, IDeepCloneable<EntityType.Types.ExcludedPhrase>, IBufferMessage, IMessageReference documentation and code samples for the Dialogflow v3 API class EntityType.Types.ExcludedPhrase.
An excluded entity phrase that should not be matched.
Implements
IMessageEntityTypeTypesExcludedPhrase, IEquatableEntityTypeTypesExcludedPhrase, IDeepCloneableEntityTypeTypesExcludedPhrase, IBufferMessage, IMessageNamespace
GoogleCloudGoogle.Cloud.DialogflowGoogle.Cloud.Dialogflow.CxV3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
ExcludedPhrase()
public ExcludedPhrase()ExcludedPhrase(ExcludedPhrase)
public ExcludedPhrase(EntityType.Types.ExcludedPhrase other)| Parameter | |
|---|---|
| Name | Description |
other |
EntityTypeTypesExcludedPhrase |
Properties
Value
public string Value { get; set; }Required. The word or phrase to be excluded.
| Property Value | |
|---|---|
| Type | Description |
string |
|