I have extended the AMAZON.Person slot type to include other utterances for one of my intents: https://developer.amazon.com/docs/custom-skills/slot-type-reference.html#h2_extend_types
For a new intent (within the same skill), I want to use the original, un-extended, version of AMAZON.Person. Is there any way to give the extended version a different alias (i.e. PersonExtended) so I can still use the original AMAZON.Person in my new intent?