GoogleCloudDialogflowV2SentimentAnalysisResult constructor

GoogleCloudDialogflowV2SentimentAnalysisResult({
  1. GoogleCloudDialogflowV2Sentiment? queryTextSentiment,
})

Implementation

GoogleCloudDialogflowV2SentimentAnalysisResult({
  this.queryTextSentiment,
});