public sealed class AdvancedSettings : IMessage<AdvancedSettings>, IEquatable<AdvancedSettings>, IDeepCloneable<AdvancedSettings>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class AdvancedSettings.
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.
Implements
IMessageAdvancedSettings, IEquatableAdvancedSettings, IDeepCloneableAdvancedSettings, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
AdvancedSettings()
public AdvancedSettings()
AdvancedSettings(AdvancedSettings)
public AdvancedSettings(AdvancedSettings other)
Parameter | |
---|---|
Name | Description |
other |
AdvancedSettings |
Properties
AudioExportGcsDestination
public GcsDestination AudioExportGcsDestination { get; set; }
If present, incoming audio is exported by Dialogflow to the configured Google Cloud Storage destination. Exposed at the following levels:
- Agent level
- Flow level
Property Value | |
---|---|
Type | Description |
GcsDestination |
DtmfSettings
public AdvancedSettings.Types.DtmfSettings DtmfSettings { get; set; }
Settings for DTMF. Exposed at the following levels:
- Agent level
- Flow level
- Page level
- Parameter level.
Property Value | |
---|---|
Type | Description |
AdvancedSettingsTypesDtmfSettings |
LoggingSettings
public AdvancedSettings.Types.LoggingSettings LoggingSettings { get; set; }
Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels:
- Agent level.
Property Value | |
---|---|
Type | Description |
AdvancedSettingsTypesLoggingSettings |