Class AdvancedSettings (1.10.0)

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.

Hierarchy: Agent->Flow->Page->Fulfillment/Parameter.

Inheritance

Object > AdvancedSettings

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

AdvancedSettings()

public AdvancedSettings()

AdvancedSettings(AdvancedSettings)

public AdvancedSettings(AdvancedSettings other)
Parameter
Name Description
other AdvancedSettings

Properties

LoggingSettings

public AdvancedSettings.Types.LoggingSettings LoggingSettings { get; set; }

Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels:

  • Agent level.
Property Value
Type Description
AdvancedSettings.Types.LoggingSettings

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月05日 UTC.