public sealed class LoggingConfig : IMessage<LoggingConfig>, IEquatable<LoggingConfig>, IDeepCloneable<LoggingConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class LoggingConfig.
Defines logging behavior for conversation lifecycle events.
Implements
IMessageLoggingConfig, IEquatableLoggingConfig, IDeepCloneableLoggingConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Beta1Assembly
Google.Cloud.Dialogflow.V2Beta1.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.v2beta1.ConversationEvent.Type.CONVERSATION_STARTED] to Stackdriver in the conversation project as JSON format [ConversationEvent][google.cloud.dialogflow.v2beta1.ConversationEvent] protos.
Property Value | |
---|---|
Type | Description |
bool |