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 content provides a comprehensive list of versions for the `Google.Cloud.Dialogflow.Cx.V3.AdvancedSettings` class, ranging from version 1.0.0 to the latest version, 2.23.0."],["`AdvancedSettings` is a class that offers hierarchical settings for agents, flows, pages, fulfillments, and parameters, with lower-level settings overriding higher-level ones."],["The `AdvancedSettings` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `Object` class."],["The class has two constructors, a default one and another to copy an existing `AdvancedSettings` object."],["`AdvancedSettings` contains a `LoggingSettings` property, which is of type `AdvancedSettings.Types.LoggingSettings`, and is used for managing logging settings across various levels."]]],[]]