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 | |
---|---|
Name | Description |
name |
str
Required. The unique identifier of this session entity type. Supported formats: - projects/
- projects/
- projects/
- projects/
If Location ID is not specified we assume default 'us'
location. If Environment ID is not specified, we assume
default 'draft' environment. If User 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.
|
entity_override_mode |
google.cloud.dialogflow_v2beta1.types.SessionEntityType.EntityOverrideMode
Required. Indicates whether the additional data should override or supplement the custom entity type definition. |
entities |
Sequence[google.cloud.dialogflow_v2beta1.types.EntityType.Entity]
Required. The collection of entities associated with this session entity type. |
Classes
EntityOverrideMode
EntityOverrideMode(value)
The types of modifications for a session entity type.