Questions tagged [alexa-for-business]

8 questions
2
votes
0 answers

Shared Device status is showing as offline in Alexa for Business console

I have developed an amazon skill which I have published as private and now i want to use that via Alexa device. As per documentation, I have enabled Alexa for Business in AWS account and executed Alexa for Business Device Setup Tool exe file and…
vishal
  • 21
  • 2
1
vote
1 answer

Does enrolling user bring all user's devices under Alexa for Business account?

If I invite and enroll a user in my Alexa for Business account, will all devices that user owns show up in "Shared devices" list? Or do I have to run the setup tool on all devices then only they will show up in "Shared devices" list?
0
votes
1 answer

Error using JavaScript SDK for AlexaForBusiness

Need help fixing the error I get, when trying to use the sample code below: var aws = require('aws-sdk'); const alexaforbusiness = new aws.AlexaForBusiness({ region: "us-east-1" }); export async function main(event, context) { …
user1860739
  • 61
  • 1
  • 3
0
votes
1 answer

Alexa - enabling private skill for a team in alexa for business

I am an IAM user in my company's AWS account. I enabled Alexa for business and I created a private skill by creating an account in alexa for business and since I will be using Lambda and S3, I had to create the skill from Alexa developer console…
0
votes
1 answer

Is it possible to use OAuth 2.0 for Alexa for Business?

I'm using the Alexa for Business (A4B) API successfully with an Access Key ID and Secret Access Key with the AlexaForBusinessFullAccess IAM policy. However, I'm interested in building an app that other A4B users can use without embedding their Key…
Grokify
  • 15,092
  • 6
  • 60
  • 81
0
votes
1 answer

How to list contacts for Alexa for Business?

I'm using the AWS Alexa for Business Go SDK and while there are functions for CreateContact, DeleteContact, GetContact, SearchContacts, there isn't a function for ListContacts while there are List APIs for other objects…
Grokify
  • 15,092
  • 6
  • 60
  • 81
0
votes
1 answer

Multiple Echos organized by Alexa for Business and filtered by DSN?

Context: I am deploying multiple Amazon Echos at a single location in different rooms. These echos are managed in Alexa For Business. These echos will share many parts of the same skill, but in our AWS Lambda function, several environment variables…
0
votes
1 answer

ResolveRoom API throws ValidationException error in Alexa For Business API

I am working on the Alexa For Business API's in python.When i am using the ResolveRoom API i am getting the error which is "botocore.exceptions.ClientError: An error occurred (ValidationException) when calling the ResolveRoom operation: User ID is…
lalithkumar
  • 3,480
  • 4
  • 24
  • 40