How do I enable Room Skill Parameters?

0

Hi,

I am trying to set the room skill parameters in Alexa for Hospitality and Alexa for Business. By all accounts, it should be pretty straightforward: click on the edit icon next to the skill on the room's page. The main problem is that on my consoles, there is no edit icon. Do I need to set something in my private skill to add room skill parameters? I looked through the Alexa Skill Kit console, and I saw that scope is defined when account linking is enabled. I did not see anything similar for room skill parameters, which is supposed to be available for private skills without account linking. Am I missing it somewhere?

Thanks,
Philip

PHwang
posta 4 anni fa260 visualizzazioni
6 Risposte
0
Risposta accettata

In that case, the automatic whitelist to the resolveRoom API doesn't work.
Can you send me a private message with your skill ID and AWS account id from where you call the resolveRoom A4B API?

AWS
con risposta 4 anni fa
0

Hey Philip,

Can you be more specific about the steps you are following? I'm happy to help debug the issue. Thanks!

con risposta 4 anni fa
0

The room skill parameters are also available for skills without account linking.
Since we moved to the redesigned console, the option is a bit hidden. I will share this feedback with product team.

To find the settings:

  1. Go to the room details page
  2. Scroll down to table with your skills
  3. Next to the private skill, you see an edit icon. When you click this icon, the parameter field will expand.

You can also use the AWS SDK/CLI to set the parameter https://docs.aws.amazon.com/a4b/latest/APIReference/API_PutRoomSkillParameter.html

Cheers,

Milo

AWS
con risposta 4 anni fa
0

Hi Milo,

There is no edit icon for me.

https://imgur.com/a/DPdk9K6

Regards,
Philip

PHwang
con risposta 4 anni fa
0

Hmm, weird.
Are these private skills?
Also, are you using a Lambda function as skill endpoint?

AWS
con risposta 4 anni fa
0

It is a private skill, but it is a custom skill hosted on my own server. Does it need to be a lambda function to support room skill parameters? If not, do I need to implement something specific in my custom skill?

Thanks,
Philip

PHwang
con risposta 4 anni fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande