Google Cloud Dialogflow V2 Client - Class SentimentAnalysisRequestConfig (1.0.1)

Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class SentimentAnalysisRequestConfig.

Configures the types of sentiment analysis to perform.

Generated from protobuf message google.cloud.dialogflow.v2.SentimentAnalysisRequestConfig

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ analyze_query_text_sentiment bool

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

getAnalyzeQueryTextSentiment

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

Generated from protobuf field bool analyze_query_text_sentiment = 1;

Returns
Type Description
bool

setAnalyzeQueryTextSentiment

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

Generated from protobuf field bool analyze_query_text_sentiment = 1;

Parameter
Name Description
var bool
Returns
Type Description
$this