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."],[[["The provided content details the `AdvancedSettings` class within the Google.Cloud.Dialogflow.Cx.V3 namespace, offering various versioned documentation links ranging from version 1.0.0 to 2.23.0 (latest)."],["`AdvancedSettings` manages hierarchical settings for Dialogflow agent, flow, page, fulfillment, and parameter configurations, allowing granular control with lower-level settings overriding higher-level ones, excluding DTMF settings, which operate in parallel."],["The class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities such as deep cloning and message handling, and includes constructors for default and copy-based object creation."],["Key properties within `AdvancedSettings` include `AudioExportGcsDestination` for audio export to Google Cloud Storage and `LoggingSettings` for configuring logging options across different levels, including Dialogflow History, Contact Center messages, StackDriver logs, and speech logs."],["The documentation provides details on the namespace, assembly, inheritance, implemented interfaces, constructors, properties, and version history of the `AdvancedSettings` class, located in the Google Cloud Dialogflow CX v3 library."]]],[]]