Class SessionEntityType (1.12.1)

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

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][google.cloud.dialogflow.cx.v3.EntityType] 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 <https://cloud.google.com/dialogflow/docs/entities-overview>__.

Attributes

NameDescription
name str
Required. The unique identifier of the session entity type. Format: projects/ or projects/. If Environment ID is not specified, we assume default 'draft' environment.
entity_override_mode google.cloud.dialogflowcx_v3.types.SessionEntityType.EntityOverrideMode
Required. Indicates whether the additional data should override or supplement the custom entity type definition.
entities Sequence[google.cloud.dialogflowcx_v3.types.EntityType.Entity]
Required. The collection of entities to override or supplement the custom entity type.

Classes

EntityOverrideMode

EntityOverrideMode(value)

The types of modifications for the session entity type.