Dialogflow v3 API - Enum NluSettings.Types.ModelTrainingMode (2.17.0)

public enum NluSettings.Types.ModelTrainingMode

Reference documentation and code samples for the Dialogflow v3 API enum NluSettings.Types.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.