GoogleCloudDialogflowV2SentimentAnalysisRequestConfig.fromJson constructor
GoogleCloudDialogflowV2SentimentAnalysisRequestConfig.fromJson(
- Map json_
Implementation
GoogleCloudDialogflowV2SentimentAnalysisRequestConfig.fromJson(core.Map json_)
: this(
analyzeQueryTextSentiment:
json_.containsKey('analyzeQueryTextSentiment')
? json_['analyzeQueryTextSentiment'] as core.bool
: null,
);