public sealed class WebhookRequest.Types.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 `WebhookRequest.Types.SentimentAnalysisResult` class within the Dialogflow v3 API, specifically for .NET."],["The `SentimentAnalysisResult` class represents the outcome of sentiment analysis, offering a way to understand the emotional tone of text."],["The class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its integration within the .NET ecosystem and Google's Protocol Buffers."],["The class offers two properties: `Magnitude`, representing the intensity of sentiment, and `Score`, indicating the polarity of sentiment, ranging from -1.0 to 1.0."],["This documentation page has versions from 1.0.0 all the way up to the latest version of 2.23.0, with each containing the same documentation."]]],[]]