Class AdvancedSettings (1.33.0)

AdvancedSettings(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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.

Attributes

NameDescription
audio_export_gcs_destination google.cloud.dialogflowcx_v3beta1.types.GcsDestination
If present, incoming audio is exported by Dialogflow to the configured Google Cloud Storage destination. Exposed at the following levels: - Agent level - Flow level
speech_settings google.cloud.dialogflowcx_v3beta1.types.AdvancedSettings.SpeechSettings
Settings for speech to text detection. Exposed at the following levels: - Agent level - Flow level - Page level - Parameter level
dtmf_settings google.cloud.dialogflowcx_v3beta1.types.AdvancedSettings.DtmfSettings
Settings for DTMF. Exposed at the following levels: - Agent level - Flow level - Page level - Parameter level.
logging_settings google.cloud.dialogflowcx_v3beta1.types.AdvancedSettings.LoggingSettings
Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels: - Agent level.

Classes

DtmfSettings

DtmfSettings(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Define behaviors for DTMF (dual tone multi frequency).

LoggingSettings

LoggingSettings(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Define behaviors on logging.

SpeechSettings

SpeechSettings(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Define behaviors of speech to text detection.