Google Cloud Dialogflow v2 API - Class SentimentAnalysisRequestConfig (4.18.0)

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.

Inheritance

object > SentimentAnalysisRequestConfig

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

SentimentAnalysisRequestConfig()

public SentimentAnalysisRequestConfig()

SentimentAnalysisRequestConfig(SentimentAnalysisRequestConfig)

public SentimentAnalysisRequestConfig(SentimentAnalysisRequestConfig other)
Parameter
NameDescription
otherSentimentAnalysisRequestConfig

Properties

AnalyzeQueryTextSentiment

public bool AnalyzeQueryTextSentiment { get; set; }

Instructs the service to perform sentiment analysis on query_text. If not provided, sentiment analysis is not performed on query_text.

Property Value
TypeDescription
bool