<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>post ServiceNow/Amazon Echo Integration (Updated for K17) in Developer articles</title>
    <link>https://www.servicenow.com/community/developer-articles/servicenow-amazon-echo-integration-updated-for-k17/ta-p/2329749</link>
    <description>&lt;P&gt;Hey everyone!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using the awesome power of our ServiceNow platform combined with Amazon Echo skill kit APIs, I've created an Amazon Echo integration using ServiceNow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you were at Knowledge 16 you may have already seen this once before. This is a new and improved version building on the capabilities of K16.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you're interested in Integrating ServiceNow with Amazon Echo, here is how to do it!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;&lt;STRONG&gt;1. Create an Amazon Developer Account&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a required step for integrating ServiceNow with Amazon Echo. The first thing that is needed is a Developer account on Amazon. These are free and easy to set up.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/152729iD0FC51417B5E6984/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;&lt;STRONG&gt;2. Create an Alexa Skill&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Navigate to your Alexa Skill Kit and define an Alexa skill for your ServiceNow integration. Below are the minimum required fields when setting up your Alexa Skill to integrate with your instance. Follow the bolded headers below that align with tabs on your Alexa Skill.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Skill Information&lt;/STRONG&gt;:&lt;/P&gt;&lt;P&gt;Give your skill a name, and an invocation name (the words that wakes up your skill)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Interaction Model:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;This defines the words and Phrases that trigger interactions within your ServiceNow instance. For now, we can mostly leave this blank. Follow the screenshot below to set up a starter Interaction model.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/152705i9DF330CE38708E9E/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Configuration:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Make sure these fields are set as they are in the screenshot. For the endpoint, make sure you set the endpoint to be &lt;A href="https://YOURINSTANCENAME.service-now.com/api/x_snc_amazon_echo/alexa" title="https://YOURINSTANCENAME.service-now.com/api/x_snc_amazon_echo/alexa"&gt;https://YOURINSTANCENAME.service-now.com/api/x_snc_amazon_echo/alexa&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/152725iC5E2EFB320466D95/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SSL Certificate:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/152709i1E2E0AF141800438/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Test:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Make sure the skill is enabled.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/152707i37C925BD5A791895/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The &lt;STRONG&gt;Publishing Information &lt;/STRONG&gt;and&lt;STRONG&gt; Privacy&lt;/STRONG&gt; tabs can be left blank.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 18.6667px;"&gt;&lt;STRONG&gt;3. Load the App&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now that the Alexa skill has been created, the app needs to be loaded onto your instance. There are a few ways to get the app.&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; GitHub (&lt;STRONG&gt;Preferred&lt;/STRONG&gt;&lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; This will ensure you have the latest and greatest version and is &lt;STRONG&gt;the preferred method to get the app&lt;/STRONG&gt;. &lt;A href="https://github.com/JonCraneNOW/SN_Echo_Integration" title="https://github.com/JonCraneNOW/SN_Echo_Integration"&gt;GitHub - JonCraneNOW/SN_Echo_Integration: ServiceNow integration for Amazon Echo.&lt;/A&gt;&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Update set - Attached: Load this update set into your instance, preview and commit. The app will come with the update set.&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/P&gt;&lt;P&gt;When the app is loaded into your instance, you will see this Application Menu available:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/152717i0B26E322278213B9/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 18.6667px;"&gt;&lt;STRONG&gt;4. Design your interaction model&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The interaction model within Alexa and ServiceNow consists of Intents and Utterances.&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Utterances: These are spoken words to 'listen' for in your applicaiton. When an Utterance is heard, an Intent is executed against the endpoint.&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Intents: These contain the spoken data mapped to a phrase and are sent to the endpoint.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To design your intents within ServiceNow, navigate to All Intents, and click New. The below example reads off a list of outages when asked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/152723i5B4B5479D41A31AA/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Intent API Reference:&lt;BR /&gt;&lt;SPAN style="text-decoration: underline;"&gt;Current&lt;/SPAN&gt; - Fields available on the intent record.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Content&lt;/SPAN&gt; - Data that was heard and passed back to the intent. For example, if you ask a user to describe the cause of their issue when creating an incident with Alexa, the spoken dialog would be sent as Content.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Attributes&lt;/SPAN&gt; - Data and various flags to send along with a user session. For example, if a user wants to interact with a Request record (Hear the request, approve it, escalate it) you may wish to pass the request number as an attribute.&lt;/P&gt;&lt;P&gt;ER - EchoResponse object. This object contains methods used for building a response to send back to Amazon Alexa skills.&lt;/P&gt;&lt;P&gt;IntentUtils - This script can be modified to add your own Utility functions, such as string manipulation, frequently-used queries, etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's a sample Intent script to use. This will read off a welcome message when asked to "Open ServiceNow".&lt;/P&gt;&lt;P&gt;---&lt;/P&gt;&lt;P&gt;(function(current, content, attributes, ER, IntentUtils){&lt;/P&gt;&lt;P&gt; &amp;nbsp; ER.setOutputSpeech(current.output_speech_format, "Welcome to the ServiceNow Alexa app. What can I help you with? For a list of commands, say 'Help'.", "");&lt;/P&gt;&lt;P&gt; &amp;nbsp; ER.setEnd(current.intent_ends_session);&lt;/P&gt;&lt;P&gt; &amp;nbsp; result = ER.response; //Required&lt;/P&gt;&lt;P&gt;})(current, content, attributes, new EchoResponseBuilder(), new IntentUtils());&lt;/P&gt;&lt;P&gt;---&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other fields to set:&lt;/P&gt;&lt;P&gt;Intent Keyword: LaunchRequest&lt;/P&gt;&lt;P&gt;Output Speech Format: PlainText&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Submit your Intent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the Related List for Phrases, add a few phrases that you would like your Alexa skill to map to this intent. Include as many phrases as you need. Keep in mind that people could ask to "Hear a list of outages" in several different ways, so you must account for these when setting up your skills.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/152727iAC405A2FF491467E/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Phrase is what a user would ask Alexa to hear the output of the intent. Active determines whether this phrase is used. Primary is used for the portal that comes with the app. If no Phrase is set as primary, the portal displays the intent name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above step is not required for a "LaunchRequest" intent&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 18.6667px;"&gt;&lt;STRONG&gt;5. Build the schema&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After you have defined all of your intents, and their phrases, you are ready to add them to your Alexa skill and test them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Navigate back to your list of intents. You will notice two buttons in the list for Generating Intent Schema dn Utterances. Clicking on each will give you a list of Intents (JSON-formatted) and Utterances you can use. These can simply be pasted into your Alexa Skill Interaction Model.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/152715iC37EFD98E5BF24CC/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Go back to your Amazon Developer account, find your Alexa skill, and paste the Intent Schema and then the Utterances into your Interaction model. Save your Amazon skill.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For reference, here is what a sample Intent and Utterance Schema COULD look like:&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid #c6c6c6; width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: left; background-color: #f2f2f2; color: #505050; padding: 6px;" valign="middle"&gt;&lt;STRONG&gt;Intents&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: left; background-color: #f2f2f2; color: #505050; padding: 6px;" valign="middle"&gt;&lt;STRONG&gt;Utterances&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 6px;"&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt; &amp;nbsp; "intents": [&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "intent": "CreateIncidentIntro"&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; },&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "intent": "ServiceInterruptions"&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; },&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "intent": "CriticalVulnerabilities"&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; },&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "intent": "CriticalSecurityIncidents"&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; },&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "intent": "SecurityThreatStatus"&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; },&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "intent": "SecurityIncidents"&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; },&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "intent": "PortfolioStatus"&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; },&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "slots": [&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "name": "Description",&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "type": "AMAZON.LITERAL"&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ],&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "intent": "CreateIncident"&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; },&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "slots": [&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "name": "Name",&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "type": "AMAZON.LITERAL"&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ],&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "intent": "CreateIncidentGetName"&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; },&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "intent": "CheckStatus"&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; },&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "slots": [&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "name": "Number",&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "type": "AMAZON.NUMBER"&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ],&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "intent": "CheckStatusInc"&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; },&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "intent": "WhatsHappening"&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; },&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "intent": "WhatsHappeningOutages"&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; },&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "intent": "WhatsHappeningIncidents"&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; },&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "intent": "WhatsHappeningChanges"&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; },&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "intent": "MyRequests"&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; },&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "intent": "ThisWeeksChanges"&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; },&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "intent": "MyApprovals"&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; },&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "intent": "Help"&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; },&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "intent": "AMAZON.StopIntent"&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; },&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "intent": "AMAZON.HelpIntent"&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/P&gt;&lt;P&gt; &amp;nbsp; ]&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 6px;"&gt;&lt;P&gt;CreateIncidentIntro Create an incident&lt;/P&gt;&lt;P&gt;CreateIncidentIntro Create incident&lt;/P&gt;&lt;P&gt;ServiceInterruptions What are the service interruptions&lt;/P&gt;&lt;P&gt;ServiceInterruptions Are there service interruptions&lt;/P&gt;&lt;P&gt;ServiceInterruptions Are there any service interruptions&lt;/P&gt;&lt;P&gt;CriticalVulnerabilities Hear Vulnerable Items&lt;/P&gt;&lt;P&gt;CriticalVulnerabilities Hear the Vulnerable Items&lt;/P&gt;&lt;P&gt;CriticalVulnerabilities Hear Vulnerabilities&lt;/P&gt;&lt;P&gt;CriticalSecurityIncidents Critical security incidents&lt;/P&gt;&lt;P&gt;CriticalSecurityIncidents Hear the critical security incidents&lt;/P&gt;&lt;P&gt;CriticalSecurityIncidents Hear Critical Security Incidents&lt;/P&gt;&lt;P&gt;SecurityThreatStatus Hear the security threats&lt;/P&gt;&lt;P&gt;SecurityThreatStatus Hear Security Threats&lt;/P&gt;&lt;P&gt;SecurityThreatStatus Are there security threats&lt;/P&gt;&lt;P&gt;SecurityThreatStatus Are there any security threats&lt;/P&gt;&lt;P&gt;SecurityIncidents Hear Security Incidents&lt;/P&gt;&lt;P&gt;SecurityIncidents Security Incidents&lt;/P&gt;&lt;P&gt;SecurityIncidents Hear the Security Incidents&lt;/P&gt;&lt;P&gt;PortfolioStatus IT Operations Portfolio Status&lt;/P&gt;&lt;P&gt;PortfolioStatus Status of the IT Operations portfolio&lt;/P&gt;&lt;P&gt;PortfolioStatus Hear the status of the IT Operations Portfolio&lt;/P&gt;&lt;P&gt;PortfolioStatus Whats the status of the IT Operations Portfolio&lt;/P&gt;&lt;P&gt;CreateIncident my problem is {Generic issue description|Description}&lt;/P&gt;&lt;P&gt;CreateIncident my issue is {Genericissuedescription|Description}&lt;/P&gt;&lt;P&gt;CreateIncidentGetName my name is {John Smith|Name}&lt;/P&gt;&lt;P&gt;CheckStatus Check incident status&lt;/P&gt;&lt;P&gt;CheckStatus Check the status of an incident&lt;/P&gt;&lt;P&gt;CheckStatus Check an incident status&lt;/P&gt;&lt;P&gt;CheckStatus Incident status&lt;/P&gt;&lt;P&gt;CheckStatusInc I. N. C. {Number}&lt;/P&gt;&lt;P&gt;WhatsHappening Whats Happening&lt;/P&gt;&lt;P&gt;WhatsHappening Whats Happening Today&lt;/P&gt;&lt;P&gt;WhatsHappening Whats going on Today&lt;/P&gt;&lt;P&gt;WhatsHappeningOutages Hear Outages&lt;/P&gt;&lt;P&gt;WhatsHappeningOutages Hear the Outages&lt;/P&gt;&lt;P&gt;WhatsHappeningIncidents Hear Incidents&lt;/P&gt;&lt;P&gt;WhatsHappeningIncidents Hear the Incidents&lt;/P&gt;&lt;P&gt;WhatsHappeningChanges Hear Changes&lt;/P&gt;&lt;P&gt;WhatsHappeningChanges Hear the Changes&lt;/P&gt;&lt;P&gt;MyRequests My requests&lt;/P&gt;&lt;P&gt;ThisWeeksChanges This weeks changes&lt;/P&gt;&lt;P&gt;ThisWeeksChanges Changes this week&lt;/P&gt;&lt;P&gt;Help help&lt;/P&gt;&lt;P&gt;AMAZON.StopIntent nevermind&lt;/P&gt;&lt;P&gt;AMAZON.StopIntent Nevermind&lt;/P&gt;&lt;P&gt;AMAZON.StopIntent never mind&lt;/P&gt;&lt;P&gt;AMAZON.StopIntent cancel&lt;/P&gt;&lt;P&gt;AMAZON.StopIntent stop&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 18.6667px;"&gt;&lt;STRONG&gt;6. Try it out!&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ask Alexa to "Open ServiceNow". You should hear a friendly message!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you get an error, make sure you have an Utterance that maps to an Intent in your Alexa Skill. Then, make sure you have an Intent defined in ServiceNow with Phrases for that intent. Finally, make sure your script is free of errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 18.6667px;"&gt;&lt;STRONG&gt;Other important stuff!&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Script Includes:&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid #c6c6c6; width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: left; background-color: #f2f2f2; color: #505050; padding: 6px;" valign="middle"&gt;&lt;STRONG&gt;Includes&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: left; background-color: #f2f2f2; color: #505050; padding: 6px;" valign="middle"&gt;&lt;STRONG&gt;Purpose&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 6px;"&gt;EchoConversation&lt;/TD&gt;&lt;TD style="padding: 6px;"&gt;Used for showing a Conversation in the Echo Service Portal. Primarily for demo purposes.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 6px;"&gt;EchoLog&lt;/TD&gt;&lt;TD style="padding: 6px;"&gt;Logs data in the Log table. Logs are tied to a session. Each Session has an inbound and outbound log activity.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 6px;"&gt;EchoPortalUtils&lt;/TD&gt;&lt;TD style="padding: 6px;"&gt;Portal stuff. Add your own portal functions here if you would like to extend that capability.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 6px;"&gt;EchoRequest&lt;/TD&gt;&lt;TD style="padding: 6px;"&gt;&lt;P&gt;Called from the Scripted REST API. This is the primary Class that handles requests, processes intent records and returns a response.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 6px;"&gt;EchoResponseBuilder&lt;/TD&gt;&lt;TD style="padding: 6px;"&gt;&lt;P&gt;The Method for building Echo responses. The following functions can be used to construct a response:&lt;/P&gt;&lt;P&gt;setAttributes(obj)&lt;/P&gt;&lt;P&gt;setOutputSpeech(type String, text String, ssml String)&lt;/P&gt;&lt;P&gt;setCard(type String, title String, content Obj, text String, imageObj Obj)&lt;/P&gt;&lt;P&gt;setReprompt(type String, text String, ssml String)&lt;/P&gt;&lt;P&gt;setEnd(endSession String)&lt;/P&gt;&lt;P&gt;getResponse()&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 6px;"&gt;EchoSkillDataGenerator&lt;/TD&gt;&lt;TD style="padding: 6px;"&gt;Used for generating Intent and Utterance schemas from the Intent list&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 6px;"&gt;IntentUtil&lt;/TD&gt;&lt;TD style="padding: 6px;"&gt;A Utility class for performing various functions such as string manipulation, date/time manipulation, or anything else. Add custom functions here.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Documentation:&lt;/P&gt;&lt;P&gt;In the event that you hit a roadblock with your skill, consult the thorough Amazon documentation here!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developer.amazon.com/public/solutions/alexa/alexa-skills-kit/docs/alexa-skills-kit-interaction-model-reference" title="https://developer.amazon.com/public/solutions/alexa/alexa-skills-kit/docs/alexa-skills-kit-interaction-model-reference"&gt;Alexa Skills Kit Custom Interaction Model Reference - Amazon Apps &amp;amp; Services Developer Portal&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developer.amazon.com/public/solutions/alexa/alexa-skills-kit/docs/speech-synthesis-markup-language-ssml-reference" title="https://developer.amazon.com/public/solutions/alexa/alexa-skills-kit/docs/speech-synthesis-markup-language-ssml-reference"&gt;Speech Synthesis Markup Language (SSML) Reference - Amazon Apps &amp;amp; Services Developer Portal&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developer.amazon.com/public/solutions/alexa/alexa-skills-kit/docs/defining-the-voice-interface" title="https://developer.amazon.com/public/solutions/alexa/alexa-skills-kit/docs/defining-the-voice-interface"&gt;Define the Interaction Model in JSON and Text - Amazon Apps &amp;amp; Services Developer Portal&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: center;"&gt;&lt;SPAN style="color: #e23d39;"&gt;&lt;STRONG&gt;** IMPORTANT NOTE ** &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: center;"&gt;&lt;SPAN style="color: #e23d39;"&gt;&lt;STRONG&gt;If you import the attached update set and see problems when you preview, you can SKIP them. This is because some of the functionality I used for the Knowledge 17 demo references data in tables that may not be enabled in your instance! These preview problems can be ignored.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: center;"&gt;&lt;/P&gt;&lt;P style="text-align: center;"&gt;&lt;/P&gt;&lt;P&gt;Enjoy!!&lt;/P&gt;</description>
    <pubDate>Wed, 03 May 2017 18:46:33 GMT</pubDate>
    <dc:creator>jcraneNYC</dc:creator>
    <dc:date>2017-05-03T18:46:33Z</dc:date>
    <item>
      <title>ServiceNow/Amazon Echo Integration (Updated for K17)</title>
      <link>https://www.servicenow.com/community/developer-articles/servicenow-amazon-echo-integration-updated-for-k17/ta-p/2329749</link>
      <description>&lt;P&gt;Hey everyone!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using the awesome power of our ServiceNow platform combined with Amazon Echo skill kit APIs, I've created an Amazon Echo integration using ServiceNow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you were at Knowledge 16 you may have already seen this once before. This is a new and improved version building on the capabilities of K16.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you're interested in Integrating ServiceNow with Amazon Echo, here is how to do it!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;&lt;STRONG&gt;1. Create an Amazon Developer Account&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a required step for integrating ServiceNow with Amazon Echo. The first thing that is needed is a Developer account on Amazon. These are free and easy to set up.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/152729iD0FC51417B5E6984/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;&lt;STRONG&gt;2. Create an Alexa Skill&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Navigate to your Alexa Skill Kit and define an Alexa skill for your ServiceNow integration. Below are the minimum required fields when setting up your Alexa Skill to integrate with your instance. Follow the bolded headers below that align with tabs on your Alexa Skill.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Skill Information&lt;/STRONG&gt;:&lt;/P&gt;&lt;P&gt;Give your skill a name, and an invocation name (the words that wakes up your skill)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Interaction Model:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;This defines the words and Phrases that trigger interactions within your ServiceNow instance. For now, we can mostly leave this blank. Follow the screenshot below to set up a starter Interaction model.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/152705i9DF330CE38708E9E/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Configuration:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Make sure these fields are set as they are in the screenshot. For the endpoint, make sure you set the endpoint to be &lt;A href="https://YOURINSTANCENAME.service-now.com/api/x_snc_amazon_echo/alexa" title="https://YOURINSTANCENAME.service-now.com/api/x_snc_amazon_echo/alexa"&gt;https://YOURINSTANCENAME.service-now.com/api/x_snc_amazon_echo/alexa&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/152725iC5E2EFB320466D95/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SSL Certificate:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/152709i1E2E0AF141800438/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Test:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Make sure the skill is enabled.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/152707i37C925BD5A791895/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The &lt;STRONG&gt;Publishing Information &lt;/STRONG&gt;and&lt;STRONG&gt; Privacy&lt;/STRONG&gt; tabs can be left blank.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 18.6667px;"&gt;&lt;STRONG&gt;3. Load the App&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now that the Alexa skill has been created, the app needs to be loaded onto your instance. There are a few ways to get the app.&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; GitHub (&lt;STRONG&gt;Preferred&lt;/STRONG&gt;&lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; This will ensure you have the latest and greatest version and is &lt;STRONG&gt;the preferred method to get the app&lt;/STRONG&gt;. &lt;A href="https://github.com/JonCraneNOW/SN_Echo_Integration" title="https://github.com/JonCraneNOW/SN_Echo_Integration"&gt;GitHub - JonCraneNOW/SN_Echo_Integration: ServiceNow integration for Amazon Echo.&lt;/A&gt;&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Update set - Attached: Load this update set into your instance, preview and commit. The app will come with the update set.&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/P&gt;&lt;P&gt;When the app is loaded into your instance, you will see this Application Menu available:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/152717i0B26E322278213B9/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 18.6667px;"&gt;&lt;STRONG&gt;4. Design your interaction model&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The interaction model within Alexa and ServiceNow consists of Intents and Utterances.&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Utterances: These are spoken words to 'listen' for in your applicaiton. When an Utterance is heard, an Intent is executed against the endpoint.&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Intents: These contain the spoken data mapped to a phrase and are sent to the endpoint.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To design your intents within ServiceNow, navigate to All Intents, and click New. The below example reads off a list of outages when asked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/152723i5B4B5479D41A31AA/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Intent API Reference:&lt;BR /&gt;&lt;SPAN style="text-decoration: underline;"&gt;Current&lt;/SPAN&gt; - Fields available on the intent record.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Content&lt;/SPAN&gt; - Data that was heard and passed back to the intent. For example, if you ask a user to describe the cause of their issue when creating an incident with Alexa, the spoken dialog would be sent as Content.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Attributes&lt;/SPAN&gt; - Data and various flags to send along with a user session. For example, if a user wants to interact with a Request record (Hear the request, approve it, escalate it) you may wish to pass the request number as an attribute.&lt;/P&gt;&lt;P&gt;ER - EchoResponse object. This object contains methods used for building a response to send back to Amazon Alexa skills.&lt;/P&gt;&lt;P&gt;IntentUtils - This script can be modified to add your own Utility functions, such as string manipulation, frequently-used queries, etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's a sample Intent script to use. This will read off a welcome message when asked to "Open ServiceNow".&lt;/P&gt;&lt;P&gt;---&lt;/P&gt;&lt;P&gt;(function(current, content, attributes, ER, IntentUtils){&lt;/P&gt;&lt;P&gt; &amp;nbsp; ER.setOutputSpeech(current.output_speech_format, "Welcome to the ServiceNow Alexa app. What can I help you with? For a list of commands, say 'Help'.", "");&lt;/P&gt;&lt;P&gt; &amp;nbsp; ER.setEnd(current.intent_ends_session);&lt;/P&gt;&lt;P&gt; &amp;nbsp; result = ER.response; //Required&lt;/P&gt;&lt;P&gt;})(current, content, attributes, new EchoResponseBuilder(), new IntentUtils());&lt;/P&gt;&lt;P&gt;---&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other fields to set:&lt;/P&gt;&lt;P&gt;Intent Keyword: LaunchRequest&lt;/P&gt;&lt;P&gt;Output Speech Format: PlainText&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Submit your Intent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the Related List for Phrases, add a few phrases that you would like your Alexa skill to map to this intent. Include as many phrases as you need. Keep in mind that people could ask to "Hear a list of outages" in several different ways, so you must account for these when setting up your skills.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/152727iAC405A2FF491467E/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Phrase is what a user would ask Alexa to hear the output of the intent. Active determines whether this phrase is used. Primary is used for the portal that comes with the app. If no Phrase is set as primary, the portal displays the intent name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above step is not required for a "LaunchRequest" intent&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 18.6667px;"&gt;&lt;STRONG&gt;5. Build the schema&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After you have defined all of your intents, and their phrases, you are ready to add them to your Alexa skill and test them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Navigate back to your list of intents. You will notice two buttons in the list for Generating Intent Schema dn Utterances. Clicking on each will give you a list of Intents (JSON-formatted) and Utterances you can use. These can simply be pasted into your Alexa Skill Interaction Model.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/152715iC37EFD98E5BF24CC/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Go back to your Amazon Developer account, find your Alexa skill, and paste the Intent Schema and then the Utterances into your Interaction model. Save your Amazon skill.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For reference, here is what a sample Intent and Utterance Schema COULD look like:&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid #c6c6c6; width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: left; background-color: #f2f2f2; color: #505050; padding: 6px;" valign="middle"&gt;&lt;STRONG&gt;Intents&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: left; background-color: #f2f2f2; color: #505050; padding: 6px;" valign="middle"&gt;&lt;STRONG&gt;Utterances&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 6px;"&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt; &amp;nbsp; "intents": [&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "intent": "CreateIncidentIntro"&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; },&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "intent": "ServiceInterruptions"&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; },&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "intent": "CriticalVulnerabilities"&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; },&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "intent": "CriticalSecurityIncidents"&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; },&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "intent": "SecurityThreatStatus"&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; },&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "intent": "SecurityIncidents"&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; },&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "intent": "PortfolioStatus"&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; },&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "slots": [&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "name": "Description",&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "type": "AMAZON.LITERAL"&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ],&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "intent": "CreateIncident"&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; },&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "slots": [&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "name": "Name",&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "type": "AMAZON.LITERAL"&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ],&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "intent": "CreateIncidentGetName"&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; },&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "intent": "CheckStatus"&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; },&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "slots": [&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "name": "Number",&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "type": "AMAZON.NUMBER"&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ],&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "intent": "CheckStatusInc"&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; },&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "intent": "WhatsHappening"&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; },&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "intent": "WhatsHappeningOutages"&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; },&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "intent": "WhatsHappeningIncidents"&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; },&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "intent": "WhatsHappeningChanges"&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; },&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "intent": "MyRequests"&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; },&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "intent": "ThisWeeksChanges"&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; },&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "intent": "MyApprovals"&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; },&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "intent": "Help"&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; },&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "intent": "AMAZON.StopIntent"&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; },&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "intent": "AMAZON.HelpIntent"&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/P&gt;&lt;P&gt; &amp;nbsp; ]&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 6px;"&gt;&lt;P&gt;CreateIncidentIntro Create an incident&lt;/P&gt;&lt;P&gt;CreateIncidentIntro Create incident&lt;/P&gt;&lt;P&gt;ServiceInterruptions What are the service interruptions&lt;/P&gt;&lt;P&gt;ServiceInterruptions Are there service interruptions&lt;/P&gt;&lt;P&gt;ServiceInterruptions Are there any service interruptions&lt;/P&gt;&lt;P&gt;CriticalVulnerabilities Hear Vulnerable Items&lt;/P&gt;&lt;P&gt;CriticalVulnerabilities Hear the Vulnerable Items&lt;/P&gt;&lt;P&gt;CriticalVulnerabilities Hear Vulnerabilities&lt;/P&gt;&lt;P&gt;CriticalSecurityIncidents Critical security incidents&lt;/P&gt;&lt;P&gt;CriticalSecurityIncidents Hear the critical security incidents&lt;/P&gt;&lt;P&gt;CriticalSecurityIncidents Hear Critical Security Incidents&lt;/P&gt;&lt;P&gt;SecurityThreatStatus Hear the security threats&lt;/P&gt;&lt;P&gt;SecurityThreatStatus Hear Security Threats&lt;/P&gt;&lt;P&gt;SecurityThreatStatus Are there security threats&lt;/P&gt;&lt;P&gt;SecurityThreatStatus Are there any security threats&lt;/P&gt;&lt;P&gt;SecurityIncidents Hear Security Incidents&lt;/P&gt;&lt;P&gt;SecurityIncidents Security Incidents&lt;/P&gt;&lt;P&gt;SecurityIncidents Hear the Security Incidents&lt;/P&gt;&lt;P&gt;PortfolioStatus IT Operations Portfolio Status&lt;/P&gt;&lt;P&gt;PortfolioStatus Status of the IT Operations portfolio&lt;/P&gt;&lt;P&gt;PortfolioStatus Hear the status of the IT Operations Portfolio&lt;/P&gt;&lt;P&gt;PortfolioStatus Whats the status of the IT Operations Portfolio&lt;/P&gt;&lt;P&gt;CreateIncident my problem is {Generic issue description|Description}&lt;/P&gt;&lt;P&gt;CreateIncident my issue is {Genericissuedescription|Description}&lt;/P&gt;&lt;P&gt;CreateIncidentGetName my name is {John Smith|Name}&lt;/P&gt;&lt;P&gt;CheckStatus Check incident status&lt;/P&gt;&lt;P&gt;CheckStatus Check the status of an incident&lt;/P&gt;&lt;P&gt;CheckStatus Check an incident status&lt;/P&gt;&lt;P&gt;CheckStatus Incident status&lt;/P&gt;&lt;P&gt;CheckStatusInc I. N. C. {Number}&lt;/P&gt;&lt;P&gt;WhatsHappening Whats Happening&lt;/P&gt;&lt;P&gt;WhatsHappening Whats Happening Today&lt;/P&gt;&lt;P&gt;WhatsHappening Whats going on Today&lt;/P&gt;&lt;P&gt;WhatsHappeningOutages Hear Outages&lt;/P&gt;&lt;P&gt;WhatsHappeningOutages Hear the Outages&lt;/P&gt;&lt;P&gt;WhatsHappeningIncidents Hear Incidents&lt;/P&gt;&lt;P&gt;WhatsHappeningIncidents Hear the Incidents&lt;/P&gt;&lt;P&gt;WhatsHappeningChanges Hear Changes&lt;/P&gt;&lt;P&gt;WhatsHappeningChanges Hear the Changes&lt;/P&gt;&lt;P&gt;MyRequests My requests&lt;/P&gt;&lt;P&gt;ThisWeeksChanges This weeks changes&lt;/P&gt;&lt;P&gt;ThisWeeksChanges Changes this week&lt;/P&gt;&lt;P&gt;Help help&lt;/P&gt;&lt;P&gt;AMAZON.StopIntent nevermind&lt;/P&gt;&lt;P&gt;AMAZON.StopIntent Nevermind&lt;/P&gt;&lt;P&gt;AMAZON.StopIntent never mind&lt;/P&gt;&lt;P&gt;AMAZON.StopIntent cancel&lt;/P&gt;&lt;P&gt;AMAZON.StopIntent stop&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 18.6667px;"&gt;&lt;STRONG&gt;6. Try it out!&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ask Alexa to "Open ServiceNow". You should hear a friendly message!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you get an error, make sure you have an Utterance that maps to an Intent in your Alexa Skill. Then, make sure you have an Intent defined in ServiceNow with Phrases for that intent. Finally, make sure your script is free of errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 18.6667px;"&gt;&lt;STRONG&gt;Other important stuff!&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Script Includes:&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid #c6c6c6; width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: left; background-color: #f2f2f2; color: #505050; padding: 6px;" valign="middle"&gt;&lt;STRONG&gt;Includes&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: left; background-color: #f2f2f2; color: #505050; padding: 6px;" valign="middle"&gt;&lt;STRONG&gt;Purpose&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 6px;"&gt;EchoConversation&lt;/TD&gt;&lt;TD style="padding: 6px;"&gt;Used for showing a Conversation in the Echo Service Portal. Primarily for demo purposes.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 6px;"&gt;EchoLog&lt;/TD&gt;&lt;TD style="padding: 6px;"&gt;Logs data in the Log table. Logs are tied to a session. Each Session has an inbound and outbound log activity.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 6px;"&gt;EchoPortalUtils&lt;/TD&gt;&lt;TD style="padding: 6px;"&gt;Portal stuff. Add your own portal functions here if you would like to extend that capability.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 6px;"&gt;EchoRequest&lt;/TD&gt;&lt;TD style="padding: 6px;"&gt;&lt;P&gt;Called from the Scripted REST API. This is the primary Class that handles requests, processes intent records and returns a response.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 6px;"&gt;EchoResponseBuilder&lt;/TD&gt;&lt;TD style="padding: 6px;"&gt;&lt;P&gt;The Method for building Echo responses. The following functions can be used to construct a response:&lt;/P&gt;&lt;P&gt;setAttributes(obj)&lt;/P&gt;&lt;P&gt;setOutputSpeech(type String, text String, ssml String)&lt;/P&gt;&lt;P&gt;setCard(type String, title String, content Obj, text String, imageObj Obj)&lt;/P&gt;&lt;P&gt;setReprompt(type String, text String, ssml String)&lt;/P&gt;&lt;P&gt;setEnd(endSession String)&lt;/P&gt;&lt;P&gt;getResponse()&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 6px;"&gt;EchoSkillDataGenerator&lt;/TD&gt;&lt;TD style="padding: 6px;"&gt;Used for generating Intent and Utterance schemas from the Intent list&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 6px;"&gt;IntentUtil&lt;/TD&gt;&lt;TD style="padding: 6px;"&gt;A Utility class for performing various functions such as string manipulation, date/time manipulation, or anything else. Add custom functions here.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Documentation:&lt;/P&gt;&lt;P&gt;In the event that you hit a roadblock with your skill, consult the thorough Amazon documentation here!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developer.amazon.com/public/solutions/alexa/alexa-skills-kit/docs/alexa-skills-kit-interaction-model-reference" title="https://developer.amazon.com/public/solutions/alexa/alexa-skills-kit/docs/alexa-skills-kit-interaction-model-reference"&gt;Alexa Skills Kit Custom Interaction Model Reference - Amazon Apps &amp;amp; Services Developer Portal&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developer.amazon.com/public/solutions/alexa/alexa-skills-kit/docs/speech-synthesis-markup-language-ssml-reference" title="https://developer.amazon.com/public/solutions/alexa/alexa-skills-kit/docs/speech-synthesis-markup-language-ssml-reference"&gt;Speech Synthesis Markup Language (SSML) Reference - Amazon Apps &amp;amp; Services Developer Portal&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developer.amazon.com/public/solutions/alexa/alexa-skills-kit/docs/defining-the-voice-interface" title="https://developer.amazon.com/public/solutions/alexa/alexa-skills-kit/docs/defining-the-voice-interface"&gt;Define the Interaction Model in JSON and Text - Amazon Apps &amp;amp; Services Developer Portal&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: center;"&gt;&lt;SPAN style="color: #e23d39;"&gt;&lt;STRONG&gt;** IMPORTANT NOTE ** &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: center;"&gt;&lt;SPAN style="color: #e23d39;"&gt;&lt;STRONG&gt;If you import the attached update set and see problems when you preview, you can SKIP them. This is because some of the functionality I used for the Knowledge 17 demo references data in tables that may not be enabled in your instance! These preview problems can be ignored.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: center;"&gt;&lt;/P&gt;&lt;P style="text-align: center;"&gt;&lt;/P&gt;&lt;P&gt;Enjoy!!&lt;/P&gt;</description>
      <pubDate>Wed, 03 May 2017 18:46:33 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-articles/servicenow-amazon-echo-integration-updated-for-k17/ta-p/2329749</guid>
      <dc:creator>jcraneNYC</dc:creator>
      <dc:date>2017-05-03T18:46:33Z</dc:date>
    </item>
    <item>
      <title>Re: ServiceNow/Amazon Echo Integration (Updated for K17)</title>
      <link>https://www.servicenow.com/community/developer-articles/servicenow-amazon-echo-integration-updated-for-k17/tac-p/2329750#M5693</link>
      <description>&lt;P&gt;This is great Jon! Thanks for sharing.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 03 May 2017 20:22:49 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-articles/servicenow-amazon-echo-integration-updated-for-k17/tac-p/2329750#M5693</guid>
      <dc:creator>darius_koohmare</dc:creator>
      <dc:date>2017-05-03T20:22:49Z</dc:date>
    </item>
    <item>
      <title>Re: ServiceNow/Amazon Echo Integration (Updated for K17)</title>
      <link>https://www.servicenow.com/community/developer-articles/servicenow-amazon-echo-integration-updated-for-k17/tac-p/2329751#M5694</link>
      <description>&lt;P&gt;Fantastic tutorial, Jon!&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;I'd love to use the GitHub option, but I get this error message during import into Studio on Helsinki: "&lt;SPAN style="color: #343d47; font-family: SourceSansPro, 'Helvetica Neue', Arial; font-size: 13px;"&gt;The user only has read access to the repo. Make sure the user has both read and write access"&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;SPAN style="color: #343d47; font-family: SourceSansPro, 'Helvetica Neue', Arial; font-size: 13px;"&gt;Edit: Jon reminded me that I need to fork into my own GitHub account, which solves the read/write access to repo issue. Thanks, Jon!&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 23 May 2017 04:00:59 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-articles/servicenow-amazon-echo-integration-updated-for-k17/tac-p/2329751#M5694</guid>
      <dc:creator>Grant Hulbert</dc:creator>
      <dc:date>2017-05-23T04:00:59Z</dc:date>
    </item>
    <item>
      <title>Re: ServiceNow/Amazon Echo Integration (Updated for K17)</title>
      <link>https://www.servicenow.com/community/developer-articles/servicenow-amazon-echo-integration-updated-for-k17/tac-p/2329752#M5695</link>
      <description>&lt;P&gt;Thanks for posting this is great stuff. First question of many that are running through my head. I have it working with your intents and utterences. How does Alexa know who I am in ServiceNow instance? Is there an account configuration in Alexa to enter a ServiceNow id?&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;thanks! Doug&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 03 Jun 2017 04:50:35 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-articles/servicenow-amazon-echo-integration-updated-for-k17/tac-p/2329752#M5695</guid>
      <dc:creator>Doug Bagley</dc:creator>
      <dc:date>2017-06-03T04:50:35Z</dc:date>
    </item>
    <item>
      <title>Re: ServiceNow/Amazon Echo Integration (Updated for K17)</title>
      <link>https://www.servicenow.com/community/developer-articles/servicenow-amazon-echo-integration-updated-for-k17/tac-p/2329753#M5696</link>
      <description>&lt;P&gt;Bit of a newby to ServiceNow! &amp;nbsp; When you set this up, and a client wants to get info on their status what is the relationship link with service now particularly in a multi-client service. &amp;nbsp; &amp;nbsp; What identifies that organisation and where is this set to ensure they get the incidents and status' relevant to them. &amp;nbsp; &lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Sorry for the muppet question! XD&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;BR /&gt;Cheers All&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; Karl&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 12 Nov 2017 11:34:12 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-articles/servicenow-amazon-echo-integration-updated-for-k17/tac-p/2329753#M5696</guid>
      <dc:creator>karlroberts</dc:creator>
      <dc:date>2017-11-12T11:34:12Z</dc:date>
    </item>
    <item>
      <title>Re: ServiceNow/Amazon Echo Integration (Updated for K17)</title>
      <link>https://www.servicenow.com/community/developer-articles/servicenow-amazon-echo-integration-updated-for-k17/tac-p/2329754#M5697</link>
      <description>&lt;P style="font-family: arial, sans-serif; color: #666666;"&gt;Hi All,&lt;/P&gt;&lt;BR /&gt;&lt;P style="font-family: arial, sans-serif; color: #666666;"&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Above steps are worked well before but now while testing in Amazon Developer Console , While enter the Invocation name it is not redirecting to "LaunchRequest" it redirects to "ThisWeeksChanges" IntentRequest , Kindly someone help me..&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 13 Nov 2017 11:12:24 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-articles/servicenow-amazon-echo-integration-updated-for-k17/tac-p/2329754#M5697</guid>
      <dc:creator>vijay0610</dc:creator>
      <dc:date>2017-11-13T11:12:24Z</dc:date>
    </item>
    <item>
      <title>Re: ServiceNow/Amazon Echo Integration (Updated for K17)</title>
      <link>https://www.servicenow.com/community/developer-articles/servicenow-amazon-echo-integration-updated-for-k17/tac-p/2329755#M5698</link>
      <description>&lt;P&gt;How do i get my user name like below for MyRequests intent. I need to know how it will take the data for my requests.&lt;/P&gt;
