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 a range of versions from 1.0.0 to the newest 2.23.0 being accessible."],["`AdvancedSettings` is a class that implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which allows for creating and manipulating advanced settings within Dialogflow."],["This class provides hierarchical settings for agents, flows, pages, fulfillment, and parameters, where settings at lower levels override those at higher levels within the hierarchy."],["`AdvancedSettings` includes a `LoggingSettings` property that configures logging for various aspects like Dialogflow History and StackDriver logs, which are exposed at the agent level."],["`AdvancedSettings` has two constructors, one default and another to clone from another instance of the `AdvancedSettings` class."]]],[]]