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 details the `SentimentAnalysisRequestConfig` class within the `Google.Cloud.Dialogflow.V2` namespace, used for configuring sentiment analysis."],["The latest version of the `SentimentAnalysisRequestConfig` documentation is version 4.26.0, but many versions are available."],["`SentimentAnalysisRequestConfig` inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has a constructor that takes no parameters as well as one that takes another `SentimentAnalysisRequestConfig` object as a parameter."],["The `AnalyzeQueryTextSentiment` property, of type `bool`, can be used to enable or disable sentiment analysis on `query_text` within the class."]]],[]]