Voice control app

Hello everyone.
I am trying to develop a small app with voice control, i only need two functions:

1.- The possibility to make phone calls using my voice, for example:
CALL MY WIFE OR
CALL MY OFFICE

2.- To be able to play music from Spotify, for example:
PLAY MUSIC OF THE ROLLING STONES OR
PLAY MUSIC OF THE DOORS

Is this possible or i am smoking a very bad stuff.
Any idea or hint is welcome.

Sincerely,
Negrazo49.

Yes.

If you use the U version of Companion to expose 'automatic' calling you should be able to use these phrases
CALL MY WIFE OR
CALL MY OFFICE
to use to trigger the calling function of the Phone component See > PhoneCall

If you are able to play music from Spotify using these texts

PLAY MUSIC OF THE ROLLING STONES OR
PLAY MUSIC OF THE DOORS

you might be able to use the SpeechRecognizer to use with [Spotify] to link to a song (Search results for 'spotify order:latest' - MIT App Inventor Community).

Here is a tutorial about using SpeechRecognizer 'commands' to do something;

Thank you Steve.
One thing at a time. I will try first the PhoneCall using the ContactPicker, it seems not so complicated. I will keep you posted.

Sincerely,
Negrazo49/