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 provides documentation for the `SentimentAnalysisResult` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, detailing its structure and functionality for sentiment analysis results."],["The class `SentimentAnalysisResult` represents the outcome of sentiment analysis, implementing several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["It has properties for `Magnitude`, a non-negative number representing the absolute magnitude of sentiment, and `Score`, a value between -1.0 and 1.0 indicating negative to positive sentiment respectively."],["The documentation includes a list of available versions for this class, ranging from the latest [2.23.0] to the earliest [1.0.0], all related to the Google Cloud Dialogflow CX."],["The class has two constructors, a default one, and another one that takes another `WebhookRequest.Types.SentimentAnalysisResult` as a parameter."]]],[]]