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."],[[["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)`."]]],[]]