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