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, offering a hierarchical approach to managing settings for agents, flows, pages, fulfillments, and parameters."],["The `AdvancedSettings` class is versioned, with the latest version being 2.23.0, and it inherits from the `Object` class and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation outlines that lower-level settings override higher-level settings within the hierarchy of Agent -\u003e Flow -\u003e Page -\u003e Fulfillment/Parameter, allowing for granular control over configurations."],["The class features two constructors, a default constructor and one that accepts another AdvancedSettings instance as a copy constructor."],["The `AdvancedSettings` class includes a `LoggingSettings` property, which allows configuration for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging at the agent level."]]],[]]