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 provided content outlines the different versions of `SentimentAnalysisResult` within the `Google.Cloud.Dialogflow.Cx.V3` namespace, ranging from version 1.0.0 to the latest version, 2.23.0."],["`SentimentAnalysisResult` is a class that represents the output of a sentiment analysis process, inheriting from `Object` and implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two properties: `Magnitude`, which is a non-negative float representing the absolute magnitude of the sentiment, and `Score`, a float ranging from -1.0 to 1.0, indicating the sentiment's polarity."],["The class includes a default parameterless constructor and one that takes in another `SentimentAnalysisResult`."],["`SentimentAnalysisResult` is located in the namespace `Google.Cloud.Dialogflow.Cx.V3`, and resides in the assembly `Google.Cloud.Dialogflow.Cx.V3.dll`."]]],[]]