Class AdvancedSettings (1.21.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
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

LoggingSettings

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

Define behaviors on logging.