public sealed class AdvancedSettings : IMessage<AdvancedSettings>, IEquatable<AdvancedSettings>, IDeepCloneable<AdvancedSettings>, IBufferMessage, IMessage
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."],[[["The page provides documentation for `AdvancedSettings` in the `Google.Cloud.Dialogflow.Cx.V3` namespace, with the latest version being 2.23.0."],["`AdvancedSettings` allows for hierarchical configuration of settings at agent, flow, page, fulfillment, and parameter levels, with lower levels overriding higher ones, except for DTMF settings."],["The `AdvancedSettings` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`AdvancedSettings` has a `LoggingSettings` property that controls logging behavior for various features like Dialogflow History and StackDriver logs, and it is only available at the Agent level."],["The available versions for the `AdvancedSettings` class range from version 1.0.0 to 2.23.0."]]],[]]