Enum SessionEntityType.EntityOverrideMode (4.47.0)

public enum SessionEntityType.EntityOverrideMode extends Enum<SessionEntityType.EntityOverrideMode> implements ProtocolMessageEnum

The types of modifications for a session entity type.

Protobuf enum google.cloud.dialogflow.v2beta1.SessionEntityType.EntityOverrideMode

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ENTITY_OVERRIDE_MODE_OVERRIDE

The collection of session entities overrides the collection of entities in the corresponding custom entity type.

ENTITY_OVERRIDE_MODE_OVERRIDE = 1;

ENTITY_OVERRIDE_MODE_OVERRIDE_VALUE

The collection of session entities overrides the collection of entities in the corresponding custom entity type.

ENTITY_OVERRIDE_MODE_OVERRIDE = 1;

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 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 on the custom entity type and merge.

ENTITY_OVERRIDE_MODE_SUPPLEMENT = 2;

ENTITY_OVERRIDE_MODE_SUPPLEMENT_VALUE

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 on the custom entity type and merge.

ENTITY_OVERRIDE_MODE_SUPPLEMENT = 2;

ENTITY_OVERRIDE_MODE_UNSPECIFIED

Not specified. This value should be never used.

ENTITY_OVERRIDE_MODE_UNSPECIFIED = 0;

ENTITY_OVERRIDE_MODE_UNSPECIFIED_VALUE

Not specified. This value should be never used.

ENTITY_OVERRIDE_MODE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()