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."],[[["The latest version of the `Google.Cloud.Dialogflow.V2.LoggingConfig` is 4.26.0, with numerous previous versions available, including 3.10.0 as a reference point."],["`LoggingConfig` is a class that defines the logging behavior for conversation lifecycle events in the Google Cloud Dialogflow V2 API."],["The class `LoggingConfig` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending its capabilities."],["The class `LoggingConfig` has two constructors, one parameterless, and one that takes another `LoggingConfig` object as an argument for copying, as well as one property."],["The `EnableStackdriverLogging` property controls whether conversation events are logged to Stackdriver in JSON format, which is of the type boolean."]]],[]]