Multiple intent type in intent_script

Hi,
Is it possible to have more than one inten type ?
I can’t manage to this in my configuration. Is there some workaround ?

Example configuration.yaml entry

intent_script:
GetTemperature: # Intent type
speech:
text: We have {{ states.sensor.temperature }} degrees
action:
service: notify.notify
data_template:
message: Hello from an intent!
SecondIntentType: # Intent type <-------------