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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides reference documentation for the `AdvancedSettings` class within the Google Cloud Dialogflow CX v3 API, specifically for the .NET implementation."],["The `AdvancedSettings` class allows for hierarchical configuration of agent, flow, page, fulfillment, and parameter settings, with lower-level settings overriding higher-level ones, but only at the sub-setting level."],["The page lists numerous versions of the Dialogflow CX v3 API, ranging from the latest version 2.23.0 down to version 1.0.0, detailing the availability of the `AdvancedSettings` class in each."],["The `AdvancedSettings` class implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality within the .NET ecosystem."],["The `LoggingSettings` property in the `AdvancedSettings` class allows for configuration of various logging features like Dialogflow History, Contact Center messages, StackDriver logs, and speech logging at the agent level."]]],[]]