GoogleCloudDialogflowV2ToolsetTool constructor

GoogleCloudDialogflowV2ToolsetTool({
  1. String? confirmationRequirement,
  2. String? operationId,
  3. String? toolset,
})

Implementation

GoogleCloudDialogflowV2ToolsetTool({
  this.confirmationRequirement,
  this.operationId,
  this.toolset,
});