How to distinguish Shared Device & Personal Device

0

Hi,
I wonder what is the fastest/easiest way to find out if a Shared Device is accessing the skill or a Personal Device.
Thanks.

user
feita há 4 anos254 visualizações
4 Respostas
0

You could call from your skill the resolveRoom API https://docs.aws.amazon.com/a4b/latest/APIReference/API_ResolveRoom.html

When you get room name back, it will be a shared device. When no room is returned, the request is coming from a personal device.

AWS
respondido há 4 anos
0

Thanks for the prompt feedback, milo@aws.

user
respondido há 4 anos
0

When calling ResolveRoom for Personal Device, are we supposed to get a response but without any RoomArn? or we should get an Error? Because I am getting this:

"errorMessage": "An error occurred (ValidationException) when calling the ResolveRoom operation: User ID is invalid, for a different skill or does not currently have room information associated with it"

Just want to ensure that this is the expected behavior. Thanks.

user
respondido há 4 anos
0

The error message is correct.

AWS
respondido há 4 anos

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas