public sealed class LoggingConfig : IMessage<LoggingConfig>, IEquatable<LoggingConfig>, IDeepCloneable<LoggingConfig>, IBufferMessage, IMessageDefines logging behavior for conversation lifecycle events.
Implements
IMessage<LoggingConfig>, IEquatable<LoggingConfig>, IDeepCloneable<LoggingConfig>, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Assembly
Google.Cloud.Dialogflow.V2.dll
Constructors
LoggingConfig()
public LoggingConfig()LoggingConfig(LoggingConfig)
public LoggingConfig(LoggingConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
LoggingConfig |
Properties
EnableStackdriverLogging
public bool EnableStackdriverLogging { get; set; }Whether to log conversation events like [CONVERSATION_STARTED][google.cloud.dialogflow.v2.ConversationEvent.Type.CONVERSATION_STARTED] to Stackdriver in the conversation project as JSON format [ConversationEvent][google.cloud.dialogflow.v2.ConversationEvent] protos.
| Property Value | |
|---|---|
| Type | Description |
Boolean |
|