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 provided content is a documentation page for the `SentimentAnalysisResult` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace in the .NET library, covering versions from 1.0.0 to 2.23.0."],["`SentimentAnalysisResult` represents the outcome of a sentiment analysis, and it implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, one default and another that accepts another `SentimentAnalysisResult` object for copying."],["The `SentimentAnalysisResult` class provides two properties: `Magnitude`, representing the absolute magnitude of sentiment, and `Score`, representing the sentiment score between -1.0 and 1.0."],["There are multiple versions of the `SentimentAnalysisResult` class listed, with version 2.23.0 being the most recent, and each version links to its specific documentation within the Dialogflow CX V3 library."]]],[]]