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.