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 content provides a comprehensive list of versions for the `SentimentAnalysisResult` class within the `Google.Cloud.Dialogflow.Cx.V3` library, ranging from version 1.0.0 to the latest, 2.23.0."],["`SentimentAnalysisResult` is a class that implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, designed to represent the result of sentiment analysis."],["The `SentimentAnalysisResult` class contains two properties, `Magnitude` and `Score`, which are both single-precision floating-point values, representing the absolute magnitude of sentiment and the sentiment score respectively."],["There is a no argument constructor for `SentimentAnalysisResult()` as well as an overloaded one that takes another `WebhookRequest.Types.SentimentAnalysisResult`."]]],[]]