public sealed class AdvancedSettings : IMessage<AdvancedSettings>, IEquatable<AdvancedSettings>, IDeepCloneable<AdvancedSettings>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class AdvancedSettings.
Hierarchical advanced settings for agent/flow/page/fulfillment/parameter.
Settings exposed at lower level overrides the settings exposed at higher
level. Overriding occurs at the sub-setting level. For example, the
playback_interruption_settings at fulfillment level only overrides the
playback_interruption_settings at the agent level, leaving other settings
at the agent level unchanged.
DTMF settings does not override each other. DTMF settings set at different
levels define DTMF detections running in parallel.
[[["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 reference documentation for the `AdvancedSettings` class within the Google Cloud Dialogflow CX V3 API, specifically for the .NET environment."],["The latest version documented is 2.23.0, and the page includes documentation for versions ranging from 1.0.0 to 2.23.0, allowing access to the history of this classes' development and features."],["`AdvancedSettings` are hierarchical, allowing customization of settings at different levels like Agent, Flow, Page, Fulfillment, and Parameter, where lower-level settings override those at higher levels."],["The `AdvancedSettings` class includes settings for logging, such as Dialogflow History, Contact Center messages, StackDriver logs, and speech logging, at the agent level."],["The class `AdvancedSettings` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` allowing for various actions and operations to be performed."]]],[]]