public sealed class SentimentAnalysisRequestConfig : IMessage<SentimentAnalysisRequestConfig>, IEquatable<SentimentAnalysisRequestConfig>, IDeepCloneable<SentimentAnalysisRequestConfig>, IBufferMessage, IMessage
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-03-21 UTC."],[[["The page provides documentation for the `SentimentAnalysisRequestConfig` class within the `Google.Cloud.Dialogflow.V2` namespace for .NET, with version 4.26.0 being the latest and multiple versions available."],["`SentimentAnalysisRequestConfig` is used to configure sentiment analysis for the service."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default constructor and one that accepts another `SentimentAnalysisRequestConfig` object as a parameter, used for copying the object's properties."],["The `AnalyzeQueryTextSentiment` property, when set to true, directs the service to analyze the sentiment of the `query_text`."]]],[]]