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` within the `Google.Cloud.Dialogflow.Cx.V3` namespace, detailing its use for exporting conversations to Google Cloud Contact Center Insights."],["The content includes a list of available versions for `InsightsExportSettings`, ranging from the latest version 2.23.0 down to version 1.0.0."],["`InsightsExportSettings` is a class that implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, inheriting members from the base `Object` class."],["The `InsightsExportSettings` class has a property `EnableInsightsExport`, a boolean value that when set to true will allow automatic exporting of conversations to Insights for analysis."],["The documentation provides two constructors for creating `InsightsExportSettings` objects: a default constructor and a copy constructor that takes another `InsightsExportSettings` instance as an argument."]]],[]]