| { | |
| "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