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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This webpage provides documentation for the `LoggingConfig` class within the Google Cloud Dialogflow v2 API, detailing its functionality for managing logging of conversation lifecycle events."],["The latest available version of the API is 4.26.0, with the current page focusing on version 4.22.0, while offering access to versions back to 3.2.0."],["The `LoggingConfig` class, which inherits from `object` and implements multiple interfaces, allows you to define logging behavior for conversation lifecycle events."],["A key property within `LoggingConfig` is `EnableStackdriverLogging`, which allows you to enable or disable logging of conversation events to Stackdriver."]]],[]]