Enum ConversationModel.ModelType (4.49.0)

public enum ConversationModel.ModelType extends Enum<ConversationModel.ModelType> implements ProtocolMessageEnum

Model type.

Protobuf enum google.cloud.dialogflow.v2.ConversationModel.ModelType

Implements

ProtocolMessageEnum

Static Fields

Name Description
MODEL_TYPE_UNSPECIFIED

ModelType unspecified.

MODEL_TYPE_UNSPECIFIED = 0;

MODEL_TYPE_UNSPECIFIED_VALUE

ModelType unspecified.

MODEL_TYPE_UNSPECIFIED = 0;

SMART_REPLY_BERT_MODEL

ModelType smart reply bert model.

SMART_REPLY_BERT_MODEL = 6;

SMART_REPLY_BERT_MODEL_VALUE

ModelType smart reply bert model.

SMART_REPLY_BERT_MODEL = 6;

SMART_REPLY_DUAL_ENCODER_MODEL

ModelType smart reply dual encoder model.

SMART_REPLY_DUAL_ENCODER_MODEL = 2;

SMART_REPLY_DUAL_ENCODER_MODEL_VALUE

ModelType smart reply dual encoder model.

SMART_REPLY_DUAL_ENCODER_MODEL = 2;

UNRECOGNIZED

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()