&lt;P&gt;var usr = 'f7c7610d13b69200d0143d622244b053'; //For demo purposes&lt;/P&gt;</description>
      <pubDate>Thu, 05 Apr 2018 19:41:13 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-articles/servicenow-amazon-echo-integration-updated-for-k17/tac-p/2329755#M5698</guid>
      <dc:creator>Rohit95</dc:creator>
      <dc:date>2018-04-05T19:41:13Z</dc:date>
    </item>
    <item>
      <title>Re: ServiceNow/Amazon Echo Integration (Updated for K17)</title>
      <link>https://www.servicenow.com/community/developer-articles/servicenow-amazon-echo-integration-updated-for-k17/tac-p/2329756#M5699</link>
      <description>&lt;P&gt;I was wondering about security. That is what user account does the integration use to&amp;nbsp;query the SN system?&lt;/P&gt;</description>
      <pubDate>Mon, 09 Apr 2018 12:00:42 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-articles/servicenow-amazon-echo-integration-updated-for-k17/tac-p/2329756#M5699</guid>
      <dc:creator>howardrichter</dc:creator>
      <dc:date>2018-04-09T12:00:42Z</dc:date>
    </item>
    <item>
      <title>Re: ServiceNow/Amazon Echo Integration (Updated for K17)</title>
      <link>https://www.servicenow.com/community/developer-articles/servicenow-amazon-echo-integration-updated-for-k17/tac-p/2329757#M5700</link>
      <description>&lt;P&gt;Just about to start playing around with this however, I've noticed that the Amazon UI has changed and some of the instructions don't match up 1:1.&amp;nbsp; Before digging in too deep, are the instructions and update set still applicable and working in the new Amazon UI and Kingston?&lt;/P&gt;</description>
      <pubDate>Mon, 16 Apr 2018 02:56:39 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-articles/servicenow-amazon-echo-integration-updated-for-k17/tac-p/2329757#M5700</guid>
      <dc:creator>Shea Laughlin</dc:creator>
      <dc:date>2018-04-16T02:56:39Z</dc:date>
    </item>
    <item>
      <title>Re: ServiceNow/Amazon Echo Integration (Updated for K17)</title>
      <link>https://www.servicenow.com/community/developer-articles/servicenow-amazon-echo-integration-updated-for-k17/tac-p/2329758#M5701</link>
      <description>&lt;P&gt;Has anyone been able to get the update set to work with Kingston?&amp;nbsp; I get the welcome message but thats it.&amp;nbsp; Nothing else seems to work...&lt;/P&gt;</description>
      <pubDate>Thu, 26 Apr 2018 19:36:50 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-articles/servicenow-amazon-echo-integration-updated-for-k17/tac-p/2329758#M5701</guid>
      <dc:creator>Shea Laughlin</dc:creator>
      <dc:date>2018-04-26T19:36:50Z</dc:date>
    </item>
    <item>
      <title>Re: ServiceNow/Amazon Echo Integration (Updated for K17)</title>
      <link>https://www.servicenow.com/community/developer-articles/servicenow-amazon-echo-integration-updated-for-k17/tac-p/2329759#M5702</link>
      <description>Hi Shea,
