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.
[[["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 latest version available for `Google.Cloud.Dialogflow.Cx.V3.AdvancedSettings` is 2.23.0, with numerous previous versions accessible, starting from 1.0.0 and spanning up to version 2.22.0."],["`AdvancedSettings` is a sealed class in the `Google.Cloud.Dialogflow.Cx.V3` namespace, and it handles hierarchical advanced settings for agents, flows, pages, fulfillments, and parameters, with lower-level settings overriding higher-level ones."],["This class implements multiple interfaces, including `IMessage\u003cAdvancedSettings\u003e`, `IEquatable\u003cAdvancedSettings\u003e`, `IDeepCloneable\u003cAdvancedSettings\u003e`, `IBufferMessage`, and `IMessage`."],["`AdvancedSettings` includes properties for managing settings for logging, such as Dialogflow History, Contact Center messages, StackDriver logs, and speech logging at the agent level, via the `LoggingSettings` property."],["Constructors are available to initialize `AdvancedSettings` and to clone from another `AdvancedSettings` instance."]]],[]]