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 documentation for the `SentimentAnalysisRequestConfig` class within the Google Cloud Dialogflow v2 API, specifically for .NET development."],["The `SentimentAnalysisRequestConfig` class is used to configure sentiment analysis settings for interactions with the Dialogflow API, which is a subclass derived from the class `object`."],["The documentation lists available versions of the Dialogflow v2 API, ranging from version 3.2.0 up to the latest 4.26.0, with specific links for each version's documentation of the SentimentAnalysisRequestConfig class."],["The class features a property called `AnalyzeQueryTextSentiment`, which is a boolean value that determines if sentiment analysis is applied to the user's query text."],["The documentation features implementation information for `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, with inherited members such as `GetHashCode`, `GetType`, and `ToString`."]]],[]]