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 class `WebhookRequest.Types.SentimentAnalysisResult` represents the outcome of a sentiment analysis, including score and magnitude, in the Dialogflow v3 API."],["The documentation lists various versions of the `SentimentAnalysisResult` class, with version 2.23.0 being the latest, going back to version 1.0.0."],["The `SentimentAnalysisResult` class has properties such as `Magnitude` and `Score`, which provide numerical representations of the strength and polarity of sentiment."],["The `SentimentAnalysisResult` implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."]]],[]]