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 of the `AdvancedSettings` for Google.Cloud.Dialogflow.Cx.V3 is 2.23.0, with numerous previous versions also available, spanning from 2.22.0 down to 1.0.0."],["`AdvancedSettings` is a sealed class in the `Google.Cloud.Dialogflow.Cx.V3` namespace, used for hierarchical advanced settings at agent, flow, page, fulfillment, or parameter levels, with lower levels overriding higher levels."],["The class `AdvancedSettings` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `Object` class."],["`AdvancedSettings` includes two constructors: a default one and one that takes another `AdvancedSettings` instance as a parameter."],["The `LoggingSettings` property, of type `AdvancedSettings.Types.LoggingSettings`, allows for configuration of logging settings at the agent level, including Dialogflow History, Contact Center messages, StackDriver logs, and speech logging."]]],[]]