Google Cloud Dialogflow Cx V3beta1Advanced Settings Args
data class GoogleCloudDialogflowCxV3beta1AdvancedSettingsArgs(val audioExportGcsDestination: Output<GoogleCloudDialogflowCxV3beta1GcsDestinationArgs>? = null, val loggingSettings: Output<GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettingsArgs>? = null) : ConvertibleToJava<GoogleCloudDialogflowCxV3beta1AdvancedSettingsArgs>
Hierarchical advanced settings for agent/flow/page/fulfillment/parameter. Settings exposed at lower level overrides the settings exposed at higher level. Overriding occurs at the sub-setting level. For example, the playback_interruption_settings at fulfillment level only overrides the playback_interruption_settings at the agent level, leaving other settings at the agent level unchanged. DTMF settings does not override each other. DTMF settings set at different levels define DTMF detections running in parallel. Hierarchy: Agent->Flow->Page->Fulfillment/Parameter.
Constructors
Link copied to clipboard
fun GoogleCloudDialogflowCxV3beta1AdvancedSettingsArgs(audioExportGcsDestination: Output<GoogleCloudDialogflowCxV3beta1GcsDestinationArgs>? = null, loggingSettings: Output<GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettingsArgs>? = null)
Functions
Properties
Link copied to clipboard
val loggingSettings: Output<GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettingsArgs>? = null