modelTrainingMode property
Indicates NLU model training mode. Possible string values are:
- "MODEL_TRAINING_MODE_UNSPECIFIED" : Not specified.
MODEL_TRAINING_MODE_AUTOMATIC
will be used. - "MODEL_TRAINING_MODE_AUTOMATIC" : NLU model training is automatically triggered when a flow gets modified. User can also manually trigger model training in this mode.
- "MODEL_TRAINING_MODE_MANUAL" : User needs to manually trigger NLU model training. Best for large flows whose models take long time to train.
Implementation
core.String? modelTrainingMode;