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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["This webpage provides documentation for the `LoggingConfig` class within the `Google.Cloud.Dialogflow.V2` namespace, specifically detailing its role in managing logging behavior for conversation lifecycle events."],["The `LoggingConfig` class, found in the `Google.Cloud.Dialogflow.V2.dll` assembly, implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its capabilities in handling messages and cloning."],["The page lists various versions of the `LoggingConfig` class, ranging from the latest version 4.26.0 down to 3.2.0, with each version hyperlinked for detailed information."],["The class features a `EnableStackdriverLogging` property, allowing users to toggle the logging of conversation events to Stackdriver in JSON format, offering a configurable way to track conversation data."],["The page provides the definition of two constructors for the class, one being a parameterless constructor and the other taking an object of type `LoggingConfig` as a parameter."]]],[]]