Dialogflow v3 API - Enum SessionEntityType.Types.EntityOverrideMode (2.17.0)

public enum SessionEntityType.Types.EntityOverrideMode

Reference documentation and code samples for the Dialogflow v3 API enum SessionEntityType.Types.EntityOverrideMode.

The types of modifications for the session entity type.

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Fields

NameDescription
Override

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.cx.v3.EntityTypes.GetEntityType] on the custom entity type and merge.

Unspecified

Not specified. This value should be never used.