This site is obsolete and should be used for reference only. The information in this documentation is not guaranteed to work for Bot Framework SDK versions past 4.9.1.
Music Skill
The Music skill integrates with Spotify to look up playlists and artists and open the Spotify app via URI. This is dependent on the SpotifyAPI-NET wrapper for the Spotify Web API.
Deployment
Learn how to provision your Azure resources in the Create a Skill tutorial.
Configuration
- Get your own client id and secret when you create a Spotify client.
- Provide these values in your
appsettings.json
file.
"spotifyClientId": "{YOUR_SPOTIFY_CLIENT_ID}",
"spotifyClientSecret": "{YOUR_SPOTIFY_CLIENT_SECRET}"