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 `AdvancedSettings` class in the `Google.Cloud.Dialogflow.Cx.V3` namespace provides hierarchical settings for agents, flows, pages, fulfillments, and parameters."],["Version 2.23.0 is the latest version of the `Google.Cloud.Dialogflow.Cx.V3` library, with multiple previous versions available, including down to 1.0.0."],["The `AdvancedSettings` class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains a `LoggingSettings` property, which allows configuration of logging for various components such as Dialogflow History, Contact Center messages, StackDriver logs, and speech."],["The class has two constructors, one default and one which creates a new instance from another `AdvancedSettings` instance, via the use of a parameter, `other`."]]],[]]