GoogleCloudDialogflowV2SentimentAnalysisRequestConfig constructor

GoogleCloudDialogflowV2SentimentAnalysisRequestConfig({
  1. bool? analyzeQueryTextSentiment,
})

Implementation

GoogleCloudDialogflowV2SentimentAnalysisRequestConfig({
  this.analyzeQueryTextSentiment,
});