Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class ModelType.
Model type.
Protobuf type google.cloud.dialogflow.v2.ConversationModel.ModelType
Namespace
Google \ Cloud \ Dialogflow \ V2 \ ConversationModelMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
MODEL_TYPE_UNSPECIFIED
Value: 0
ModelType unspecified.
Generated from protobuf enum MODEL_TYPE_UNSPECIFIED = 0;
SMART_REPLY_DUAL_ENCODER_MODEL
Value: 2
ModelType smart reply dual encoder model.
Generated from protobuf enum SMART_REPLY_DUAL_ENCODER_MODEL = 2;
SMART_REPLY_BERT_MODEL
Value: 6
ModelType smart reply bert model.
Generated from protobuf enum SMART_REPLY_BERT_MODEL = 6;