public sealed class SentimentAnalysisRequestConfig : IMessage<SentimentAnalysisRequestConfig>, IEquatable<SentimentAnalysisRequestConfig>, IDeepCloneable<SentimentAnalysisRequestConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 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"]],[["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 latest version of the `SentimentAnalysisRequestConfig` class is 4.26.0, and the documentation provides access to previous versions, down to version 3.2.0."],["The `SentimentAnalysisRequestConfig` class, part of the Google Cloud Dialogflow v2 API, is used to configure the sentiment analysis to be performed."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `AnalyzeQueryTextSentiment` property within the `SentimentAnalysisRequestConfig` class is a boolean that controls whether or not sentiment analysis is performed on `query_text`."],["The `SentimentAnalysisRequestConfig` class has two constructors: a default one, and another that accepts another `SentimentAnalysisRequestConfig` object as a parameter."]]],[]]