public sealed class InsightsExportSettings : IMessage<SecuritySettings.Types.InsightsExportSettings>, IEquatable<SecuritySettings.Types.InsightsExportSettings>, IDeepCloneable<SecuritySettings.Types.InsightsExportSettings>, IBufferMessage, IMessage
[[["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-03-21 UTC."],[[["This webpage provides documentation for `InsightsExportSettings`, a class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, used for managing the export of conversations to Dialogflow Insights."],["The documentation covers multiple versions of the `InsightsExportSettings` class, ranging from version 1.0.0 up to the latest, 2.23.0."],["`InsightsExportSettings` inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to function within the Google.Protobuf framework."],["The class includes a property `EnableInsightsExport`, a boolean value that when set to true will export conversations to Insights for analysis."],["Constructors for the `InsightsExportSettings` class are detailed, including a parameterised constructor for cloning another instance of the class."]]],[]]