GoogleCloudDialogflowCxV3AdvancedSettings class

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.

Properties

audioExportGcsDestination GoogleCloudDialogflowCxV3GcsDestination?
If present, incoming audio is exported by Dialogflow to the configured Google Cloud Storage destination.
getter/setter pair
dtmfSettings GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettings?
Settings for DTMF.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
loggingSettings GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings?
Settings for logging.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
speechSettings GoogleCloudDialogflowCxV3AdvancedSettingsSpeechSettings?
Settings for speech to text detection.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited