CxFlowAdvancedSettingsArgs

data class CxFlowAdvancedSettingsArgs(val audioExportGcsDestination: Output<CxFlowAdvancedSettingsAudioExportGcsDestinationArgs>? = null, val dtmfSettings: Output<CxFlowAdvancedSettingsDtmfSettingsArgs>? = null, val loggingSettings: Output<CxFlowAdvancedSettingsLoggingSettingsArgs>? = null, val speechSettings: Output<CxFlowAdvancedSettingsSpeechSettingsArgs>? = null) : ConvertibleToJava<CxFlowAdvancedSettingsArgs>

Constructors

Link copied to clipboard
constructor(audioExportGcsDestination: Output<CxFlowAdvancedSettingsAudioExportGcsDestinationArgs>? = null, dtmfSettings: Output<CxFlowAdvancedSettingsDtmfSettingsArgs>? = null, loggingSettings: Output<CxFlowAdvancedSettingsLoggingSettingsArgs>? = null, speechSettings: Output<CxFlowAdvancedSettingsSpeechSettingsArgs>? = null)

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:

Link copied to clipboard

Define behaviors for DTMF (dual tone multi frequency). DTMF settings does not override each other. DTMF settings set at different levels define DTMF detections running in parallel. Exposed at the following levels:

Link copied to clipboard

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

Link copied to clipboard

Settings for speech to text detection. Exposed at the following levels:

Functions

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