Resource: SessionEntityType
Represents a session entity type.
Extends or replaces a developer entity type at the user session level (we refer to the entity types defined at the agent level as "developer entity types").
Note: session entity types apply to all queries, regardless of the language.
JSON representation | |
---|---|
{ "name": string, "entityOverrideMode": enum ( |
Fields | |
---|---|
name |
Required. The unique identifier of this session entity type. Format:
|
entityOverrideMode |
Required. Indicates whether the additional data should override or supplement the developer entity type definition. |
entities[] |
Required. The collection of entities associated with this session 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. |