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 API, specifically for the .NET environment, spanning multiple versions from 3.2.0 to 4.26.0."],["The `LoggingConfig` class is designed to define logging behavior for conversation lifecycle events, as indicated by its role in the API."],["The documentation details the `LoggingConfig` class's inheritance, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, and `IMessage`."],["The current documented version is 4.15.0, but the latest available version is 4.26.0, and previous versions are also detailed."],["The documentation includes details on the class's constructors and properties, such as `EnableStackdriverLogging`, which determines whether conversation events are logged to Stackdriver."]]],[]]