I doesn't have much experience with Alexa Voice Service. But i hope someone can help me in this scenario.
I just used the Raspberry Example for Alexa Voice Service in the past.
But this example hat the Limitation that Amazon Music was not supported.
Also other 3rd Party Apps which use Amazon Voice Services (e.g. Reverb) are restricted and can't use Amazon Music.
As far as i know, this is a limitation because license issues.
I have now an Use Case to develop either an Desktop App or an Web-App which should interact with Alexa, but also be possible to play Amazon Music.
My Question: Has someone experience with Alexa Voice Service, to use it, AND have access to Amazon Music? (maybe there is a solution to pay something for licence etc.(
Or is Alexa Voice Service in general restricted with Amazon Music.
Kind Regards
Stefan
Alexa Voice Service can certainly be used with Amazon Music (and several other music providers). You need to get approval from Amazon for the music service you want to use. You can find more details by going to your AVS dashboard and looking in the entertainment tab on the product you want to enable music.
Related
I'm looking for examples of how others might have solved for this.
Did you build a custom cartridge?
Did you leverage some externally running agent to retrieve data by OCAPI (or Commerce Cloud APIs)? ...(i.e., a "pull" strategy)
I've read the documentation, spent many nights searching Google, searched the Salesforce Commerce Cloud Marketplace, spoken with several Salesforce Commerce Cloud expert consultants & system integration firms - but it appears no one is aware of anyone else doing this before.
Yes I was able to create a custom cartridge for Twilio.
Twilio provides many separate REST APIs for sending text messages, making phone calls, looking up phone numbers, managing your accounts, and a whole lot more.
You can go through their REST API documentation https://www.twilio.com/docs/sms/api. You can use their REST APIs and implement it in Salesforce B2C Commerce.
Follow creating a simple web service in Salesforce B2C Commerce.
https://documentation.b2c.commercecloud.salesforce.com/DOC1/topic/com.demandware.dochelp/content/b2c_commerce/topics/web_services/b2c_coding_your_web_service.html
I want to integrate Proactive Event API and Reminder API into Alexa skills. I saw some examples using aws lambda. I want to know if i can use it using my own service?
You can yes - it's just an HTTP call so you can do that from wherever works best for your infrastructure/skill. Please refer to the documentation here:
Reminders API
Proactive Events
I would highly recommend using the ASK SDK to develop your skill as it handles authentication for you among other things.
See this tutorial with a live code video on how to integrate the RemindersAPI using the ASK SDK for Node.js.
We have implemented the Alexa skill with Node.js application. But the Node.js application domain is sub-domain like https://test.example.com/,
Does Alexa support sub-domains?
it shouldn't matter if you have a subdomain for your end point as long as it matches the requirements alexa specifies
for more information on that check the alexa documentation
Is there some google assistant api guide or tutorial? I cannot find anything related by these keywords. There seems have some Android app integration guide, but I want to integrate with my cloud service, not android app.
I find IFTTT have connected Google Assistant to several services, so I want to add some intents to my custom service.
I have built an Alexa app by using Alexa Skill Kit to handle my customize intent, and want to find something similar in Google Assistant developer playground, but I have no clue.
Thanks!
Google Assistant API was officially launched by Google for Windows, Mac, and Linux by which you can Get Google Assistant on Windows, Mac, and Linux.
If you wish to create voice applications for Google Assistant which are called as Google actions you will have to rely on the developers guide posted here
There is also an introductory course on udemy for the same.
I personally have used dialogFlow
and for the backend and I used firebase and have hosted a few apps into the store
Google Assistant will open its SDK to developers this December.
There's been a quite a lot of development on supporting the developer ecosystem, including the release of the Google Assistant SDK, app templates, and the ability to host and edit your integration via Firebase Functions.
For some code samples see
Conversational Components for Google Assistant
DialogFlow (previously Api.ai) v2 Samples
I'm building a voice activated AI system for my home. A la Echo, I want to be able to start streaming music on my android host when I say "play some rock". I can handle the ai part, but I need a web API endpoint to start streaming music.
Here's Web API Endpoint Reference. This Web API endpoints gives external applications access to Spotify catalog and user data. And some Web API Code Examples & Libraries and here's Working With Playlists.
Also have a look at this. This repo is a Go wrapper for working with Spotify's Web API which aims to support every task listed in the Web API Endpoint Reference.
Hope this helps!
The Mopidy music server can stream music from spotify and offers lots of API options for clients.