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 documentation for the `SentimentAnalysisResult` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, detailing its role in representing sentiment analysis results."],["This class is accessible in multiple versions ranging from 1.0.0 to the latest version 2.23.0 of Google Cloud Dialogflow CX."],["`SentimentAnalysisResult` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `Object` class."],["The class has two constructors, one default and another that takes `WebhookRequest.Types.SentimentAnalysisResult` as an argument to copy its state, allowing for the creation of new objects."],["The class exposes two key properties: `Magnitude`, representing the absolute magnitude of sentiment, and `Score`, indicating the sentiment score ranging from -1.0 to 1.0."]]],[]]