public sealed class SentimentAnalysisRequestConfig : IMessage<SentimentAnalysisRequestConfig>, IEquatable<SentimentAnalysisRequestConfig>, IDeepCloneable<SentimentAnalysisRequestConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class SentimentAnalysisRequestConfig.
Configures the types of sentiment analysis to perform.
[[["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-04-09 UTC."],[[["This webpage provides documentation for the `SentimentAnalysisRequestConfig` class within the Google Cloud Dialogflow v2 API, specifically for .NET development."],["The latest version of the class documented is 4.26.0, but the page also includes documentation for prior versions all the way back to 3.2.0, allowing users to access documentation for different iterations of the API class."],["The `SentimentAnalysisRequestConfig` class is used to configure sentiment analysis requests within the Dialogflow API, enabling developers to tailor the types of sentiment analysis to be performed."],["The class inherits from `Object` and implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing extensive functionality for working with sentiment analysis configurations."],["The property `AnalyzeQueryTextSentiment` within the `SentimentAnalysisRequestConfig` class, allows the user to instruct the API to either perform sentiment analysis on query text or not, through the use of a boolean value."]]],[]]