Last active
August 14, 2018 00:43
-
-
Save garystafford/8d4ba64d2830b42249210ea5006d3467 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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