GoogleCloudDialogflowV2FreeFormSuggestion.fromJson constructor

GoogleCloudDialogflowV2FreeFormSuggestion.fromJson(
  1. Map json_
)

Implementation

GoogleCloudDialogflowV2FreeFormSuggestion.fromJson(core.Map json_)
    : this(
        response: json_['response'] as core.String?,
      );