Class EntityType.Types.ExcludedPhrase (1.0.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

System.Object > EntityType.Types.ExcludedPhrase

Implements

Google.Protobuf.IMessage<EntityType.Types.ExcludedPhrase>, System.IEquatable<EntityType.Types.ExcludedPhrase>, Google.Protobuf.IDeepCloneable<EntityType.Types.ExcludedPhrase>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage

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
System.String