Class SessionEntityType (2.14.0)

SessionEntityType(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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 <https://cloud.google.com/dialogflow/docs/entities-session>__.

Attributes

NameDescription
name str
Required. The unique identifier of this session entity type. Format: ``projects/
entity_override_mode google.cloud.dialogflow_v2.types.SessionEntityType.EntityOverrideMode
Required. Indicates whether the additional data should override or supplement the custom entity type definition.
entities Sequence[google.cloud.dialogflow_v2.types.EntityType.Entity]
Required. The collection of entities associated with this session entity type.

Inheritance

builtins.object > proto.message.Message > SessionEntityType

Classes

EntityOverrideMode

EntityOverrideMode(value)

The types of modifications for a session entity type.