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 `SentimentAnalysisRequestConfig` class, found in the `Google.Cloud.Dialogflow.V2` namespace, is used to configure sentiment analysis settings for Dialogflow."],["This page provides versioned documentation for `SentimentAnalysisRequestConfig`, ranging from version 3.2.0 to the latest version 4.26.0, with links to specific details for each."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility with various functionalities."],["The `AnalyzeQueryTextSentiment` property within `SentimentAnalysisRequestConfig` enables or disables sentiment analysis on user-provided query text."],["There are two constructors, one default and another that accepts a `SentimentAnalysisRequestConfig` object as a parameter for copying."]]],[]]