public sealed class ExportInsightsDataResponse : IMessage<ExportInsightsDataResponse>, IEquatable<ExportInsightsDataResponse>, IDeepCloneable<ExportInsightsDataResponse>, 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 details the `ExportInsightsDataResponse` class within the `Google.Cloud.ContactCenterInsights.V1` namespace, part of the Google Cloud Contact Center Insights .NET library."],["The latest version of `ExportInsightsDataResponse` is 2.19.0, with various previous versions listed from 2.18.0 down to 1.0.0."],["The `ExportInsightsDataResponse` class provides the structure for the response of an export insights operation, inheriting from `Object` and implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, one default constructor `ExportInsightsDataResponse()` and one copy constructor `ExportInsightsDataResponse(ExportInsightsDataResponse other)`, allowing for the creation of new objects either from scratch or from an existing instance."]]],[]]