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 `AdvancedSettings` class in the `Google.Cloud.Dialogflow.Cx.V3` namespace provides hierarchical settings for agents, flows, pages, fulfillments, and parameters."],["Version 2.23.0 is the latest version available for the `AdvancedSettings` class, with a comprehensive list of versions from 2.22.0 back to 1.0.0 accessible."],["The `AdvancedSettings` class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class includes properties such as `LoggingSettings`, which allows for configuration of settings related to logging across different levels within the Dialogflow CX platform."],["The Class includes a constructor `AdvancedSettings(AdvancedSettings other)` that takes another `AdvancedSettings` object as a parameter, as well as a parameter-less `AdvancedSettings()` constructor."]]],[]]