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-04-09 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 and includes properties for `Magnitude` and `Score`."],["The class implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is available across a range of Dialogflow v3 API versions, from 1.0.0 up to the latest 2.23.0."],["`Magnitude` is a non-negative float indicating the absolute intensity of sentiment, while `Score` is a float ranging from -1.0 to 1.0, representing negative to positive sentiment."]]],[]]