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 latest version of the `SentimentAnalysisResult` is 2.23.0, while a list of previous versions are also provided from 2.22.0 down to 1.0.0."],["`SentimentAnalysisResult` is a class that represents the result of sentiment analysis, inheriting from Object and implementing several interfaces including IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The class provides two constructors, a default constructor `SentimentAnalysisResult()` and another one that takes an instance of `WebhookRequest.Types.SentimentAnalysisResult` as a parameter."],["The class has two primary properties: `Magnitude`, a float representing the absolute magnitude of sentiment in the [0, +inf) range, and `Score`, a float indicating the sentiment score between -1.0 and 1.0."],["The `SentimentAnalysisResult` class can be found in the `Google.Cloud.Dialogflow.Cx.V3` namespace within the `Google.Cloud.Dialogflow.Cx.V3.dll` assembly."]]],[]]