The collection of session entities overrides the collection of entities
in the corresponding custom entity type.
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 ListSessionEntityTypes,
GetSessionEntityType, CreateSessionEntityType and
UpdateSessionEntityType only return the additional entities added in
this session entity type. If you want to get the supplemented list,
please call
[EntityTypes.GetEntityType][google.cloud.dialogflow.v2.EntityTypes.GetEntityType]
on the custom entity type and merge.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This page provides reference documentation for the `SessionEntityType.Types.EntityOverrideMode` enum within the Google Cloud Dialogflow v2 API, across multiple versions."],["The `EntityOverrideMode` enum defines the types of modifications that can be made to a session entity type, including `Override`, `Supplement`, and `Unspecified` options."],["The documentation is categorized by version, starting from the latest version 4.26.0 and going back to version 3.2.0, with 4.25.0 being the focus of this page."],["The `Override` mode completely replaces existing entities, while the `Supplement` mode extends the existing entity collection."],["The documentation details that only entities added in the session entity type are returned for `Supplement` mode when using `ListSessionEntityTypes`, `GetSessionEntityType`, `CreateSessionEntityType` and `UpdateSessionEntityType` and advises merging with the original list for a complete list of entities."]]],[]]