public bool EnableStackdriverLogging { get; set; }
Whether to log conversation events like
[CONVERSATION_STARTED][google.cloud.dialogflow.v2beta1.ConversationEvent.Type.CONVERSATION_STARTED]
to Stackdriver in the conversation project as JSON format
[ConversationEvent][google.cloud.dialogflow.v2beta1.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 documentation is for the `LoggingConfig` class within the Google Cloud Dialogflow v2beta1 API, specifically version 1.0.0-beta22, with the latest version being 1.0.0-beta23."],["The `LoggingConfig` class defines how logging should behave for events during a conversation's lifecycle."],["The `LoggingConfig` class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides two constructors: a default constructor `LoggingConfig()` and another `LoggingConfig(LoggingConfig other)` which takes another instance of the same class."],["The `EnableStackdriverLogging` property, of the type boolean, determines if conversation events will be logged to Stackdriver in the conversation project as JSON format `ConversationEvent` protos."]]],[]]