Google Cloud Dialogflow v2beta1 API - Class LoggingConfig (1.0.0-beta15)

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.

Inheritance

object > LoggingConfig

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.dll

Constructors

LoggingConfig()

public LoggingConfig()

LoggingConfig(LoggingConfig)

public LoggingConfig(LoggingConfig other)
Parameter
NameDescription
otherLoggingConfig

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
TypeDescription
bool