Skip to content

Instantly share code, notes, and snippets.

View adam-ra's full-sized avatar

Adam Radziszewski adam-ra

View GitHub Profile
@adam-ra
adam-ra / alexa_conversation_sample_utterances.txt
Last active March 1, 2019 14:23
Example contents of sample utterances for a conversational skill based on WhateverIntent
WhateverIntent {headache|Text}
WhateverIntent {I feel pain in my lower back|Text}
@adam-ra
adam-ra / alexa_conversation_intent_schema.json
Last active February 28, 2019 21:51
Alexa intent schema to force one catch-it-all intent
{
"intents": [
{
"slots": [
{
"name": "Text",
"type": "AMAZON.LITERAL"
}
],
"intent": "WhateverIntent"