Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class ModelType.
NLU model type.
Protobuf type google.cloud.dialogflow.cx.v3.NluSettings.ModelType
Namespace
Google \ Cloud \ Dialogflow \ Cx \ V3 \ NluSettingsMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
MODEL_TYPE_UNSPECIFIED
Value: 0
Not specified. MODEL_TYPE_STANDARD
will be used.
Generated from protobuf enum MODEL_TYPE_UNSPECIFIED = 0;
MODEL_TYPE_STANDARD
Value: 1
Use standard NLU model.
Generated from protobuf enum MODEL_TYPE_STANDARD = 1;
MODEL_TYPE_ADVANCED
Value: 3
Use advanced NLU model.
Generated from protobuf enum MODEL_TYPE_ADVANCED = 3;