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. |
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. |