GoogleCloudDialogflowV2CesToolSpec.fromJson constructor

GoogleCloudDialogflowV2CesToolSpec.fromJson(
  1. Map json_
)

Implementation

GoogleCloudDialogflowV2CesToolSpec.fromJson(core.Map json_)
  : this(
      cesTool: json_['cesTool'] as core.String?,
      confirmationRequirement:
          json_['confirmationRequirement'] as core.String?,
    );