public sealed class SentimentAnalysisResult : IMessage<WebhookRequest.Types.SentimentAnalysisResult>, IEquatable<WebhookRequest.Types.SentimentAnalysisResult>, IDeepCloneable<WebhookRequest.Types.SentimentAnalysisResult>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class WebhookRequest.Types.SentimentAnalysisResult.
[[["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 Dialogflow v3 API, part of the Google Cloud .NET client libraries."],["The `SentimentAnalysisResult` class represents the outcome of sentiment analysis, including both a sentiment score and magnitude."],["The sentiment score, ranging from -1.0 to 1.0, indicates the positivity or negativity of sentiment, while the magnitude reflects the strength of sentiment, without indicating whether its positive or negative."],["The documentation lists available versions of the class, ranging from version 1.0.0 to the latest version, 2.23.0, along with links to the documentation of each version."],["The webpage also details the `SentimentAnalysisResult` class's constructors, methods, inheritance and interfaces, and includes the `Magnitude` and `Score` properties of the class."]]],[]]