GoogleCloudDialogflowV2SuggestionInput.fromJson constructor

GoogleCloudDialogflowV2SuggestionInput.fromJson(
  1. Map json_
)

Implementation

GoogleCloudDialogflowV2SuggestionInput.fromJson(core.Map json_)
    : this(
        answerRecord: json_.containsKey('answerRecord')
            ? json_['answerRecord'] as core.String
            : null,
      );