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.
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;
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;
var
bool
$this