public sealed class ConversationLevelSentiment : IMessage<ConversationLevelSentiment>, IEquatable<ConversationLevelSentiment>, IDeepCloneable<ConversationLevelSentiment>, IBufferMessage, IMessage
Reference documentation and code samples for the Contact Center AI Insights v1 API class ConversationLevelSentiment.
[[["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 page provides reference documentation for the `ConversationLevelSentiment` class within the Google Cloud Contact Center AI Insights v1 API, specifically for version 2.17.0."],["The `ConversationLevelSentiment` class represents sentiment data at the conversation level and is accessible through the `Google.Cloud.ContactCenterInsights.V1` namespace, implemented as a sealed class, inheriting from object, and implementing multiple interfaces."],["The available versions for `ConversationLevelSentiment` range from 1.0.0 to 2.19.0, with 2.19.0 being the latest version."],["The class includes properties such as `ChannelTag` (an integer) and `SentimentData` (of type `SentimentData`), which represents the audio channel and the sentiment information."],["The class has two constructors: a default constructor and a constructor that takes another `ConversationLevelSentiment` object as a parameter for copying."]]],[]]