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 provides documentation for the `SentimentAnalysisResult` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, detailing its functionality for sentiment analysis."],["The `SentimentAnalysisResult` class is used to inspect user input and determine the prevailing subjective opinion, such as positive, negative, or neutral sentiment, and it has been implemented in versions 1.0.0 through 2.23.0, with 2.23.0 being the latest."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to interact with other systems and provide various functionalities."],["The class exposes two primary properties, `Magnitude` and `Score`, that provide a non-negative representation of the absolute sentiment magnitude and a sentiment score respectively."],["You can construct a `SentimentAnalysisResult` either without or with an existing `SentimentAnalysisResult` as a template."]]],[]]