Uses of Class
com.google.cloud.dialogflow.cx.v3.NluSettings.ModelTrainingMode
-
Packages that use NluSettings.ModelTrainingMode Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow API -
-
Uses of NluSettings.ModelTrainingMode in com.google.cloud.dialogflow.cx.v3
Methods in com.google.cloud.dialogflow.cx.v3 that return NluSettings.ModelTrainingMode Modifier and Type Method Description static NluSettings.ModelTrainingMode
NluSettings.ModelTrainingMode. forNumber(int value)
NluSettings.ModelTrainingMode
NluSettings.Builder. getModelTrainingMode()
Indicates NLU model training mode.NluSettings.ModelTrainingMode
NluSettings. getModelTrainingMode()
Indicates NLU model training mode.NluSettings.ModelTrainingMode
NluSettingsOrBuilder. getModelTrainingMode()
Indicates NLU model training mode.static NluSettings.ModelTrainingMode
NluSettings.ModelTrainingMode. valueOf(int value)
Deprecated.static NluSettings.ModelTrainingMode
NluSettings.ModelTrainingMode. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static NluSettings.ModelTrainingMode
NluSettings.ModelTrainingMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static NluSettings.ModelTrainingMode[]
NluSettings.ModelTrainingMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.dialogflow.cx.v3 that return types with arguments of type NluSettings.ModelTrainingMode Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<NluSettings.ModelTrainingMode>
NluSettings.ModelTrainingMode. internalGetValueMap()
Methods in com.google.cloud.dialogflow.cx.v3 with parameters of type NluSettings.ModelTrainingMode Modifier and Type Method Description NluSettings.Builder
NluSettings.Builder. setModelTrainingMode(NluSettings.ModelTrainingMode value)
Indicates NLU model training mode.
-