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 .NET."],["The `SentimentAnalysisRequestConfig` class is used to configure sentiment analysis for text queries and is part of the `Google.Cloud.Dialogflow.V2` namespace."],["The latest version documented is 4.26.0, but the page focuses on version 4.10.0 and includes links to versions ranging from 3.2.0 up to 4.26.0, enabling users to access older implementations."],["The class inherits from `object` and implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, each of which is provided with links to their API documentation."],["The `SentimentAnalysisRequestConfig` class includes a property called `AnalyzeQueryTextSentiment` that is of type `bool`, which is responsible for deciding whether to carry out sentiment analysis on query text."]]],[]]