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 `WebhookRequest.Types.SentimentAnalysisResult` class within the Dialogflow v3 API, specifically for .NET."],["The class represents the outcome of sentiment analysis and includes properties for `Magnitude` and `Score`, which quantify the sentiment's strength and direction."],["The page details various versions of the API, ranging from the latest version 2.23.0 down to version 1.0.0."],["The `SentimentAnalysisResult` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and object comparison."],["The class includes two constructors: a default one with no parameters, and one that accepts another `SentimentAnalysisResult` object."]]],[]]