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 webpage provides documentation for the `SentimentAnalysisResult` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, detailing its role in representing sentiment analysis results."],["The `SentimentAnalysisResult` class has two key properties: `Magnitude`, representing the absolute strength of sentiment, and `Score`, representing the sentiment's polarity between -1.0 and 1.0."],["The page lists a multitude of available versions of this class, with `2.23.0` being the latest, providing developers with a history of changes and specific version details."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`, ensuring it conforms to various .NET and Google Protobuf standards, and also inherits from `Object`."],["There are two constructors for creating instances of `SentimentAnalysisResult`, one default and another that accepts another `SentimentAnalysisResult` object for copying."]]],[]]