Entities confusion

Hi There, I have a project where I would like to integrate Rasa, I have my own OpenAPI spec, which is implemented by Django DRF.

For example, I have api to create ec2 instance, or gcp compute engine.

But they have more or less different length or different type of parameters to fill out.

I though of adding same intent, say create_lab, but how to deal with the different length or different type of entities?

Thank you in advance for any input.