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."],[[["This webpage details the `SentimentAnalysisResult` class, which is part of the Google Cloud Dialogflow CX V3 library for .NET, representing the outcome of sentiment analysis."],["The `SentimentAnalysisResult` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering methods for message handling, equality checks, deep cloning, and buffer management."],["The class has two constructors, a default one and one that takes another `SentimentAnalysisResult` object for initialization."],["It includes two key properties: `Magnitude`, which indicates the absolute intensity of the sentiment, and `Score`, which ranges from -1.0 to 1.0 and signifies the sentiment's polarity."],["The page contains a comprehensive list of the class's version history, ranging from version 1.0.0 up to the latest version, 2.23.0, with links to each version's specific documentation."]]],[]]