Google Cloud Dialogflow v2beta1 API - Class SentimentAnalysisRequestConfig (1.0.0-beta15)

public sealed class SentimentAnalysisRequestConfig : IMessage<SentimentAnalysisRequestConfig>, IEquatable<SentimentAnalysisRequestConfig>, IDeepCloneable<SentimentAnalysisRequestConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class SentimentAnalysisRequestConfig.

Configures the types of sentiment analysis to perform.

Inheritance

object > SentimentAnalysisRequestConfig

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.dll

Constructors

SentimentAnalysisRequestConfig()

public SentimentAnalysisRequestConfig()

SentimentAnalysisRequestConfig(SentimentAnalysisRequestConfig)

public SentimentAnalysisRequestConfig(SentimentAnalysisRequestConfig other)
Parameter
Name Description
other SentimentAnalysisRequestConfig

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
Type Description
bool