GoogleCloudDialogflowV2EntityTypeEntity class
An entity entry for an associated entity type.
Constructors
- 
          GoogleCloudDialogflowV2EntityTypeEntity({List<String> ? synonyms, String? value})
- GoogleCloudDialogflowV2EntityTypeEntity.fromJson(Map json_)
Properties
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- 
  synonyms
  ↔ List<String> ?
- 
  A collection of value synonyms.
  getter/setter pair
- value ↔ String?
- 
  The primary value associated with this entity entry.
  getter/setter pair
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toJson() → Map< String, dynamic> 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited