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 \ V2Methods
__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 |
getAnalyzeQueryTextSentiment
Instructs the service to perform sentiment analysis on
query_text
. If not provided, sentiment analysis is not performed on
query_text
.
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
.
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |