Google Cloud Dialogflow Cx V3Nlu Settings Model Training Mode
enum GoogleCloudDialogflowCxV3NluSettingsModelTrainingMode : Enum<GoogleCloudDialogflowCxV3NluSettingsModelTrainingMode> , ConvertibleToJava<GoogleCloudDialogflowCxV3NluSettingsModelTrainingMode>
Indicates NLU model training mode.
Entries
Link copied to clipboard
Not specified. MODEL_TRAINING_MODE_AUTOMATIC
will be used.
Link copied to clipboard
NLU model training is automatically triggered when a flow gets modified. User can also manually trigger model training in this mode.
Link copied to clipboard
User needs to manually trigger NLU model training. Best for large flows whose models take long time to train.
Types
Functions
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared.