Class EntityType.Types.ExcludedPhrase (1.8.0)

public sealed class ExcludedPhrase : IMessage<EntityType.Types.ExcludedPhrase>, IEquatable<EntityType.Types.ExcludedPhrase>, IDeepCloneable<EntityType.Types.ExcludedPhrase>, IBufferMessage, IMessage

An excluded entity phrase that should not be matched.

Inheritance

Object > EntityType.Types.ExcludedPhrase

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

ExcludedPhrase()

public ExcludedPhrase()

ExcludedPhrase(EntityType.Types.ExcludedPhrase)

public ExcludedPhrase(EntityType.Types.ExcludedPhrase other)
Parameter
NameDescription
otherEntityType.Types.ExcludedPhrase

Properties

Value

public string Value { get; set; }

Required. The word or phrase to be excluded.

Property Value
TypeDescription
String