-
Notifications
You must be signed in to change notification settings - Fork 336
How To Get Utterance Activity Keys
cargiggles edited this page Oct 13, 2023
·
1 revision
When debugging issues with your skill, Amazon may ask that you provide an utterance activity key associated with the exact utterance which failed. With that utterance activity key, Amazon can research the precise details of that particular interaction.
- Open the Alexa app on iOS or Android
- Tap "More" and tap "Settings"
- Scroll down and tap "About"
- Under "Host Name" you'll see a value like "alexa.amazon.com"
- Using that "Host Name" value, refer to the table below to determine which "Review Voice History" link to use
Host Name | Review Voice History Link |
---|---|
alexa.amazon.ca | https://www.amazon.ca/alexa-privacy/apd/rvh |
alexa.amazon.co.jp | https://www.amazon.co.jp/alexa-privacy/apd/rvh |
alexa.amazon.co.uk | https://www.amazon.co.uk/alexa-privacy/apd/rvh |
alexa.amazon.com | https://www.amazon.com/alexa-privacy/apd/rvh |
alexa.amazon.com.au | https://www.amazon.com.au/alexa-privacy/apd/rvh |
alexa.amazon.com.br | https://www.amazon.com.br/alexa-privacy/apd/rvh |
alexa.amazon.com.mx | https://www.amazon.com.mx/alexa-privacy/apd/rvh |
alexa.amazon.de | https://www.amazon.de/alexa-privacy/apd/rvh |
alexa.amazon.es | https://www.amazon.es/alexa-privacy/apd/rvh |
alexa.amazon.fr | https://www.amazon.fr/alexa-privacy/apd/rvh |
alexa.amazon.in | https://www.amazon.in/alexa-privacy/apd/rvh |
alexa.amazon.it | https://www.amazon.it/alexa-privacy/apd/rvh |
- Go to the "Review Voice History" section of your Amazon account: https://www.amazon.com/alexa-privacy/apd/rvh
- Open your browser's web developer console by using the following steps:
-
Firefox:
- To the right of the address bar, click the hamburger menu icon (three horizontal lines)
- Click More Tools
- Click Web Developer Tools
- Click the Console tab
-
Chrome:
- To the right of the address bar, click the hamburger menu icon (three horizontal lines)
- Click More Tools
- Click Developer Tools
- Click the Console tab
-
Firefox:
- On the Review Voice History page, click to expand an interaction
- Observe that the activity key for that interaction will be printed in the "Console" tab. It will look similar to the following: A1412N2U20AXFQ#1694546396232#A1Z88NGR2BK6A2#G0B16D0493720033
Questions? Comments? Please add to Issues, thanks!