Dialogflow v3 API - Class AdvancedSettings.Types.LoggingSettings (2.17.0)

public sealed class AdvancedSettings.Types.LoggingSettings : IMessage<AdvancedSettings.Types.LoggingSettings>, IEquatable<AdvancedSettings.Types.LoggingSettings>, IDeepCloneable<AdvancedSettings.Types.LoggingSettings>, IBufferMessage, IMessage

Reference documentation and code samples for the Dialogflow v3 API class AdvancedSettings.Types.LoggingSettings.

Define behaviors on logging.

Inheritance

object > AdvancedSettings.Types.LoggingSettings

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

LoggingSettings()

public LoggingSettings()

LoggingSettings(LoggingSettings)

public LoggingSettings(AdvancedSettings.Types.LoggingSettings other)
Parameter
NameDescription
otherAdvancedSettingsTypesLoggingSettings

Properties

EnableInteractionLogging

public bool EnableInteractionLogging { get; set; }

If true, DF Interaction logging is currently enabled.

Property Value
TypeDescription
bool

EnableStackdriverLogging

public bool EnableStackdriverLogging { get; set; }

If true, StackDriver logging is currently enabled.

Property Value
TypeDescription
bool