My custom skill has account linking which works fine, but in the mobile Alexa app when the user clicks disable skill, most of the skill in Alexa shows a popup saying "If you disable , any skill-related information will be deleted. Would you like to disable the skill?"
My custom skill is not saying this. How do I configure this?
Related
I'm building a desktop app with Electron and React. When it first starts up checks if the user has allowed access to Camera, Screen, and Audio permissions. On windows, this is granted automatically, and on MacOS there is a popup that asks users to allow perms.
In the event a user clicks deny permissions, this modal will popup. I want to be able to hit the 'Grant permissions' button, and all denied permissions will get updated to allowed.
If this is not possible, is there an easy way to navigate to the device settings app to get users to change their settings? I have reviewed https://www.electronjs.org/docs/latest/api/window-open but this seems geared towards websites, rather than native applications.
We are working on the Alexa Skill that uses the Google OAuth API for account linking. Everything works well on the Alexa skill.
Now, When we use the account linking using google account. On the OAuth consent screen when the Google API Application type is selected to internal Shows the correct details i.e. Choose an account to continue to {Application Name}. But When the Application type is selected to Public it shows the wrong details i.e. Choose an account to continue to {amazon.com}. Which is incorrect amazon.com isn't requesting for the information?
Our Google API Project isn't verified yet.
Any leads will be helpful.
Thanks.
All public applications should apply for verification. If you are not using sensitive scopes, you should apply for brand verification for your app name to be displayed.
Read more about brand verification here: https://support.google.com/cloud/answer/9110914?hl=en&ref_topic=3473162#verification-types
For example, if the user says pin for the authentication it should not come as text in the Alexa companion app. As Alexa companion app contains all the interaction.
I want to automate the uploading of Alexa Skill. How can we automate uploading of the Alexa Skill. I have a website in which there are 2 fields (AppName,Lamba Function Url) and a button. When user clicks on a button than I want to create the skill automatically.
I would try using aws cli for deploying codeDeploy Alexa Skills, they currently have a sample Alexa Skill that you could modify to meet your needs.
This is so interesting question, I think. I am developing a chat application using xmpp in google go. Upon testing, I could not send chat message to a google user unless that user would add my app as contact or initiate the chat session via gtalk/chat at his gmail account. Is it possible to subscribe the user to my app when he signup for membership in my app? User service does not have any properties for this nor a hash or code or cookie for me to store and know that this user has approved sending chat from the app. Thanks a lot!
No, this is not possible. The user has to give explicit permission to add your bot to their contact list; simply signing in is not enough.