GoogleCloudDialogflowCxV3GcsDestination.fromJson constructor

GoogleCloudDialogflowCxV3GcsDestination.fromJson(
  1. Map json_
)

Implementation

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