public sealed class SentimentAnalysisRequestConfig : IMessage<SentimentAnalysisRequestConfig>, IEquatable<SentimentAnalysisRequestConfig>, IDeepCloneable<SentimentAnalysisRequestConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class SentimentAnalysisRequestConfig.
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 `SentimentAnalysisRequestConfig` class, part of the Google Cloud Dialogflow v2beta1 API, is used to configure sentiment analysis operations."],["This class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["It provides a property called `AnalyzeQueryTextSentiment`, a boolean value, that controls whether sentiment analysis is performed on the `query_text`."],["The latest version of the API is `1.0.0-beta23`, and this documentation details version `1.0.0-beta22`."],["Two constructors are available for `SentimentAnalysisRequestConfig`: one default, and one that takes another `SentimentAnalysisRequestConfig` as a parameter."]]],[]]