public sealed class SentimentAnalysisResult : IMessage<WebhookRequest.Types.SentimentAnalysisResult>, IEquatable<WebhookRequest.Types.SentimentAnalysisResult>, IDeepCloneable<WebhookRequest.Types.SentimentAnalysisResult>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class WebhookRequest.Types.SentimentAnalysisResult.
[[["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 API, specifically detailing its structure and usage in .NET."],["The `SentimentAnalysisResult` class is designed to represent the outcome of sentiment analysis, offering properties for `Magnitude` and `Score` to quantify sentiment."],["The latest version available for the class is 2.23.0, but various versions from 1.0.0 up to 2.23.0 are also documented and linked."],["This class inherits from the `Object` class and implements multiple interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, defining its functionalities."],["The `Magnitude` property indicates the absolute strength of sentiment, while the `Score` property ranges from -1.0 to 1.0, indicating the sentiment's negativity or positivity."]]],[]]