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 webpage provides documentation for the `LoggingConfig` class within the `Google.Cloud.Dialogflow.V2` namespace, detailing its usage in defining logging behavior for conversation lifecycle events."],["The latest documented version for `LoggingConfig` is 4.26.0, and the page lists versions all the way down to 3.2.0, offering links to documentation for each respective version."],["The `LoggingConfig` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `LoggingConfig` class includes a boolean property, `EnableStackdriverLogging`, that is used to determine if conversation events are logged to Stackdriver in JSON format."],["The documentation has a list of constructors for `LoggingConfig`, including a default constructor and one that takes another `LoggingConfig` object as a parameter for cloning."]]],[]]