GoogleCloudDialogflowCxV3beta1NluSettingsModelTrainingMode

enum GoogleCloudDialogflowCxV3beta1NluSettingsModelTrainingMode : Enum<GoogleCloudDialogflowCxV3beta1NluSettingsModelTrainingMode> , ConvertibleToJava<GoogleCloudDialogflowCxV3beta1NluSettingsModelTrainingMode>

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

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudDialogflowCxV3beta1NluSettingsModelTrainingMode
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.

Properties

Link copied to clipboard
val javaValue: GoogleCloudDialogflowCxV3beta1NluSettingsModelTrainingMode
Link copied to clipboard
Link copied to clipboard