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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis page details the \u003ccode\u003eSentimentAnalysisResult\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.Dialogflow.Cx.V3\u003c/code\u003e namespace, used for analyzing user input sentiment.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eSentimentAnalysisResult\u003c/code\u003e class, found in the \u003ccode\u003eGoogle.Cloud.Dialogflow.Cx.V3.dll\u003c/code\u003e assembly, implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe page lists numerous versions of the \u003ccode\u003eSentimentAnalysisResult\u003c/code\u003e class, ranging from the latest version \u003ccode\u003e2.23.0\u003c/code\u003e down to version \u003ccode\u003e1.0.0\u003c/code\u003e, with links to documentation for each.\u003c/p\u003e\n"],["\u003cp\u003eThe class has two properties: \u003ccode\u003eMagnitude\u003c/code\u003e, a float representing the absolute magnitude of sentiment, and \u003ccode\u003eScore\u003c/code\u003e, a float indicating the sentiment score from -1.0 to 1.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eSentimentAnalysisResult\u003c/code\u003e class can be instantiated via two constructors: a default parameterless constructor and one that accepts another \u003ccode\u003eSentimentAnalysisResult\u003c/code\u003e object as a parameter.\u003c/p\u003e\n"]]],[],null,[]]