public sealed class SentimentAnalysisResult : IMessage<SentimentAnalysisResult>, IEquatable<SentimentAnalysisResult>, IDeepCloneable<SentimentAnalysisResult>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class SentimentAnalysisResult.
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-04-09 UTC."],[[["This page provides reference documentation for the `SentimentAnalysisResult` class within the Google.Cloud.Dialogflow.Cx.V3 namespace for .NET, detailing its usage within the Dialogflow v3 API."],["The `SentimentAnalysisResult` class is used to represent the outcome of sentiment analysis, which evaluates user input to gauge their attitude as positive, negative, or neutral."],["The available versions of the `SentimentAnalysisResult` class span from version 1.0.0 to the latest version 2.23.0, accessible via the provided links, the current version being 2.22.0."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and includes properties such as `Magnitude` and `Score` to quantify sentiment."],["This documentation lists all of the constructors, parameters and inherited members associated with the class SentimentAnalysisResult."]]],[]]