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."],[[["This webpage provides documentation for the `AdvancedSettings` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, used for hierarchical configuration in Dialogflow CX."],["The `AdvancedSettings` class allows for setting configurations at different levels, including agent, flow, page, fulfillment, and parameter, with lower levels overriding higher levels."],["The webpage details the latest version (2.23.0) along with many previous versions, ranging from 2.22.0 down to 1.0.0, all specifically for `Google.Cloud.Dialogflow.Cx.V3.AdvancedSettings`."],["The class implements multiple interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `AdvancedSettings` class includes a `LoggingSettings` property of type `AdvancedSettings.Types.LoggingSettings`, used for defining logging behavior related to Dialogflow History, contact center messages, StackDriver logs, and speech logging."]]],[]]