Google Cloud Dialogflow V2 Client - Class SentimentAnalysisRequestConfig (1.6.0)

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

Namespace

Google \ Cloud \ Dialogflow \ V2

Methods

__construct

Constructor.

Parameters
NameDescription
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.

Returns
TypeDescription
bool

setAnalyzeQueryTextSentiment

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

Parameter
NameDescription
var bool
Returns
TypeDescription
$this