Resource: SessionEntityType
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
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.
JSON representation |
---|
{ "name": string, "entityOverrideMode": enum ( |
Fields | |
---|---|
name |
Required. The unique identifier of the session entity type. Format: |
entity |
Required. Indicates whether the additional data should override or supplement the custom entity type definition. |
entities[] |
Required. The collection of entities to override or supplement the custom entity type. |
EntityOverrideMode
The types of modifications for the session entity type.
Enums | |
---|---|
ENTITY_OVERRIDE_MODE_UNSPECIFIED |
Not specified. This value should be never used. |
ENTITY_OVERRIDE_MODE_OVERRIDE |
The collection of session entities overrides the collection of entities in the corresponding custom entity type. |
ENTITY_OVERRIDE_MODE_SUPPLEMENT |
The collection of session entities extends the collection of entities in the corresponding custom entity type. Note: Even in this override mode calls to |
Methods |
|
---|---|
|
Creates a session entity type. |
|
Deletes the specified session entity type. |
|
Retrieves the specified session entity type. |
|
Returns the list of all session entity types in the specified session. |
|
Updates the specified session entity type. |