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