Yes, i’ve made a fork with updates that you can use.</description>
      <pubDate>Thu, 26 Apr 2018 21:42:05 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-articles/servicenow-amazon-echo-integration-updated-for-k17/tac-p/2329759#M5702</guid>
      <dc:creator>Mikael at Advan</dc:creator>
      <dc:date>2018-04-26T21:42:05Z</dc:date>
    </item>
    <item>
      <title>Re: ServiceNow/Amazon Echo Integration (Updated for K17)</title>
      <link>https://www.servicenow.com/community/developer-articles/servicenow-amazon-echo-integration-updated-for-k17/tac-p/2329760#M5703</link>
      <description>&lt;P&gt;Awesome!&amp;nbsp; Where might I find that?&lt;/P&gt;</description>
      <pubDate>Thu, 26 Apr 2018 21:48:23 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-articles/servicenow-amazon-echo-integration-updated-for-k17/tac-p/2329760#M5703</guid>
      <dc:creator>Shea Laughlin</dc:creator>
      <dc:date>2018-04-26T21:48:23Z</dc:date>
    </item>
    <item>
      <title>Re: ServiceNow/Amazon Echo Integration (Updated for K17)</title>
      <link>https://www.servicenow.com/community/developer-articles/servicenow-amazon-echo-integration-updated-for-k17/tac-p/2329761#M5704</link>
      <description>&lt;P&gt;https://github.com/mihed001/SN_Echo_Integration&lt;BR /&gt;I could also share Alexa config if you send med an email (mikael.hedlund@advania.se).&lt;/P&gt;</description>
      <pubDate>Fri, 27 Apr 2018 07:37:37 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-articles/servicenow-amazon-echo-integration-updated-for-k17/tac-p/2329761#M5704</guid>
      <dc:creator>Mikael at Advan</dc:creator>
      <dc:date>2018-04-27T07:37:37Z</dc:date>
    </item>
    <item>
      <title>Re: ServiceNow/Amazon Echo Integration (Updated for K17)</title>
      <link>https://www.servicenow.com/community/developer-articles/servicenow-amazon-echo-integration-updated-for-k17/tac-p/2329762#M5705</link>
      <description>&lt;P&gt;I know this is very old post but it is most relevant to my question, so posting it here.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How do I use dialog delegate directive to delegate a dialog to Alexa (for confirmation, acknowledgement etc. ) using this design (intent records and associated script).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I do not want to create multiple intents to handle the dialog flow ( like create incident (get intro/name), create incident (get issue), create incident ).&lt;/P&gt;
