Enum NluSettings.Types.ModelTrainingMode (1.1.0)

public enum ModelTrainingMode

NLU model training mode.

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Fields

NameDescription
Automatic

NLU model training is automatically triggered when a flow gets modified. User can also manually trigger model training in this mode.

Manual

User needs to manually trigger NLU model training. Best for large flows whose models take long time to train.

Unspecified

Not specified. MODEL_TRAINING_MODE_AUTOMATIC will be used.