Class DialogflowCxSecuritySettingsInsightsExportSettings.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.dialogflow_cx_security_settings.DialogflowCxSecuritySettingsInsightsExportSettings.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DialogflowCxSecuritySettingsInsightsExportSettings>
- Enclosing interface:
- DialogflowCxSecuritySettingsInsightsExportSettings
@Stability(Stable) public static final class DialogflowCxSecuritySettingsInsightsExportSettings.Builder extends Object implements software.amazon.jsii.Builder<DialogflowCxSecuritySettingsInsightsExportSettings>
A builder forDialogflowCxSecuritySettingsInsightsExportSettings
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DialogflowCxSecuritySettingsInsightsExportSettingsbuild()Builds the configured instance.DialogflowCxSecuritySettingsInsightsExportSettings.BuilderenableInsightsExport(com.hashicorp.cdktf.IResolvable enableInsightsExport)DialogflowCxSecuritySettingsInsightsExportSettings.BuilderenableInsightsExport(Boolean enableInsightsExport)
-
-
-
Method Detail
-
enableInsightsExport
@Stability(Stable) public DialogflowCxSecuritySettingsInsightsExportSettings.Builder enableInsightsExport(Boolean enableInsightsExport)
- Parameters:
enableInsightsExport- If enabled, we will automatically exports conversations to Insights and Insights runs its analyzers. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_security_settings#enable_insights_export DialogflowCxSecuritySettings#enable_insights_export}- Returns:
this
-
enableInsightsExport
@Stability(Stable) public DialogflowCxSecuritySettingsInsightsExportSettings.Builder enableInsightsExport(com.hashicorp.cdktf.IResolvable enableInsightsExport)
- Parameters:
enableInsightsExport- If enabled, we will automatically exports conversations to Insights and Insights runs its analyzers. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_security_settings#enable_insights_export DialogflowCxSecuritySettings#enable_insights_export}- Returns:
this
-
build
@Stability(Stable) public DialogflowCxSecuritySettingsInsightsExportSettings build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DialogflowCxSecuritySettingsInsightsExportSettings>- Returns:
- a new instance of
DialogflowCxSecuritySettingsInsightsExportSettings - Throws:
NullPointerException- if any required attribute was not provided
-
-