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 content provides documentation for the `SentimentAnalysisResult` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, detailing its purpose as representing the outcome of sentiment analysis."],["The class is part of the `Google.Cloud.Dialogflow.Cx.V3` assembly and is implemented in `Google.Cloud.Dialogflow.Cx.V3.dll`, as a sealed class."],["This class includes two public constructors: a default constructor `SentimentAnalysisResult()` and an overloaded constructor that accepts another `SentimentAnalysisResult` object."],["The `SentimentAnalysisResult` class has two key properties: `Magnitude`, which represents the absolute magnitude of sentiment, and `Score`, which represents the sentiment score ranging from -1.0 to 1.0."],["The document lists the different versions of the class ranging from version 1.0.0 to 2.23.0, showing the history of the `SentimentAnalysisResult` class over different releases."]]],[]]