Is it possible to use Alexa Voice Profile in my custom skill?
Alexa has ability to identify user by voice (but user need to create alexa voice profile (AVP) ) once AVP is created can I use it in my custom skills? I could not find any useful information/documentation/samples about it
It is available but only as developer preview, for exclusive companies/users. More info: link. When it will be a available, they will probably announce it in their blog: link.
So short answer would be: they are working on it, but it is publicly not available.
Related
I would like to trigger this Alexa Skill (which I did not build) https://www.amazon.co.uk/Kailash-Panwar-Personal-Affirmations/dp/B07SVY2RMT using the Alexa Media Player Home Assistant Integration (https://github.com/custom-components/alexa_media_player/wiki#triggering-a-skill). This requires the Skill ID. Could you please tell me how to obtain this Skill ID if I did not build this Skill?
Only developers and owners have access to the skill id of their skills. The documentation you mention refers to your own skill id that you can get in the developer console.
I would like to implement and publish my first Google Action. The application will guide you in choosing a particular product according to the user's answers. The action will have Dialogflow as a backend. is it allowed using the same DialogFlow agent (or a clone of this) to drive an e-commerce support chat according to Google policies?
I tried to search for information with no result.
Thanks in advance
I have created a custom cortana skill using bot frame work.My channel name or invocation phrase is "S********O".When I tried to invoke Cortana skill in Windows Phone, it doesn't invoke the skill. Instead, it keeps directing me to Bing results.
I invoke skill using Ask Keyword Ask "S********O" and it redirects to bing search. Its is working fine in Andriod. Is anyone have idea about this.
There are a few reasons why you get directed to Bing instead of a skill.
The account you are using on the device is not the same one used for development (self publish / default settings)
Your region and/or language settings are not US / en-US in the App
The account you are using is an AAD joined account, not Microsoft account
You've discovered a bug
I'm trying to build an ecosystem where users uses its voice as biometric registration, that implies to get access to user's voice in order to be checked by biometric processes.
Does any body know how can I build that functionality using Dialogflow? How can I get the voice recording?
Regards.
For security reasons, Google does not provide the audio from a user to Actions. Users can get this through their activity log, but Actions cannot.
However, if you want this for identity purposes, Google is already doing this. If a user has enabled Voice Match on their Google devices, then you can either use Account Linking with Google Sign In to get the user's Google ID with their permission, or you can put a token of some sort in the user storage to determine when the same user has returned in the future.
Is there any way in which Chat User information can be identified like user name, logged-in ids etc. in Slack or Skype integration with Api.ai.
Thanks,
Dinesh
This feature is now implemented only for Slack service. You could use context generic and its parameters slack_user_id and slack_channel.
For another services you have to implement your own processing using api.ai open source bots.