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."],[[["This webpage provides reference documentation and code samples for the `SentimentAnalysisRequestConfig` class within the Google Cloud Dialogflow v2 API."],["The latest version available for `SentimentAnalysisRequestConfig` is 4.26.0, with versions ranging down to 3.2.0."],["The `SentimentAnalysisRequestConfig` class, which inherits from `object` and implements multiple interfaces, configures the types of sentiment analysis to perform, including sentiment analysis on `query_text`."],["The class has a property `AnalyzeQueryTextSentiment`, a boolean that dictates whether sentiment analysis is performed on the `query_text`."],["There are two constructors available, one that takes no arguments, and one that takes another `SentimentAnalysisRequestConfig` object to copy its properties."]]],[]]