Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "luis_schema_version": "1.3.0",
- "name": "testticket",
- "desc": "",
- "culture": "en-us",
- "intents": [
- {
- "name": "None"
- },
- {
- "name": "StatusUpdate"
- }
- ],
- "entities": [
- {
- "name": "Ticket"
- }
- ],
- "composites": [],
- "bing_entities": [],
- "actions": [],
- "model_features": [],
- "regex_features": [],
- "utterances": [
- {
- "text": "what is that status on s344?",
- "intent": "StatusUpdate",
- "entities": [
- {
- "entity": "Ticket",
- "startPos": 5,
- "endPos": 5
- }
- ]
- },
- {
- "text": "status of s124",
- "intent": "StatusUpdate",
- "entities": [
- {
- "entity": "Ticket",
- "startPos": 2,
- "endPos": 2
- }
- ]
- },
- {
- "text": "what's the status of s4",
- "intent": "StatusUpdate",
- "entities": []
- },
- {
- "text": "please tell me the status of s4",
- "intent": "StatusUpdate",
- "entities": [
- {
- "entity": "Ticket",
- "startPos": 6,
- "endPos": 6
- }
- ]
- },
- {
- "text": "whats the status of s5",
- "intent": "StatusUpdate",
- "entities": [
- {
- "entity": "Ticket",
- "startPos": 4,
- "endPos": 4
- }
- ]
- },
- {
- "text": "whats the status of s9",
- "intent": "StatusUpdate",
- "entities": [
- {
- "entity": "Ticket",
- "startPos": 4,
- "endPos": 4
- }
- ]
- },
- {
- "text": "please tell me the status of s24",
- "intent": "StatusUpdate",
- "entities": [
- {
- "entity": "Ticket",
- "startPos": 6,
- "endPos": 6
- }
- ]
- }
- ]
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement