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 page provides documentation for the `SentimentAnalysisRequestConfig` class within the Google Cloud Dialogflow v2 API, specifically for .NET development."],["The latest version of the class is 4.26.0, and this page focuses on version 4.15.0, with links to previous versions from 3.2.0 onwards."],["The `SentimentAnalysisRequestConfig` class allows developers to configure sentiment analysis when interacting with Dialogflow, and it inherits from and implements various interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class has a constructor and a property called `AnalyzeQueryTextSentiment`, which allows you to instruct the API to perform sentiment analysis on the query text."]]],[]]