GoogleCloudDialogflowV2ToolsetTool.fromJson constructor

GoogleCloudDialogflowV2ToolsetTool.fromJson(
  1. Map json_
)

Implementation

GoogleCloudDialogflowV2ToolsetTool.fromJson(core.Map json_)
  : this(
      confirmationRequirement:
          json_['confirmationRequirement'] as core.String?,
      operationId: json_['operationId'] as core.String?,
      toolset: json_['toolset'] as core.String?,
    );