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 page provides documentation for the `SentimentAnalysisResult` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, detailing its structure and functionality for sentiment analysis."],["The `SentimentAnalysisResult` class is used to represent the outcome of sentiment analysis on user input, identifying the prevailing opinion as positive, negative, or neutral."],["The `Magnitude` property, a non-negative number, indicates the intensity of the sentiment regardless of its direction, while the `Score` property ranges from -1.0 to 1.0, representing negative to positive sentiment."],["The documentation includes a comprehensive list of version history for the `SentimentAnalysisResult` class, starting from version 1.0.0 up to the latest version, 2.23.0, along with all the versions in between."],["The class implements multiple interfaces like `IMessage\u003cSentimentAnalysisResult\u003e`, `IEquatable\u003cSentimentAnalysisResult\u003e`, `IDeepCloneable\u003cSentimentAnalysisResult\u003e`, `IBufferMessage`, and `IMessage` and has a set of constructors and properties."]]],[]]