GoogleCloudDialogflowCxV3SecuritySettingsInsightsExportSettingsArgs

data class GoogleCloudDialogflowCxV3SecuritySettingsInsightsExportSettingsArgs(val enableInsightsExport: Output<Boolean>? = null) : ConvertibleToJava<GoogleCloudDialogflowCxV3SecuritySettingsInsightsExportSettingsArgs>

Settings for exporting conversations to Insights.

Constructors

constructor(enableInsightsExport: Output<Boolean>? = null)

Properties

Link copied to clipboard
val enableInsightsExport: Output<Boolean>? = null

If enabled, we will automatically exports conversations to Insights and Insights runs its analyzers.

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudDialogflowCxV3SecuritySettingsInsightsExportSettingsArgs