GoogleCloudDialogflowCxV3SessionEntityType class
Session entity types are referred to as User entity types and are entities that are built for an individual user such as favorites, preferences, playlists, and so on.
You can redefine a session entity type at the session level to extend or replace a custom entity type at the user session level (we refer to the entity types defined at the agent level as "custom entity types"). Note: session entity types apply to all queries, regardless of the language. For more information about entity types, see the Dialogflow documentation.
Constructors
-
GoogleCloudDialogflowCxV3SessionEntityType({List<
GoogleCloudDialogflowCxV3EntityTypeEntity> ? entities, String? entityOverrideMode, String? name}) - GoogleCloudDialogflowCxV3SessionEntityType.fromJson(Map json_)
Properties
-
entities
↔ List<
GoogleCloudDialogflowCxV3EntityTypeEntity> ? -
The collection of entities to override or supplement the custom entity
type.
getter/setter pair
- entityOverrideMode ↔ String?
-
Indicates whether the additional data should override or supplement the
custom entity type definition.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
The unique identifier of the session entity type.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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