1

I want to uniquely identify the alexa intent, from which alexa serial number this specific intent is coming from. I have all the alexa serial number added in my database ,it is also mapped to some other table using foreign key.whenever any alexa intent request comes I want to fetch the data of other entity which is mapped to alexa serial number from where the request has been arrived.

Please help if there is any way to pass alexa serial number in intent request.

priyadhingra19
  • 333
  • 4
  • 15

1 Answers1

0

Serial number

What do you mean with:

I have all the alexa serial number added in my data

  • Where did you get the serial number initially from?
  • From the device itself? How do you know who is using the skill?
  • You do not get the serial numbers from the Alexa Requests.

Existing Ids in the requests

timguy
  • 2,063
  • 2
  • 21
  • 40