Intent Classification

I have the following intents:

PlayMusic 
StopMusic 
NextSound 
PreviousSound 

With the following utterances:

Play "I'm the one": PlayMusic 
Play music: PlayMusic 
Stop the sound: StopMusic 
Play the Next sound: NextSound 
Next sound: NextSound 
Play the previous sound: PreviousSound 
Previous sound "I'm the one": PreviousSound

There are a lot of NLP techniques like Bert (google), Roberta (facebook) etc. who are able to classify those intents. But I couldn't find a framework/technology from Apple, that classifies those intents. Are there technologies from Apple to extend my iOS app?

Intent Classification
 
 
Q