Cx Flow Advanced Settings Args
data class CxFlowAdvancedSettingsArgs(val audioExportGcsDestination: Output<CxFlowAdvancedSettingsAudioExportGcsDestinationArgs>? = null, val dtmfSettings: Output<CxFlowAdvancedSettingsDtmfSettingsArgs>? = null) : ConvertibleToJava<CxFlowAdvancedSettingsArgs>
Constructors
Link copied to clipboard
fun CxFlowAdvancedSettingsArgs(audioExportGcsDestination: Output<CxFlowAdvancedSettingsAudioExportGcsDestinationArgs>? = null, dtmfSettings: Output<CxFlowAdvancedSettingsDtmfSettingsArgs>? = null)