Dialogflow v3 API - Class EntityType.Types.Entity (2.17.0)

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

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

An entity entry for an associated entity type.

Inheritance

object > EntityType.Types.Entity

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

Entity()

public Entity()

Entity(Entity)

public Entity(EntityType.Types.Entity other)
Parameter
NameDescription
otherEntityTypeTypesEntity

Properties

Synonyms

public RepeatedField<string> Synonyms { get; }

Required. A collection of value synonyms. For example, if the entity type is vegetable, and value is scallions, a synonym could be green onions.

For KIND_LIST entity types:

  • This collection must contain exactly one synonym equal to value.
Property Value
TypeDescription
RepeatedFieldstring

Value

public string Value { get; set; }

Required. The primary value associated with this entity entry. For example, if the entity type is vegetable, the value could be scallions.

For KIND_MAP entity types:

  • A canonical value to be used in place of synonyms.

For KIND_LIST entity types:

  • A string that can contain references to other entity types (with or without aliases).
Property Value
TypeDescription
string