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 document provides reference documentation for the `WebhookRequest.Types.SentimentAnalysisResult` class within the Dialogflow v3 API, highlighting its role in representing the outcome of sentiment analysis."],["The `SentimentAnalysisResult` class is part of the `Google.Cloud.Dialogflow.Cx.V3` namespace and is available across multiple versions, from 1.0.0 to 2.23.0, with 2.23.0 as the latest version."],["The class includes two key properties: `Magnitude`, a float representing the strength of sentiment, and `Score`, a float ranging from -1.0 to 1.0 that indicates the sentiment's polarity."],["This class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, and `IMessage` interfaces, offering methods like GetHashCode and ToString."],["This class includes two constructors, a default one and one accepting a `SentimentAnalysisResult` object as input."]]],[]]