&lt;P&gt;I am looking for a way to delegate the dialog to Alexa so that I can get all answers in the same intent.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any input to this will really be helpful.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Subhrajit&lt;/P&gt;</description>
      <pubDate>Fri, 11 May 2018 19:04:41 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-articles/servicenow-amazon-echo-integration-updated-for-k17/tac-p/2329762#M5705</guid>
      <dc:creator>Subhrajit2</dc:creator>
      <dc:date>2018-05-11T19:04:41Z</dc:date>
    </item>
    <item>
      <title>Re: ServiceNow/Amazon Echo Integration (Updated for K17)</title>
      <link>https://www.servicenow.com/community/developer-articles/servicenow-amazon-echo-integration-updated-for-k17/tac-p/2329763#M5706</link>
      <description>&lt;P&gt;Hi Subhrajit,&lt;/P&gt;
&lt;P&gt;Did you find the answer by any chance? I am searching out for the same - 'delegate the dialog to Alexa'&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jun 2018 16:36:14 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-articles/servicenow-amazon-echo-integration-updated-for-k17/tac-p/2329763#M5706</guid>
      <dc:creator>Vijayanand Dhan</dc:creator>
      <dc:date>2018-06-27T16:36:14Z</dc:date>
    </item>
    <item>
      <title>Re: ServiceNow/Amazon Echo Integration (Updated for K17)</title>
      <link>https://www.servicenow.com/community/developer-articles/servicenow-amazon-echo-integration-updated-for-k17/tac-p/2329764#M5707</link>
      <description>&lt;P&gt;Hi Subhrajit,&lt;/P&gt;
