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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This webpage provides documentation for the `SentimentAnalysisRequestConfig` class within the `Google.Cloud.Dialogflow.V2` namespace for .NET, with version 4.26.0 being the latest and going down to version 3.2.0."],["The `SentimentAnalysisRequestConfig` class, inheriting from `Object`, is used to configure sentiment analysis for text, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has a property `AnalyzeQueryTextSentiment`, a boolean that dictates whether sentiment analysis should be performed on the query text."],["The page lists multiple versions of `SentimentAnalysisRequestConfig` with each having it's own URL, which can be accessed by clicking the version number, with the highest version being the latest."],["The document lists information on the constructors for the class `SentimentAnalysisRequestConfig`, including `SentimentAnalysisRequestConfig()` and `SentimentAnalysisRequestConfig(SentimentAnalysisRequestConfig other)`."]]],[]]