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-03-21 UTC."],[[["This webpage provides documentation for the `LoggingConfig` class within the `Google.Cloud.Dialogflow.V2` namespace, specifically detailing its use in managing logging behavior for conversation lifecycle events."],["The `LoggingConfig` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its integration with the Google Protocol Buffers library."],["The latest version available is 4.26.0, with a history of versions dating back to 3.2.0 that can be accessed via the provided links."],["The `EnableStackdriverLogging` property, a boolean value, is used to determine whether to log conversation events to Stackdriver in JSON format."],["The class provides two available constructors: a default `LoggingConfig()` and a copy constructor `LoggingConfig(LoggingConfig other)` to create a new instance based off an already existing instance."]]],[]]