&lt;P&gt;Did you find the answer by any chance? I am searching out for the same - 'delegate the dialog to Alexa'&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jun 2018 16:41:40 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-articles/servicenow-amazon-echo-integration-updated-for-k17/tac-p/2329764#M5707</guid>
      <dc:creator>Vijayanand Dhan</dc:creator>
      <dc:date>2018-06-27T16:41:40Z</dc:date>
    </item>
    <item>
      <title>Re: ServiceNow/Amazon Echo Integration (Updated for K17)</title>
      <link>https://www.servicenow.com/community/developer-articles/servicenow-amazon-echo-integration-updated-for-k17/tac-p/2329765#M5708</link>
      <description>&lt;P&gt;Still trying to see how to give access via users accounts/roles.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jul 2018 19:37:28 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-articles/servicenow-amazon-echo-integration-updated-for-k17/tac-p/2329765#M5708</guid>
      <dc:creator>howardrichter</dc:creator>
      <dc:date>2018-07-05T19:37:28Z</dc:date>
    </item>
    <item>
      <title>Re: ServiceNow/Amazon Echo Integration (Updated for K17)</title>
      <link>https://www.servicenow.com/community/developer-articles/servicenow-amazon-echo-integration-updated-for-k17/tac-p/2329766#M5709</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Realize this is an old post, but did anyone got the servicenow account impresonation figured out?&lt;/P&gt;</description>
      <pubDate>Fri, 09 Nov 2018 07:38:12 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-articles/servicenow-amazon-echo-integration-updated-for-k17/tac-p/2329766#M5709</guid>
      <dc:creator>lukasz_piech</dc:creator>
      <dc:date>2018-11-09T07:38:12Z</dc:date>
    </item>
    <item>
      <title>Re: ServiceNow/Amazon Echo Integration (Updated for K17)</title>
      <link>https://www.servicenow.com/community/developer-articles/servicenow-amazon-echo-integration-updated-for-k17/tac-p/2329767#M5710</link>
      <description>&lt;P&gt;I was looking for any updates as well. My issue/question is how to tie this integration to an account.&amp;nbsp; For example if Rick&amp;nbsp;Blaine uses his Alexa account, how can that be tied to his Rick&amp;nbsp;Blaine account in ServiceNow. Then if&amp;nbsp;Victor Laszlo uses his Alexa account how can that be tied to his ServiceNow account?&lt;/P&gt;</description>
      <pubDate>Fri, 09 Nov 2018 16:18:12 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-articles/servicenow-amazon-echo-integration-updated-for-k17/tac-p/2329767#M5710</guid>
      <dc:creator>howardrichter</dc:creator>
      <dc:date>2018-11-09T16:18:12Z</dc:date>
    </item>
    <item>
      <title>Re: ServiceNow/Amazon Echo Integration (Updated for K17)</title>
      <link>https://www.servicenow.com/community/developer-articles/servicenow-amazon-echo-integration-updated-for-k17/tac-p/2329768#M5711</link>
      <description>&lt;P&gt;So it all boils down to account linking. I know an alternative approach to alexa (try googling serviceNow amazon echo - its there are 2 valuable results - the one we comment now and another one) that implements account linking but uses AWS lambda as proxy. It is doing exactly what we need but - i have already invested some time in THIS solution and would not want to redirect to a different approach, especially since i find this solution really really good&lt;/P&gt;</description>
      <pubDate>Fri, 09 Nov 2018 16:42:07 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-articles/servicenow-amazon-echo-integration-updated-for-k17/tac-p/2329768#M5711</guid>
      <dc:creator>lukasz_piech</dc:creator>
      <dc:date>2018-11-09T16:42:07Z</dc:date>
    </item>
  </channel>
</rss>

