GoogleCloudDialogflowCxV3TestConfig.fromJson constructor

GoogleCloudDialogflowCxV3TestConfig.fromJson(
  1. Map json_
)

Implementation

GoogleCloudDialogflowCxV3TestConfig.fromJson(core.Map json_)
  : this(
      flow: json_['flow'] as core.String?,
      page: json_['page'] as core.String?,
      trackingParameters:
          (json_['trackingParameters'] as core.List?)
              ?.map((value) => value as core.String)
              .toList(),
    );