Class DialogflowCxFlowNluSettings.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.dialogflow_cx_flow.DialogflowCxFlowNluSettings.Jsii$Proxy
-
- All Implemented Interfaces:
DialogflowCxFlowNluSettings,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DialogflowCxFlowNluSettings
@Stability(Stable) @Internal public static final class DialogflowCxFlowNluSettings.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DialogflowCxFlowNluSettings
An implementation forDialogflowCxFlowNluSettings
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.dialogflow_cx_flow.DialogflowCxFlowNluSettings
DialogflowCxFlowNluSettings.Builder, DialogflowCxFlowNluSettings.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DialogflowCxFlowNluSettings.Builder builder)Constructor that initializes the object based on literal property values passed by theDialogflowCxFlowNluSettings.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)NumbergetClassificationThreshold()To filter out false positive results and still get variety in matched natural language inputs for your agent, you can tune the machine learning classification threshold.StringgetModelTrainingMode()Indicates NLU model training mode.StringgetModelType()Indicates the type of NLU model.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(DialogflowCxFlowNluSettings.Builder builder)
Constructor that initializes the object based on literal property values passed by theDialogflowCxFlowNluSettings.Builder.
-
-
Method Detail
-
getClassificationThreshold
public final Number getClassificationThreshold()
Description copied from interface:DialogflowCxFlowNluSettingsTo filter out false positive results and still get variety in matched natural language inputs for your agent, you can tune the machine learning classification threshold.If the returned score value is less than the threshold value, then a no-match event will be triggered. The score values range from 0.0 (completely uncertain) to 1.0 (completely certain). If set to 0.0, the default of 0.3 is used. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_flow#classification_threshold DialogflowCxFlow#classification_threshold}
- Specified by:
getClassificationThresholdin interfaceDialogflowCxFlowNluSettings
-
getModelTrainingMode
public final String getModelTrainingMode()
Description copied from interface:DialogflowCxFlowNluSettingsIndicates NLU model training mode.* 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. Possible values: ["MODEL_TRAINING_MODE_AUTOMATIC", "MODEL_TRAINING_MODE_MANUAL"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_flow#model_training_mode DialogflowCxFlow#model_training_mode}
- Specified by:
getModelTrainingModein interfaceDialogflowCxFlowNluSettings
-
getModelType
public final String getModelType()
Description copied from interface:DialogflowCxFlowNluSettingsIndicates the type of NLU model.* MODEL_TYPE_STANDARD: Use standard NLU model. * MODEL_TYPE_ADVANCED: Use advanced NLU model. Possible values: ["MODEL_TYPE_STANDARD", "MODEL_TYPE_ADVANCED"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_flow#model_type DialogflowCxFlow#model_type}
- Specified by:
getModelTypein interfaceDialogflowCxFlowNluSettings
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-