public sealed class SentimentAnalysisResult : IMessage<WebhookRequest.Types.SentimentAnalysisResult>, IEquatable<WebhookRequest.Types.SentimentAnalysisResult>, IDeepCloneable<WebhookRequest.Types.SentimentAnalysisResult>, 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."],[[["The content provides a comprehensive list of versions for the `SentimentAnalysisResult` class within the `Google.Cloud.Dialogflow.Cx.V3` library, ranging from version 1.0.0 to 2.23.0, with 2.23.0 being the latest."],["The `SentimentAnalysisResult` class represents the outcome of sentiment analysis and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `SentimentAnalysisResult` class includes two main properties: `Magnitude`, which is a non-negative value indicating the strength of sentiment, and `Score`, which ranges from -1.0 (negative) to 1.0 (positive) to represent the sentiment's polarity."],["The most recent version of the `SentimentAnalysisResult` class is version `2.23.0` which is noted as being the latest release."]]],[]]