Dialogflow v3 API - Class EntityType.Types.ExcludedPhrase (2.19.0)

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

Reference documentation and code samples for the Dialogflow v3 API class EntityType.Types.ExcludedPhrase.

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(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