Permalink
Cannot retrieve contributors at this time
280 lines (280 sloc)
7.4 KB
| { | |
| "interactionModel": { | |
| "languageModel": { | |
| "invocationName": "azure tech facts", | |
| "intents": [ | |
| { | |
| "name": "AMAZON.CancelIntent", | |
| "samples": [ | |
| "cancel" | |
| ] | |
| }, | |
| { | |
| "name": "AMAZON.HelpIntent", | |
| "samples": [ | |
| "help", | |
| "I need some help" | |
| ] | |
| }, | |
| { | |
| "name": "AMAZON.NoIntent", | |
| "samples": [ | |
| "no" | |
| ] | |
| }, | |
| { | |
| "name": "AMAZON.StopIntent", | |
| "samples": [ | |
| "stop", | |
| "halt" | |
| ] | |
| }, | |
| { | |
| "name": "AMAZON.PauseIntent", | |
| "samples": [ | |
| "pause", | |
| "hold on" | |
| ] | |
| }, | |
| { | |
| "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}" | |
| ] | |
| }, | |
| { | |
| "name": "myQuestion", | |
| "type": "list_of_facts", | |
| "samples": [ | |
| "{myQuestion}", | |
| "give me a fact about {myQuestion}", | |
| "give me a {myQuestion} fact", | |
| "how many {myQuestion} does Azure have", | |
| "I'd like to hear about {myQuestion}", | |
| "I'd like to hear more about {myQuestion}", | |
| "tell me about {myQuestion}", | |
| "tell me about Azure's {myQuestion}", | |
| "tell me about Azure {myQuestion}", | |
| "tell me a {myQuestion} fact", | |
| "tell me another {myQuestion} fact", | |
| "when was Azure {myQuestion}" | |
| ] | |
| } | |
| ], | |
| "samples": [ | |
| "ask a question", | |
| "request a fact", | |
| "about {myQuestion} for {myName}", | |
| "about Azure's {myQuestion} for {myName}", | |
| "about Azure {myQuestion} for {myName}", | |
| "about {myQuestion}", | |
| "about Azure's {myQuestion}", | |
| "about Azure {myQuestion}", | |
| "give me a {myQuestion} fact", | |
| "give me a fact about {myQuestion}", | |
| "give me a {myQuestion} fact", | |
| "how many {myQuestion} does Azure have", | |
| "I'd like to hear about {myQuestion}", | |
| "I'd like to hear about Azure {myQuestion}", | |
| "I'd like to hear about Azure's {myQuestion}", | |
| "I'd like to hear more about {myQuestion}", | |
| "tell me about {myQuestion}", | |
| "tell me about Azure's {myQuestion}", | |
| "tell me about Azure {myQuestion}", | |
| "tell me a {myQuestion} fact", | |
| "tell me another {myQuestion} fact", | |
| "when was Azure {myQuestion}" | |
| ] | |
| } | |
| ], | |
| "types": [ | |
| { | |
| "name": "list_of_facts", | |
| "values": [ | |
| { | |
| "name": { | |
| "value": "competition", | |
| "synonyms": [ | |
| "competitors", | |
| "competitor" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": { | |
| "value": "certifications", | |
| "synonyms": [ | |
| "certification", | |
| "certification exam", | |
| "certification exams" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": { | |
| "value": "first", | |
| "synonyms": [ | |
| "first service", | |
| "first services", | |
| "first product", | |
| "first products" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": { | |
| "value": "compliance" | |
| } | |
| }, | |
| { | |
| "name": { | |
| "value": "cognitive", | |
| "synonyms": [ | |
| "cognitive services", | |
| "cognitive service" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": { | |
| "value": "functions" | |
| } | |
| }, | |
| { | |
| "name": { | |
| "value": "products", | |
| "synonyms": [ | |
| "services" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": { | |
| "value": "categories" | |
| } | |
| }, | |
| { | |
| "name": { | |
| "value": "random" | |
| } | |
| }, | |
| { | |
| "name": { | |
| "value": "platforms" | |
| } | |
| }, | |
| { | |
| "name": { | |
| "value": "geographies", | |
| "synonyms": [ | |
| "geography" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": { | |
| "value": "regions", | |
| "synonyms": [ | |
| "regional", | |
| "regional infrastructure" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": { | |
| "value": "global", | |
| "synonyms": [ | |
| "worldwide", | |
| "global infrastructure" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": { | |
| "value": "released", | |
| "synonyms": [ | |
| "release date" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": { | |
| "value": "description", | |
| "synonyms": [ | |
| "Azure" | |
| ] | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| }, | |
| "dialog": { | |
| "intents": [ | |
| { | |
| "name": "AzureFactsIntent", | |
| "confirmationRequired": false, | |
| "prompts": {}, | |
| "slots": [ | |
| { | |
| "name": "myName", | |
| "type": "AMAZON.US_FIRST_NAME", | |
| "confirmationRequired": false, | |
| "elicitationRequired": true, | |
| "prompts": { | |
| "elicitation": "Elicit.Slot.1179559129267.994103333535" | |
| } | |
| }, | |
| { | |
| "name": "myQuestion", | |
| "type": "list_of_facts", | |
| "confirmationRequired": false, | |
| "elicitationRequired": true, | |
| "prompts": { | |
| "elicitation": "Elicit.Slot.831386167999.1165955124217" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| }, | |
| "prompts": [ | |
| { | |
| "id": "Elicit.Slot.1179559129267.994103333535", | |
| "variations": [ | |
| { | |
| "type": "PlainText", | |
| "value": "Who am I speaking to?" | |
| }, | |
| { | |
| "type": "PlainText", | |
| "value": "What's your name. You can say things like, my name is Jeff" | |
| } | |
| ] | |
| }, | |
| { | |
| "id": "Elicit.Slot.831386167999.1165955124217", | |
| "variations": [ | |
| { | |
| "type": "PlainText", | |
| "value": "What would you like to know about Azure?" | |
| }, | |
| { | |
| "type": "PlainText", | |
| "value": "What would you like to know about Azure. You can say things like, tell me about Azure's global infrastructure, or when was Azure released?" | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| } |