public sealed class SentimentAnalysisResult : IMessage<SentimentAnalysisResult>, IEquatable<SentimentAnalysisResult>, IDeepCloneable<SentimentAnalysisResult>, IBufferMessage, IMessage
The result of sentiment analysis. Sentiment analysis inspects user input
and identifies the prevailing subjective opinion, especially to determine a
user's attitude as positive, negative, or neutral.
[[["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 details the `SentimentAnalysisResult` class, which is used to analyze and identify the sentiment within user input, determining if it is positive, negative, or neutral."],["The `SentimentAnalysisResult` class, found within the `Google.Cloud.Dialogflow.Cx.V3` namespace, implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties `Magnitude` and `Score`, which provide numerical values representing the intensity and polarity of the identified sentiment, respectively, `Magnitude` being within a range of [0, +inf) and `Score` within a range of [-1.0, 1.0]."],["The class has several versions, with 2.23.0 being the latest, and it is part of the `Google.Cloud.Dialogflow.Cx.V3` library that is in its 1.11.0 release."]]],[]]