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 page provides documentation for the `AdvancedSettings` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, specifically for the .NET library."],["The `AdvancedSettings` class manages hierarchical settings for agent, flow, page, fulfillment, and parameter configurations, with lower-level settings overriding higher-level ones."],["The latest version of `AdvancedSettings` is version 2.23.0, while the content provides access to versions going as far back as 1.0.0."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["`AdvancedSettings` includes a `LoggingSettings` property that allows for the configuration of logging at the agent level, covering Dialogflow history, contact center messages, StackDriver logs, and speech logs."]]],[]]