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."],[[["This webpage provides documentation for the `SentimentAnalysisResult` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, detailing its structure and functionality across multiple versions."],["The `SentimentAnalysisResult` class, representing the outcome of sentiment analysis, implements interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The documentation lists various versions of the `SentimentAnalysisResult` class, with version 2.23.0 being the latest, and includes versions down to 1.0.0."],["The class has two key properties: `Magnitude`, which indicates the absolute strength of sentiment, and `Score`, which ranges from -1.0 to 1.0 to convey the sentiment's polarity."],["The class can be constructed either with no parameters, or by using another `WebhookRequest.Types.SentimentAnalysisResult` as a parameter."]]],[]]