GoogleCloudDialogflowV2SentimentAnalysisRequestConfig.fromJson constructor

GoogleCloudDialogflowV2SentimentAnalysisRequestConfig.fromJson(
  1. Map json_
)

Implementation

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