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.
Constructors
Properties
-
entities
↔ List<
GoogleCloudDialogflowV2EntityTypeEntity> -
Required. The collection of entities associated with this session entity
type.
read / write
- entityOverrideMode ↔ String
-
Required. Indicates whether the additional data should override or
supplement the custom entity type definition.
Possible string values are: [...]
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- name ↔ String
-
Required. The unique identifier of this session entity type. Format:
projects//agent/sessions//entityTypes/
, orprojects//agent/environments//users//sessions//entityTypes/
. IfEnvironment ID
is not specified, we assume default 'draft' environment. IfUser ID
is not specified, we assume default '-' user. `` must be the display name of an existing entity type in the same agent that will be overridden or supplemented.read / write - runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, Object> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited