GoogleCloudDialogflowCxV3beta1AdvancedSettingsArgs

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

Functions

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

Properties

Link copied to clipboard

If present, incoming audio is exported by Dialogflow to the configured Google Cloud Storage destination. Exposed at the following levels: - Agent level - Flow level

Link copied to clipboard

Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels: - Agent level.