Skip to content

Instantly share code, notes, and snippets.

@garystafford
Last active August 14, 2018 00:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save garystafford/8d4ba64d2830b42249210ea5006d3467 to your computer and use it in GitHub Desktop.
Save garystafford/8d4ba64d2830b42249210ea5006d3467 to your computer and use it in GitHub Desktop.
{
"name": "AzureFactsIntent",
"slots": [{
"name": "myName",
"type": "AMAZON.US_FIRST_NAME",
"samples": [
"{myName}",
"my name is {myName}",
"my name's {myName}",
"name is {myName}",
"the name is {myName}",
"name's {myName}",
"they call me {myName}"
]
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment