GoogleCloudDialogflowV2SessionEntityType class

A session represents a conversation between a Dialogflow agent and an end-user.

You can create special entities, called session entities, during a session. Session entities can extend or replace custom entity types and only exist during the session that they were created for. All session data, including session entities, is stored by Dialogflow for 20 minutes. For more information, see the session entity guide.

Properties

entities List<GoogleCloudDialogflowV2EntityTypeEntity>?
The collection of entities associated with this session 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 this 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