public sealed class ConversationLevelSentiment : IMessage<ConversationLevelSentiment>, IEquatable<ConversationLevelSentiment>, IDeepCloneable<ConversationLevelSentiment>, 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 `ConversationLevelSentiment` class within the `Google.Cloud.ContactCenterInsights.V1` namespace, designed for representing sentiment data in contact center conversations."],["The latest version of the documentation for `ConversationLevelSentiment` is 2.19.0, with numerous previous versions, including version 1.3.0, also available to review."],["The `ConversationLevelSentiment` class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for functionality related to the structure and manipulation of data."],["It includes properties like `ChannelTag` (an integer indicating the audio channel) and `SentimentData` (an object providing specific sentiment details) to define the sentiment analysis of the conversation."],["The class offers two constructors, one default and another that takes an existing `ConversationLevelSentiment` object to duplicate it."]]],[]]