public sealed class SentimentAnalysisResult : IMessage<WebhookRequest.Types.SentimentAnalysisResult>, IEquatable<WebhookRequest.Types.SentimentAnalysisResult>, IDeepCloneable<WebhookRequest.Types.SentimentAnalysisResult>, IBufferMessage, IMessage
[[["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."],[[["The `SentimentAnalysisResult` class represents the outcome of sentiment analysis within the Dialogflow CX V3 library, specifically for Webhook requests."],["The latest version of the `SentimentAnalysisResult` is 2.23.0, with numerous previous versions available for reference, spanning back to version 1.0.0."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering various functionalities such as message handling and deep cloning."],["The `SentimentAnalysisResult` class has two key properties, `Magnitude` which represents the absolute magnitude of sentiment, and `Score`, which represents the sentiment score between -1.0 and 1.0."],["The code presented here is within the namespace of `Google.Cloud.Dialogflow.Cx.V3`, and located within the `Google.Cloud.Dialogflow.Cx.V3.dll` assembly."]]],[]]