GoogleCloudDialogflowV2GcsDestination.fromJson constructor

GoogleCloudDialogflowV2GcsDestination.fromJson(
  1. Map json_
)

Implementation

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