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."],[[["The webpage provides documentation for the `SentimentAnalysisRequestConfig` class within the `Google.Cloud.Dialogflow.V2` namespace."],["The latest version available for `SentimentAnalysisRequestConfig` is version 4.26.0, with a detailed history of versions available down to 3.2.0, with the current documentation being for version 3.4.0."],["`SentimentAnalysisRequestConfig` is used to configure the type of sentiment analysis that will be performed within the service."],["The `AnalyzeQueryTextSentiment` property, a boolean, within `SentimentAnalysisRequestConfig` allows users to control whether sentiment analysis is performed on the `query_text`."],["The document states that the `SentimentAnalysisRequestConfig` class inherits properties from `Object` and implements the following interfaces: `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."]]],[]]