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 `SentimentAnalysisRequestConfig` class, found in the `Google.Cloud.Dialogflow.V2` namespace, is used to configure sentiment analysis within the Google Cloud Dialogflow v2 API."],["Version 4.26.0 is the latest release, with documentation provided for versions ranging from 4.26.0 down to 3.2.0 of this API class."],["This class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showing its integration with protocol buffers and .NET structures."],["The `AnalyzeQueryTextSentiment` property, of type boolean, within `SentimentAnalysisRequestConfig` determines whether sentiment analysis will be performed on query text, and is set to false by default."],["There are two constructors for this class: a default constructor and a constructor that accepts another `SentimentAnalysisRequestConfig` object as a parameter."]]],[]]