Google Cloud Dialogflow Cx V3Advanced Settings Response
data class GoogleCloudDialogflowCxV3AdvancedSettingsResponse(val audioExportGcsDestination: GoogleCloudDialogflowCxV3GcsDestinationResponse, val loggingSettings: GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettingsResponse)
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 GoogleCloudDialogflowCxV3AdvancedSettingsResponse(audioExportGcsDestination: GoogleCloudDialogflowCxV3GcsDestinationResponse, loggingSettings: GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettingsResponse)