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 provided content details the `SentimentAnalysisRequestConfig` class within the Google Cloud Dialogflow v2 API for .NET, including its versions and documentation links."],["Version 4.26.0 is the latest version, while version 4.25.0 is presented on the current page, and there are numerous older versions available ranging from 4.24.0 to 3.2.0."],["The `SentimentAnalysisRequestConfig` class is used to configure sentiment analysis, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inheriting from `object`."],["The class has a constructor and a property `AnalyzeQueryTextSentiment`, which is a boolean that, if set to true, will instruct the API to perform sentiment analysis on the `query_text`."],["The namespace of this class is `Google.Cloud.Dialogflow.V2`, and it is located within the assembly `Google.Cloud.Dialogflow.V2.dll`."]]],[]]