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 for the `SentimentAnalysisRequestConfig` class within the Google Cloud Dialogflow v2 API, specifically for version 4.18.0, and offers navigation to other versions."],["The `SentimentAnalysisRequestConfig` class is used to configure sentiment analysis, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class features a constructor `SentimentAnalysisRequestConfig` which can either be empty or can take another instance of itself, with `other` as the parameter."],["It includes a property, `AnalyzeQueryTextSentiment`, which is a boolean value that determines if sentiment analysis is applied to `query_text`."],["The content also specifies the `Google.Cloud.Dialogflow.V2` namespace and the `Google.Cloud.Dialogflow.V2.dll` assembly for the class."]]],[]]