Created
April 10, 2017 01:23
-
-
Save jakkaj/02f8f7d2152c0e9403342be608e05754 to your computer and use it in GitHub Desktop.
Ignite Australia LUIS.JSON file
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
{ | |
"luis_schema_version": "2.0.0", | |
"versionId": "0.1", | |
"name": "Ignite Australia 2017 Production", | |
"desc": "", | |
"culture": "en-us", | |
"intents": [ | |
{ | |
"name": "AddToSchedule" | |
}, | |
{ | |
"name": "Feedback" | |
}, | |
{ | |
"name": "FindTalkPerson" | |
}, | |
{ | |
"name": "FindTalkTrack" | |
}, | |
{ | |
"name": "GetSessionInformation" | |
}, | |
{ | |
"name": "Goodbye" | |
}, | |
{ | |
"name": "Greeting" | |
}, | |
{ | |
"name": "Help" | |
}, | |
{ | |
"name": "HitMe" | |
}, | |
{ | |
"name": "HowAreYou" | |
}, | |
{ | |
"name": "HowBuilt" | |
}, | |
{ | |
"name": "Joke" | |
}, | |
{ | |
"name": "MySchedule" | |
}, | |
{ | |
"name": "MyScheduleLocation" | |
}, | |
{ | |
"name": "MyScheduleTime" | |
}, | |
{ | |
"name": "None" | |
}, | |
{ | |
"name": "RemoveFromSchedule" | |
}, | |
{ | |
"name": "SessionFinder" | |
}, | |
{ | |
"name": "SessionsForDay" | |
}, | |
{ | |
"name": "Signin" | |
}, | |
{ | |
"name": "SignOut" | |
}, | |
{ | |
"name": "ThankYou" | |
} | |
], | |
"entities": [ | |
{ | |
"name": "DayOfTheWeek" | |
}, | |
{ | |
"name": "FirstName" | |
}, | |
{ | |
"name": "LastName" | |
}, | |
{ | |
"name": "next" | |
}, | |
{ | |
"name": "now" | |
}, | |
{ | |
"name": "Talk" | |
}, | |
{ | |
"name": "Tracks" | |
} | |
], | |
"composites": [ | |
{ | |
"name": "FullName ", | |
"children": [ | |
"FirstName", | |
"LastName" | |
] | |
} | |
], | |
"closedLists": [], | |
"bing_entities": [ | |
"datetime" | |
], | |
"actions": [ | |
{ | |
"actionName": "AddToSchedule", | |
"intentName": "AddToSchedule", | |
"channel": null, | |
"actionParameters": [ | |
{ | |
"parameterName": "Talk", | |
"entityName": "Talk", | |
"required": false, | |
"question": "What is the talk code?", | |
"phraseListFeatureName": "Talks" | |
} | |
] | |
}, | |
{ | |
"actionName": "FindTalkPerson", | |
"intentName": "FindTalkPerson", | |
"channel": null, | |
"actionParameters": [ | |
{ | |
"parameterName": "FirstName", | |
"entityName": "FirstName", | |
"required": false, | |
"question": "What is their first name", | |
"phraseListFeatureName": null | |
}, | |
{ | |
"parameterName": "LastName", | |
"entityName": "LastName", | |
"required": false, | |
"question": "What is their last name", | |
"phraseListFeatureName": null | |
} | |
] | |
}, | |
{ | |
"actionName": "FindTalkTrack", | |
"intentName": "FindTalkTrack", | |
"channel": null, | |
"actionParameters": [ | |
{ | |
"parameterName": "Tracks", | |
"entityName": "Tracks", | |
"required": false, | |
"question": "", | |
"phraseListFeatureName": null | |
} | |
] | |
}, | |
{ | |
"actionName": "GetSessionInformation", | |
"intentName": "GetSessionInformation", | |
"channel": null, | |
"actionParameters": [ | |
{ | |
"parameterName": "Talk", | |
"entityName": "Talk", | |
"required": false, | |
"question": "", | |
"phraseListFeatureName": null | |
} | |
] | |
}, | |
{ | |
"actionName": "RemoveFromSchedule", | |
"intentName": "RemoveFromSchedule", | |
"channel": null, | |
"actionParameters": [ | |
{ | |
"parameterName": "Talk", | |
"entityName": "Talk", | |
"required": true, | |
"question": null, | |
"phraseListFeatureName": null | |
} | |
] | |
}, | |
{ | |
"actionName": "SessionFinder", | |
"intentName": "SessionFinder", | |
"channel": null, | |
"actionParameters": [ | |
{ | |
"parameterName": "date", | |
"entityName": "datetime", | |
"required": false, | |
"question": "", | |
"phraseListFeatureName": null | |
} | |
] | |
}, | |
{ | |
"actionName": "SessionsForDay", | |
"intentName": "SessionsForDay", | |
"channel": null, | |
"actionParameters": [ | |
{ | |
"parameterName": "date", | |
"entityName": "datetime", | |
"required": false, | |
"question": null, | |
"phraseListFeatureName": null | |
} | |
] | |
} | |
], | |
"model_features": [ | |
{ | |
"name": "DayOfTheWeek", | |
"mode": true, | |
"words": "Monday,Tuesday,wednesday,thursday,friday,saturday,sunday", | |
"activated": true | |
}, | |
{ | |
"name": "FirstName", | |
"mode": true, | |
"words": "Names List here", | |
"activated": true | |
}, | |
{ | |
"name": "FirstName2", | |
"mode": true, | |
"words": "", | |
"activated": false | |
}, | |
{ | |
"name": "GreetingList", | |
"mode": true, | |
"words": "hi,hello,g ' day,gday,hey,heya,hiya,hi there", | |
"activated": true | |
}, | |
{ | |
"name": "LastName", | |
"mode": true, | |
"words": "", | |
"activated": true | |
}, | |
{ | |
"name": "LastName2", | |
"mode": true, | |
"words": "", | |
"activated": false | |
}, | |
{ | |
"name": "Next", | |
"mode": true, | |
"words": "Next", | |
"activated": true | |
}, | |
{ | |
"name": "Remove", | |
"mode": true, | |
"words": "Remove,Take Off,Delete", | |
"activated": true | |
}, | |
{ | |
"name": "Talks", | |
"mode": true, | |
"words": "Keynote1,KICK111a,KICK111d,KICK111b,KICK111c,EXAM111,KICK111a2,KICK111d2,KICK111b2,KICK111c2,OPEN312,PROD312,CLD312,WIN212,NET312,DA212,INF212,EXAM312,ILL2029,ILL2006,OPEN213,INOV213,PROD313,WIN213,DA313,CLD213,INF213,NET113,EXAM313,ILL2030,ILL2036,ILL2045,CLD321,WIN321b,OPEN321,NET321,WIN321a,PROD321,DA321,PROD221a,INF221,EXAM321,PROD221b,ARC122,NET322,CLD322b,CLD322a,OPEN322,CLD322c,PROD322,INF222,WIN322,PROD222,EXAM322,ILL3026,ILL2046,ILL2038,HCK121,MYMAZ1,OPEN323,NET323,INF223,DA323,ARC323,CLD323a,CLD323b,WIN323,PROD323,INOV223,ILL2057,ILL2047,HCK122,HOL221,MYMAZ2,HCK123,PROD324,CLD224,DA224,INF324a,ARC224,WIN424,NET324,PROD224a,CLD424,INF324b,EXAM324,PROD224b,ILL2087,ILL2066,ILL2078,HCK124,MYMAZ3,CLD325b,INF325,DA325,ARC225,NET325b,NET325a,OPEN425,PROD225,WIN425,CLD325a,EXAM325,ILL3010,ILL2091,ILL3009,PROD225b,OPEN226,DA326,ARC326,CLD326b,NET326,CLD126,CLD326a,INOV226,PROD326,INF326,EXAM326,ARC326b,ILL3012,WIN427,INF327,CLD227,CLD327,DA327,ARC327,NET327b,PROD227,NET327a,NET227,DA127,ARC231,CLD331,NET331,OPEN331,INF431,DA331a,WIN331,DA331b,PROD231,INF231,EXAM331,ARC331,WIN332,CLD332b,CLD332a,OPEN332b,INF332,DA332,PROD232a,NET332,PROD232b,EXAM332,ARCH231,ILL3028,ILL3016,ILL3023,HCK131,MYMAZ4,OPEN433,CLD333,PROD333,WIN433,CLD233,INF333,DA233,NET433,ARC333,EXAM333,ARC233,INOV233,ILL3031,ILL3035,ILL3039,HCK132,MYMAZ5,HCK133,CLD334b,OPEN334,CLD334a,INF334,DA334,ARC334,PROD334,NET334,EXAM334,INF226,WIN434,PROD234,ILL3042,ILL3052,ILL3054,HOL231,HCK134,MYMAZ6,ARH435,OPEN335,DA335b,DA335a,CLD335a,WIN335b,INF335,NET335,PROD235,EXAM335,WIN335a,CLD335b,ILL3043,ILL3077,ILL3086,CLD336b,CLD336d,INF436,CLD336c,DA336b,INF336,DA336a,CLD336a,ARC236,PROD236,NET336,EXAM336,OPEN341,INF341,NET341,ARC441,DA341b,DA341a,PROD341,CLD341a,NET441,ILL3087,ILL4002,ILL4004,HOL241,HCK141,MYMAZ7,NET342,ARC142,WIN242,WIN342,CLD342b,DA342,INF442,CLD342a,INF242,ILL3066,ILL4003,ILL4006,ARC343,INF343,CLD343,DA343,NET343,OPEN443,DA443,PROD143,ILL4007,HCK142,MYMAZ8", | |
"activated": true | |
}, | |
{ | |
"name": "Tracks", | |
"mode": true, | |
"words": "Datacenter and Infrastructure Management,Cloud,. NET,Productivity,Data and Analytics,Keynote,Kick Off,Microsoft Ignite Learning Zone,Open Source,Windows,Innovation,Social,Architecture,Expo,Hack", | |
"activated": true | |
} | |
], | |
"regex_features": [], | |
"utterances": [ | |
{ | |
"text": "hey max", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "what#s", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "hey max!", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "can i take photos", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "efdsfsdji fsjifds erwjirw fskoaqd", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "can i use a camera", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "irgjio fksdofk ewriew", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "general session speakers", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "where is tcc", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "yreye dfksf", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "is there a cracker barrel", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "cracker barrel", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "what is the best restaurant", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "what is cracker barrel", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "is there a cracker barrell", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "where is the party", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "can i get my own room", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "can i get my parking validated?", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "what is the address", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "cracker barrell", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "what's for lunch", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "i want to go to a session about data", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "when is the party", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "is there parking?", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "i am thank you!", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "what transportation", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "should go to conversation, with a carousel", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "ending the agreement", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "what is the expense policy", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "who are the general sessions speakers", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "where is first aid", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "what is the dress code", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "<quote author=\"darrenjefford\" authorname=\"darren jefford\" conversation=\"28:0513d96d-83fe-4055-bdcc-d509775a3e90\" guid=\"x1b272eace1b4deeba735c30469dcbbf586cb23fc3c0d14d9e16a15f6080ea070\" timestamp=\"1468741641\"><legacyquote>[17:47:21] darren jefford: </legacyquote>where is lost and found<legacyquote> <<< </legacyquote></quote>", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "<quote author=\"darrenjefford\" authorname=\"darren jefford\" conversation=\"28:0513d96d-83fe-4055-bdcc-d509775a3e90\" guid=\"x2bf0eb74f16f91dd38408b4470354c6dec1f56970cd05d674ddc7c833548fee9\" timestamp=\"1468741369\"><legacyquote>[17:42:49] darren jefford: </legacyquote>where is lost and found<legacyquote> <<< </legacyquote></quote>", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "general sessions", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "when are the general sessions", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "ping", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "ineligible ndis funding", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "commercial", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "do i need to share a room?", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "what if i have a special need", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "replyactivity", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "edited previous message: what time is doug seven's session<e_m ts=\"1468745388\" ts_ms=\"1468745388000\" a=\"darrenjefford\" t=\"61\"/>", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "i am a new mother", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "do i need to share a room", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "looking", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "change service management", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "can you list the speakers", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "/delereprofile", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "what time is the monday keynote?", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "whats for lunch", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "what time is the keynote?", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "tell me something interesting", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "how old are you", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "i've losty my phone", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "i've lost my phone", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "what do you think of satya", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "satya nadella", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "ok", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "what is the wi-fi password", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "i need a plaster", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "i want wi-fi", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "who is your father", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "what is the wi-fi pwd", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "i want to buy a surface", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "when were you born", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "connect to wifi", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "shuttle schedule", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "when are the shuttles", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "when is lunch?", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "seahaw", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "seahawks", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "looking for a shuttle", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "what is the shuttle schedule", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "when is my shuttle", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "bot framework", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "shutt", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "can you tell me what else is interesting in the area?", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "shutte", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "shttle", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "what do you think of cortana", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "when is general session tuesday", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "where shall i go for dinner", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "where is my shuttle?", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "dinner", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "where is checkin", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "where do i get my badge", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "where is checkin?", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "i want to check my luggage", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "how can i get to my hotel", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "lol", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "driver", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "where is registration", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "coffee", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "where to get coffee", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "when is breakfast", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "when is breakfsat", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "when is breakfast on monday?", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "what time is breakfast on friday?", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "i don't like you", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "powerpoint deck", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "what time is breakfast on thursday", | |
"intent": "None", | |
"entities": [ | |
{ | |
"entity": "DayOfTheWeek", | |
"startPos": 26, | |
"endPos": 33 | |
} | |
] | |
}, | |
{ | |
"text": "is there a microsoft store?", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "when is the bus going?", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "when is the bus on sunday", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "where is the venue", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "can i get a shuttle map?", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "where is the conference", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "hotel map", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "when is lunch", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "map to room", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "where can i find powerpoint presentations", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "safety", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "what time is the bus", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "powerpoints", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "i want powerpoint presentation", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "need a map", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "when is the bus going", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "what time is breakfast", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "what is the fastest way to b206?", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "when does my coach leave from doubletree buckhead?", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "everything comes twice. bad bot", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "is there any cajun restaurant near conference center", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "@rmcolbert fantastic. care to share the bot code :sunglasses:", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "where do i check in?", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "@rmcolbert see how the bot behaves, kinda annoying. feel free to reach out to me for improvement suggestions.", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "<quote author=\"28:480fa603-a40b-43ba-b841-95e43aa252be\" authorname=\"ignite bot\" conversation=\"28:480fa603-a40b-43ba-b841-95e43aa252be\" guid=\"xbdfc9f7f094acdae30b776c1492e8b42b66d63a44d789a7c3f08c21edc557e98\" timestamp=\"1474818883\"><legacyquote>[17:54:43] ignite bot: </legacyquote>tell me more about brk3129<legacyquote> <<< </legacyquote></quote>", | |
"intent": "None", | |
"entities": [ | |
{ | |
"entity": "Talk", | |
"startPos": 300, | |
"endPos": 306 | |
} | |
] | |
}, | |
{ | |
"text": "rocks", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "where is located the georgia ballroom", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "where will the swag be located tomorrow?", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "when and where will i be able to see/download ignite presentations?", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "shuttle schedule from hyatt place atlanta airport north hotel to gwcc", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "i'm lost", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "what are we eating", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "what time do precons start?", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "lmao - should we remove this thing from the channel? it'", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "any news for tomorrow?", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "weather?", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "map", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "meal schedule", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "what time do precons start", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "white time do recons start", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "<quote author=\"live:gsmithtps\" authorname=\"gregory smith\" conversation=\"28:480fa603-a40b-43ba-b841-95e43aa252be\" guid=\"x53884354ed18661d1f38c993fb6ca18fc5bbc020365450c59dd8734f5290449a\" timestamp=\"1474774839\"><legacyquote>[11:40:39 pm] gregory smith: </legacyquote>when are shuttles from the westin?<legacyquote> <<< </legacyquote></quote>", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "at which location is meals served?", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "where should plus members meet for jeynite", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "i asked where is food, not when.", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "any good places to get a drink tonight?", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "do you love me ?", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "is there any hardware being sold at ignite?", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "what is the wireless access info", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "hands-on lab location", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "session types", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "evert session is full, where can i get a beer?", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "any news", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "where is intro to power shell", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "awesome", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "<quote author=\"28:480fa603-a40b-43ba-b841-95e43aa252be\" authorname=\"ignite bot\" conversation=\"28:480fa603-a40b-43ba-b841-95e43aa252be\" guid=\"x6804f2c7a9d664a697173cd932442b51e112071f8bc095e07971f6cfbdc946b9\" timestamp=\"1474823581\"><legacyquote>[13:13:01] ignite bot: </legacyquote>tell me more about brk3129<legacyquote> <<< </legacyquote></quote>", | |
"intent": "None", | |
"entities": [ | |
{ | |
"entity": "Talk", | |
"startPos": 300, | |
"endPos": 306 | |
} | |
] | |
}, | |
{ | |
"text": "hi! where can i get my attendee badge today", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "you suck", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "office 365", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "vsts", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "office365", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "o365", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "where can i breastfeed", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "what's up", | |
"intent": "Greeting", | |
"entities": [] | |
}, | |
{ | |
"text": "yo", | |
"intent": "Greeting", | |
"entities": [] | |
}, | |
{ | |
"text": "good evening", | |
"intent": "Greeting", | |
"entities": [] | |
}, | |
{ | |
"text": "good afternoon", | |
"intent": "Greeting", | |
"entities": [] | |
}, | |
{ | |
"text": "good morning", | |
"intent": "Greeting", | |
"entities": [] | |
}, | |
{ | |
"text": "hi", | |
"intent": "Greeting", | |
"entities": [] | |
}, | |
{ | |
"text": "g'day", | |
"intent": "Greeting", | |
"entities": [] | |
}, | |
{ | |
"text": "hello", | |
"intent": "Greeting", | |
"entities": [] | |
}, | |
{ | |
"text": "hello there", | |
"intent": "Greeting", | |
"entities": [] | |
}, | |
{ | |
"text": "hey", | |
"intent": "Greeting", | |
"entities": [] | |
}, | |
{ | |
"text": "hello good evening", | |
"intent": "Greeting", | |
"entities": [] | |
}, | |
{ | |
"text": "how is your day", | |
"intent": "Greeting", | |
"entities": [] | |
}, | |
{ | |
"text": "hola", | |
"intent": "Greeting", | |
"entities": [] | |
}, | |
{ | |
"text": "good day", | |
"intent": "Greeting", | |
"entities": [] | |
}, | |
{ | |
"text": "hi....", | |
"intent": "Greeting", | |
"entities": [] | |
}, | |
{ | |
"text": "good day!", | |
"intent": "Greeting", | |
"entities": [] | |
}, | |
{ | |
"text": "nice to meet you", | |
"intent": "Greeting", | |
"entities": [] | |
}, | |
{ | |
"text": "gday", | |
"intent": "Greeting", | |
"entities": [] | |
}, | |
{ | |
"text": "hello again", | |
"intent": "Greeting", | |
"entities": [] | |
}, | |
{ | |
"text": "how are you", | |
"intent": "HowAreYou", | |
"entities": [] | |
}, | |
{ | |
"text": "how are you?", | |
"intent": "HowAreYou", | |
"entities": [] | |
}, | |
{ | |
"text": "how are you today?", | |
"intent": "HowAreYou", | |
"entities": [] | |
}, | |
{ | |
"text": "are you ok", | |
"intent": "HowAreYou", | |
"entities": [] | |
}, | |
{ | |
"text": "are you ok?", | |
"intent": "HowAreYou", | |
"entities": [] | |
}, | |
{ | |
"text": "you doing good", | |
"intent": "HowAreYou", | |
"entities": [] | |
}, | |
{ | |
"text": "you doing good ?", | |
"intent": "HowAreYou", | |
"entities": [] | |
}, | |
{ | |
"text": "so how r u", | |
"intent": "HowAreYou", | |
"entities": [] | |
}, | |
{ | |
"text": "wassup", | |
"intent": "HowAreYou", | |
"entities": [] | |
}, | |
{ | |
"text": "how r u", | |
"intent": "HowAreYou", | |
"entities": [] | |
}, | |
{ | |
"text": "tell me about your day", | |
"intent": "HowAreYou", | |
"entities": [] | |
}, | |
{ | |
"text": "good bye", | |
"intent": "Goodbye", | |
"entities": [] | |
}, | |
{ | |
"text": "goodbye", | |
"intent": "Goodbye", | |
"entities": [] | |
}, | |
{ | |
"text": "bye", | |
"intent": "Goodbye", | |
"entities": [] | |
}, | |
{ | |
"text": "good night", | |
"intent": "Goodbye", | |
"entities": [] | |
}, | |
{ | |
"text": "hows wednesday looking?", | |
"intent": "Goodbye", | |
"entities": [] | |
}, | |
{ | |
"text": "see you later", | |
"intent": "Goodbye", | |
"entities": [] | |
}, | |
{ | |
"text": "good nigt", | |
"intent": "Goodbye", | |
"entities": [] | |
}, | |
{ | |
"text": "cya", | |
"intent": "Goodbye", | |
"entities": [] | |
}, | |
{ | |
"text": "done", | |
"intent": "Goodbye", | |
"entities": [] | |
}, | |
{ | |
"text": "what shall i do", | |
"intent": "SessionFinder", | |
"entities": [] | |
}, | |
{ | |
"text": "what sessions are on next week", | |
"intent": "SessionFinder", | |
"entities": [] | |
}, | |
{ | |
"text": "what shall i do today", | |
"intent": "SessionFinder", | |
"entities": [] | |
}, | |
{ | |
"text": "what's on today?", | |
"intent": "SessionFinder", | |
"entities": [] | |
}, | |
{ | |
"text": "what sessions are on today", | |
"intent": "SessionFinder", | |
"entities": [] | |
}, | |
{ | |
"text": "what's on today", | |
"intent": "SessionFinder", | |
"entities": [] | |
}, | |
{ | |
"text": "what's omn", | |
"intent": "SessionFinder", | |
"entities": [] | |
}, | |
{ | |
"text": "what's on tomorrow", | |
"intent": "SessionFinder", | |
"entities": [ | |
{ | |
"entity": "Talk", | |
"startPos": 10, | |
"endPos": 17 | |
} | |
] | |
}, | |
{ | |
"text": "today", | |
"intent": "SessionFinder", | |
"entities": [] | |
}, | |
{ | |
"text": "what sessions are on tuesday", | |
"intent": "SessionFinder", | |
"entities": [] | |
}, | |
{ | |
"text": "what's on", | |
"intent": "SessionFinder", | |
"entities": [] | |
}, | |
{ | |
"text": "what's coming up", | |
"intent": "SessionFinder", | |
"entities": [] | |
}, | |
{ | |
"text": "what's sessions are on wednesday", | |
"intent": "SessionFinder", | |
"entities": [] | |
}, | |
{ | |
"text": "what's on?", | |
"intent": "SessionFinder", | |
"entities": [] | |
}, | |
{ | |
"text": "what's next", | |
"intent": "SessionFinder", | |
"entities": [ | |
{ | |
"entity": "next", | |
"startPos": 7, | |
"endPos": 10 | |
} | |
] | |
}, | |
{ | |
"text": "tuesday", | |
"intent": "SessionFinder", | |
"entities": [] | |
}, | |
{ | |
"text": "what's sessions are on today", | |
"intent": "SessionFinder", | |
"entities": [] | |
}, | |
{ | |
"text": "find sessions on monday afternoon", | |
"intent": "SessionFinder", | |
"entities": [] | |
}, | |
{ | |
"text": "when is wad323", | |
"intent": "SessionFinder", | |
"entities": [ | |
{ | |
"entity": "Talk", | |
"startPos": 8, | |
"endPos": 13 | |
} | |
] | |
}, | |
{ | |
"text": "when is cdpct307", | |
"intent": "SessionFinder", | |
"entities": [ | |
{ | |
"entity": "Talk", | |
"startPos": 8, | |
"endPos": 15 | |
} | |
] | |
}, | |
{ | |
"text": "when is secct301", | |
"intent": "SessionFinder", | |
"entities": [ | |
{ | |
"entity": "Talk", | |
"startPos": 8, | |
"endPos": 15 | |
} | |
] | |
}, | |
{ | |
"text": "find when azr327 is", | |
"intent": "SessionFinder", | |
"entities": [ | |
{ | |
"entity": "Talk", | |
"startPos": 10, | |
"endPos": 15 | |
} | |
] | |
}, | |
{ | |
"text": "when is msm207", | |
"intent": "SessionFinder", | |
"entities": [ | |
{ | |
"entity": "Talk", | |
"startPos": 8, | |
"endPos": 13 | |
} | |
] | |
}, | |
{ | |
"text": "when is the cdp350 talk?", | |
"intent": "SessionFinder", | |
"entities": [] | |
}, | |
{ | |
"text": "when is azr220", | |
"intent": "SessionFinder", | |
"entities": [ | |
{ | |
"entity": "Talk", | |
"startPos": 8, | |
"endPos": 13 | |
} | |
] | |
}, | |
{ | |
"text": "when is wadct203 at?", | |
"intent": "SessionFinder", | |
"entities": [ | |
{ | |
"entity": "Talk", | |
"startPos": 8, | |
"endPos": 15 | |
} | |
] | |
}, | |
{ | |
"text": "search for sessions on artificial intelligence", | |
"intent": "SessionFinder", | |
"entities": [ | |
{ | |
"entity": "Talk", | |
"startPos": 23, | |
"endPos": 45 | |
} | |
] | |
}, | |
{ | |
"text": "what's on wednesday", | |
"intent": "SessionFinder", | |
"entities": [] | |
}, | |
{ | |
"text": "whats coming up next", | |
"intent": "SessionFinder", | |
"entities": [] | |
}, | |
{ | |
"text": "what's o wednesday", | |
"intent": "SessionFinder", | |
"entities": [] | |
}, | |
{ | |
"text": "whats on?", | |
"intent": "SessionFinder", | |
"entities": [] | |
}, | |
{ | |
"text": "whats on", | |
"intent": "SessionFinder", | |
"entities": [] | |
}, | |
{ | |
"text": "what's on wednesday?", | |
"intent": "SessionFinder", | |
"entities": [] | |
}, | |
{ | |
"text": "tell me about the sessions for wednesday", | |
"intent": "SessionFinder", | |
"entities": [] | |
}, | |
{ | |
"text": "show my sessions for wednesday", | |
"intent": "SessionFinder", | |
"entities": [] | |
}, | |
{ | |
"text": "what's happening on wednesday?", | |
"intent": "SessionFinder", | |
"entities": [] | |
}, | |
{ | |
"text": "what ' s happening on wednesday?", | |
"intent": "SessionFinder", | |
"entities": [] | |
}, | |
{ | |
"text": "what is on next", | |
"intent": "SessionFinder", | |
"entities": [ | |
{ | |
"entity": "next", | |
"startPos": 11, | |
"endPos": 14 | |
} | |
] | |
}, | |
{ | |
"text": "what's on next", | |
"intent": "SessionFinder", | |
"entities": [ | |
{ | |
"entity": "next", | |
"startPos": 10, | |
"endPos": 13 | |
} | |
] | |
}, | |
{ | |
"text": "whats on wednesday", | |
"intent": "SessionFinder", | |
"entities": [] | |
}, | |
{ | |
"text": "whats on next", | |
"intent": "SessionFinder", | |
"entities": [ | |
{ | |
"entity": "next", | |
"startPos": 9, | |
"endPos": 12 | |
} | |
] | |
}, | |
{ | |
"text": "anything to do with bi?", | |
"intent": "SessionFinder", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 20, | |
"endPos": 21 | |
} | |
] | |
}, | |
{ | |
"text": "what sessions are on tomorrow", | |
"intent": "SessionFinder", | |
"entities": [] | |
}, | |
{ | |
"text": "brk1035", | |
"intent": "SessionFinder", | |
"entities": [ | |
{ | |
"entity": "Talk", | |
"startPos": 0, | |
"endPos": 6 | |
} | |
] | |
}, | |
{ | |
"text": "what is on monday?", | |
"intent": "SessionFinder", | |
"entities": [] | |
}, | |
{ | |
"text": "find me the next talk on big data", | |
"intent": "SessionFinder", | |
"entities": [ | |
{ | |
"entity": "next", | |
"startPos": 12, | |
"endPos": 15 | |
}, | |
{ | |
"entity": "Tracks", | |
"startPos": 25, | |
"endPos": 32 | |
} | |
] | |
}, | |
{ | |
"text": "what sessions are next in the office 365 track", | |
"intent": "SessionFinder", | |
"entities": [ | |
{ | |
"entity": "next", | |
"startPos": 18, | |
"endPos": 21 | |
}, | |
{ | |
"entity": "Tracks", | |
"startPos": 30, | |
"endPos": 39 | |
} | |
] | |
}, | |
{ | |
"text": "find me a talk on tuesday morning on cortana", | |
"intent": "SessionFinder", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 37, | |
"endPos": 43 | |
} | |
] | |
}, | |
{ | |
"text": "what sessions are next about cortana?", | |
"intent": "SessionFinder", | |
"entities": [ | |
{ | |
"entity": "next", | |
"startPos": 18, | |
"endPos": 21 | |
}, | |
{ | |
"entity": "Tracks", | |
"startPos": 29, | |
"endPos": 35 | |
} | |
] | |
}, | |
{ | |
"text": "find me the next talk on office 365", | |
"intent": "SessionFinder", | |
"entities": [ | |
{ | |
"entity": "next", | |
"startPos": 12, | |
"endPos": 15 | |
}, | |
{ | |
"entity": "Tracks", | |
"startPos": 25, | |
"endPos": 34 | |
} | |
] | |
}, | |
{ | |
"text": "what sessions are on next in the office 365 track", | |
"intent": "SessionFinder", | |
"entities": [ | |
{ | |
"entity": "next", | |
"startPos": 21, | |
"endPos": 24 | |
} | |
] | |
}, | |
{ | |
"text": "what sessions are on wednesday in the office 365 track", | |
"intent": "SessionFinder", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 38, | |
"endPos": 47 | |
} | |
] | |
}, | |
{ | |
"text": "what sessions are on tomorrow in the office 365 track", | |
"intent": "SessionFinder", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 37, | |
"endPos": 46 | |
} | |
] | |
}, | |
{ | |
"text": "what cortana talks are going on tomorrow morning", | |
"intent": "SessionFinder", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 5, | |
"endPos": 11 | |
} | |
] | |
}, | |
{ | |
"text": "what sessions are on wednesday about office 365", | |
"intent": "SessionFinder", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 37, | |
"endPos": 46 | |
} | |
] | |
}, | |
{ | |
"text": "what data platform are there friday afternoon", | |
"intent": "SessionFinder", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 5, | |
"endPos": 17 | |
} | |
] | |
}, | |
{ | |
"text": "when is the next session featuring development tools & technologies", | |
"intent": "SessionFinder", | |
"entities": [ | |
{ | |
"entity": "next", | |
"startPos": 12, | |
"endPos": 15 | |
}, | |
{ | |
"entity": "Tracks", | |
"startPos": 35, | |
"endPos": 66 | |
} | |
] | |
}, | |
{ | |
"text": "whats the next session in the office 365 track", | |
"intent": "SessionFinder", | |
"entities": [ | |
{ | |
"entity": "next", | |
"startPos": 10, | |
"endPos": 13 | |
}, | |
{ | |
"entity": "Tracks", | |
"startPos": 30, | |
"endPos": 39 | |
} | |
] | |
}, | |
{ | |
"text": "whats the next session in the business analytics track", | |
"intent": "SessionFinder", | |
"entities": [ | |
{ | |
"entity": "next", | |
"startPos": 10, | |
"endPos": 13 | |
}, | |
{ | |
"entity": "Tracks", | |
"startPos": 30, | |
"endPos": 47 | |
} | |
] | |
}, | |
{ | |
"text": "find me the next talk about office", | |
"intent": "SessionFinder", | |
"entities": [ | |
{ | |
"entity": "next", | |
"startPos": 12, | |
"endPos": 15 | |
}, | |
{ | |
"entity": "Tracks", | |
"startPos": 28, | |
"endPos": 33 | |
} | |
] | |
}, | |
{ | |
"text": "what big data talks are there tomorrow morning", | |
"intent": "SessionFinder", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 5, | |
"endPos": 12 | |
} | |
] | |
}, | |
{ | |
"text": "what sessions are on next about cortana", | |
"intent": "SessionFinder", | |
"entities": [ | |
{ | |
"entity": "next", | |
"startPos": 21, | |
"endPos": 24 | |
} | |
] | |
}, | |
{ | |
"text": "what cortana sessions are going on tomorrow morning", | |
"intent": "SessionFinder", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 5, | |
"endPos": 11 | |
} | |
] | |
}, | |
{ | |
"text": "what's on 26th september", | |
"intent": "SessionFinder", | |
"entities": [] | |
}, | |
{ | |
"text": "what's on 9/26/2016", | |
"intent": "SessionFinder", | |
"entities": [] | |
}, | |
{ | |
"text": "what's on 09/26/2016", | |
"intent": "SessionFinder", | |
"entities": [] | |
}, | |
{ | |
"text": "what on 26/9/2016", | |
"intent": "SessionFinder", | |
"entities": [] | |
}, | |
{ | |
"text": "what's on the 26th september 2016", | |
"intent": "SessionFinder", | |
"entities": [] | |
}, | |
{ | |
"text": "what's on 26/9/2016", | |
"intent": "SessionFinder", | |
"entities": [] | |
}, | |
{ | |
"text": "wwhat's on", | |
"intent": "SessionFinder", | |
"entities": [] | |
}, | |
{ | |
"text": "what talks about cloud productivity are going on tomorrow morning", | |
"intent": "SessionFinder", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 17, | |
"endPos": 34 | |
} | |
] | |
}, | |
{ | |
"text": "what the sessions are the monday", | |
"intent": "SessionFinder", | |
"entities": [] | |
}, | |
{ | |
"text": "what talks about windows and devices are there tomorrow", | |
"intent": "SessionFinder", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 17, | |
"endPos": 35 | |
} | |
] | |
}, | |
{ | |
"text": "show me sessions about big data friday morning", | |
"intent": "SessionFinder", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 23, | |
"endPos": 30 | |
} | |
] | |
}, | |
{ | |
"text": "what azure search talks are there tomorrow", | |
"intent": "SessionFinder", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 5, | |
"endPos": 16 | |
} | |
] | |
}, | |
{ | |
"text": "what windows sessions are on the afternoon of 09/28/2016", | |
"intent": "SessionFinder", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 5, | |
"endPos": 11 | |
} | |
] | |
}, | |
{ | |
"text": "tomorrow morning are there any azure search talks", | |
"intent": "SessionFinder", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 31, | |
"endPos": 42 | |
} | |
] | |
}, | |
{ | |
"text": "what's on 9/28/2016", | |
"intent": "SessionFinder", | |
"entities": [] | |
}, | |
{ | |
"text": "what's on?", | |
"intent": "SessionFinder", | |
"entities": [] | |
}, | |
{ | |
"text": "what's onn", | |
"intent": "SessionFinder", | |
"entities": [] | |
}, | |
{ | |
"text": "what's on 26th september 2016", | |
"intent": "SessionFinder", | |
"entities": [] | |
}, | |
{ | |
"text": "what's o", | |
"intent": "SessionFinder", | |
"entities": [] | |
}, | |
{ | |
"text": "what is in", | |
"intent": "SessionFinder", | |
"entities": [] | |
}, | |
{ | |
"text": "whats on friday afternoon", | |
"intent": "SessionFinder", | |
"entities": [ | |
{ | |
"entity": "DayOfTheWeek", | |
"startPos": 9, | |
"endPos": 14 | |
} | |
] | |
}, | |
{ | |
"text": "what is going on", | |
"intent": "SessionFinder", | |
"entities": [] | |
}, | |
{ | |
"text": "what perentaions are happening tuesday afternoon", | |
"intent": "SessionFinder", | |
"entities": [ | |
{ | |
"entity": "DayOfTheWeek", | |
"startPos": 31, | |
"endPos": 37 | |
} | |
] | |
}, | |
{ | |
"text": "monday afternoon", | |
"intent": "SessionFinder", | |
"entities": [ | |
{ | |
"entity": "DayOfTheWeek", | |
"startPos": 0, | |
"endPos": 5 | |
} | |
] | |
}, | |
{ | |
"text": "talks on wednesday morning", | |
"intent": "SessionFinder", | |
"entities": [ | |
{ | |
"entity": "DayOfTheWeek", | |
"startPos": 9, | |
"endPos": 17 | |
} | |
] | |
}, | |
{ | |
"text": "cortana talks tuesday morning", | |
"intent": "SessionFinder", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 0, | |
"endPos": 6 | |
}, | |
{ | |
"entity": "DayOfTheWeek", | |
"startPos": 14, | |
"endPos": 20 | |
} | |
] | |
}, | |
{ | |
"text": "what talks are going on thursday morning", | |
"intent": "SessionFinder", | |
"entities": [ | |
{ | |
"entity": "DayOfTheWeek", | |
"startPos": 24, | |
"endPos": 31 | |
} | |
] | |
}, | |
{ | |
"text": "what big data talk are there thursday afternoon", | |
"intent": "SessionFinder", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 5, | |
"endPos": 12 | |
}, | |
{ | |
"entity": "DayOfTheWeek", | |
"startPos": 29, | |
"endPos": 36 | |
} | |
] | |
}, | |
{ | |
"text": "what talks about cortana are happening tuesday morning", | |
"intent": "SessionFinder", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 17, | |
"endPos": 23 | |
}, | |
{ | |
"entity": "DayOfTheWeek", | |
"startPos": 39, | |
"endPos": 45 | |
} | |
] | |
}, | |
{ | |
"text": "what talks on big data are happening tuesday morning", | |
"intent": "SessionFinder", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 14, | |
"endPos": 21 | |
}, | |
{ | |
"entity": "DayOfTheWeek", | |
"startPos": 37, | |
"endPos": 43 | |
} | |
] | |
}, | |
{ | |
"text": "whats on tuesday afternoon", | |
"intent": "SessionFinder", | |
"entities": [ | |
{ | |
"entity": "DayOfTheWeek", | |
"startPos": 9, | |
"endPos": 15 | |
} | |
] | |
}, | |
{ | |
"text": "what presentations are happening monday morning", | |
"intent": "SessionFinder", | |
"entities": [ | |
{ | |
"entity": "DayOfTheWeek", | |
"startPos": 33, | |
"endPos": 38 | |
} | |
] | |
}, | |
{ | |
"text": "what talks are there monday morning", | |
"intent": "SessionFinder", | |
"entities": [ | |
{ | |
"entity": "DayOfTheWeek", | |
"startPos": 21, | |
"endPos": 26 | |
} | |
] | |
}, | |
{ | |
"text": "session finder", | |
"intent": "SessionFinder", | |
"entities": [] | |
}, | |
{ | |
"text": "find tracks in windows", | |
"intent": "SessionFinder", | |
"entities": [] | |
}, | |
{ | |
"text": "what sessions in the productivity track are on wednesday morning", | |
"intent": "SessionFinder", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 21, | |
"endPos": 32 | |
} | |
] | |
}, | |
{ | |
"text": "what windows sessions are on monday afternoon", | |
"intent": "SessionFinder", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 5, | |
"endPos": 11 | |
}, | |
{ | |
"entity": "DayOfTheWeek", | |
"startPos": 29, | |
"endPos": 34 | |
} | |
] | |
}, | |
{ | |
"text": "what windows sessions are on next monday afternoon", | |
"intent": "SessionFinder", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 5, | |
"endPos": 11 | |
}, | |
{ | |
"entity": "DayOfTheWeek", | |
"startPos": 34, | |
"endPos": 39 | |
} | |
] | |
}, | |
{ | |
"text": "what sessions are monday", | |
"intent": "SessionFinder", | |
"entities": [] | |
}, | |
{ | |
"text": "what sessions are on", | |
"intent": "SessionFinder", | |
"entities": [] | |
}, | |
{ | |
"text": "sessions for monday", | |
"intent": "SessionFinder", | |
"entities": [] | |
}, | |
{ | |
"text": "what are the sessions", | |
"intent": "SessionFinder", | |
"entities": [] | |
}, | |
{ | |
"text": "sessions for 09/26/2016", | |
"intent": "SessionFinder", | |
"entities": [] | |
}, | |
{ | |
"text": "find sessions thursday afternoon", | |
"intent": "SessionFinder", | |
"entities": [ | |
{ | |
"entity": "DayOfTheWeek", | |
"startPos": 14, | |
"endPos": 21 | |
} | |
] | |
}, | |
{ | |
"text": "what sessions in the security track are on wednesday morning", | |
"intent": "SessionFinder", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 21, | |
"endPos": 28 | |
} | |
] | |
}, | |
{ | |
"text": "what o365 talks are on tuesday", | |
"intent": "SessionFinder", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 5, | |
"endPos": 8 | |
}, | |
{ | |
"entity": "DayOfTheWeek", | |
"startPos": 23, | |
"endPos": 29 | |
} | |
] | |
}, | |
{ | |
"text": "o365 talks on friday", | |
"intent": "SessionFinder", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 0, | |
"endPos": 3 | |
} | |
] | |
}, | |
{ | |
"text": "what is the next session in the office 365 track", | |
"intent": "SessionFinder", | |
"entities": [ | |
{ | |
"entity": "next", | |
"startPos": 12, | |
"endPos": 15 | |
}, | |
{ | |
"entity": "Tracks", | |
"startPos": 32, | |
"endPos": 41 | |
} | |
] | |
}, | |
{ | |
"text": "what on tuesday morning", | |
"intent": "SessionFinder", | |
"entities": [ | |
{ | |
"entity": "DayOfTheWeek", | |
"startPos": 8, | |
"endPos": 14 | |
} | |
] | |
}, | |
{ | |
"text": "sessionfinder", | |
"intent": "SessionFinder", | |
"entities": [] | |
}, | |
{ | |
"text": "what sessions are on 9/26/2016#", | |
"intent": "SessionFinder", | |
"entities": [] | |
}, | |
{ | |
"text": "find communication tracks on tuesday", | |
"intent": "SessionFinder", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 5, | |
"endPos": 17 | |
}, | |
{ | |
"entity": "DayOfTheWeek", | |
"startPos": 29, | |
"endPos": 35 | |
} | |
] | |
}, | |
{ | |
"text": "what session tomorrow", | |
"intent": "SessionFinder", | |
"entities": [] | |
}, | |
{ | |
"text": "what is on tomorrow morning", | |
"intent": "SessionFinder", | |
"entities": [] | |
}, | |
{ | |
"text": "what do i have on wednesday", | |
"intent": "SessionFinder", | |
"entities": [] | |
}, | |
{ | |
"text": "so who presents next?", | |
"intent": "SessionFinder", | |
"entities": [] | |
}, | |
{ | |
"text": "what room", | |
"intent": "MyScheduleLocation", | |
"entities": [] | |
}, | |
{ | |
"text": "where next", | |
"intent": "MyScheduleLocation", | |
"entities": [] | |
}, | |
{ | |
"text": "what room am i in?", | |
"intent": "MyScheduleLocation", | |
"entities": [] | |
}, | |
{ | |
"text": "where am i going next", | |
"intent": "MyScheduleLocation", | |
"entities": [] | |
}, | |
{ | |
"text": "where am i going?", | |
"intent": "MyScheduleLocation", | |
"entities": [] | |
}, | |
{ | |
"text": "where is my next session?", | |
"intent": "MyScheduleLocation", | |
"entities": [] | |
}, | |
{ | |
"text": "where am i next?", | |
"intent": "MyScheduleLocation", | |
"entities": [] | |
}, | |
{ | |
"text": "where is my next session", | |
"intent": "MyScheduleLocation", | |
"entities": [] | |
}, | |
{ | |
"text": "where next?", | |
"intent": "MyScheduleLocation", | |
"entities": [] | |
}, | |
{ | |
"text": "where am i going next?", | |
"intent": "MyScheduleLocation", | |
"entities": [] | |
}, | |
{ | |
"text": "what room?", | |
"intent": "MyScheduleLocation", | |
"entities": [] | |
}, | |
{ | |
"text": "where am i going", | |
"intent": "MyScheduleLocation", | |
"entities": [] | |
}, | |
{ | |
"text": "what's in my schedule?", | |
"intent": "MyScheduleLocation", | |
"entities": [] | |
}, | |
{ | |
"text": "what is my next session?", | |
"intent": "MyScheduleLocation", | |
"entities": [] | |
}, | |
{ | |
"text": "what's my next session?", | |
"intent": "MyScheduleLocation", | |
"entities": [] | |
}, | |
{ | |
"text": "where is my next talk", | |
"intent": "MyScheduleLocation", | |
"entities": [] | |
}, | |
{ | |
"text": "where is my next session ?", | |
"intent": "MyScheduleLocation", | |
"entities": [] | |
}, | |
{ | |
"text": "what is my next session", | |
"intent": "MyScheduleLocation", | |
"entities": [] | |
}, | |
{ | |
"text": "when is my next session", | |
"intent": "MyScheduleTime", | |
"entities": [] | |
}, | |
{ | |
"text": "what time?", | |
"intent": "MyScheduleTime", | |
"entities": [] | |
}, | |
{ | |
"text": "what time", | |
"intent": "MyScheduleTime", | |
"entities": [] | |
}, | |
{ | |
"text": "what time is my next session", | |
"intent": "MyScheduleTime", | |
"entities": [] | |
}, | |
{ | |
"text": "when is my next session?", | |
"intent": "MyScheduleTime", | |
"entities": [] | |
}, | |
{ | |
"text": "what time is my next session?", | |
"intent": "MyScheduleTime", | |
"entities": [] | |
}, | |
{ | |
"text": "when is my next meeting", | |
"intent": "MyScheduleTime", | |
"entities": [] | |
}, | |
{ | |
"text": "where is my next meeting", | |
"intent": "MyScheduleTime", | |
"entities": [] | |
}, | |
{ | |
"text": "what have i got next", | |
"intent": "MyScheduleTime", | |
"entities": [] | |
}, | |
{ | |
"text": "when is my session?", | |
"intent": "MyScheduleTime", | |
"entities": [] | |
}, | |
{ | |
"text": "when is my next session ?", | |
"intent": "MyScheduleTime", | |
"entities": [] | |
}, | |
{ | |
"text": "what talks do i have today", | |
"intent": "SessionsForDay", | |
"entities": [] | |
}, | |
{ | |
"text": "what talks do i have today?", | |
"intent": "SessionsForDay", | |
"entities": [] | |
}, | |
{ | |
"text": "what breakouts do i have today", | |
"intent": "SessionsForDay", | |
"entities": [] | |
}, | |
{ | |
"text": "what classes do i have today?", | |
"intent": "SessionsForDay", | |
"entities": [] | |
}, | |
{ | |
"text": "what session do i have today?", | |
"intent": "SessionsForDay", | |
"entities": [] | |
}, | |
{ | |
"text": "what session do i have today", | |
"intent": "SessionsForDay", | |
"entities": [] | |
}, | |
{ | |
"text": "what sessions do i have today?", | |
"intent": "SessionsForDay", | |
"entities": [] | |
}, | |
{ | |
"text": "what breakouts do i have today?", | |
"intent": "SessionsForDay", | |
"entities": [] | |
}, | |
{ | |
"text": "what classes do i have today", | |
"intent": "SessionsForDay", | |
"entities": [] | |
}, | |
{ | |
"text": "what sessions do i have today", | |
"intent": "SessionsForDay", | |
"entities": [] | |
}, | |
{ | |
"text": "random session", | |
"intent": "HitMe", | |
"entities": [] | |
}, | |
{ | |
"text": "pick me a random session", | |
"intent": "HitMe", | |
"entities": [] | |
}, | |
{ | |
"text": "pick me a session", | |
"intent": "HitMe", | |
"entities": [] | |
}, | |
{ | |
"text": "hit me", | |
"intent": "HitMe", | |
"entities": [] | |
}, | |
{ | |
"text": "i'm bored", | |
"intent": "HitMe", | |
"entities": [] | |
}, | |
{ | |
"text": "get me out of here", | |
"intent": "HitMe", | |
"entities": [] | |
}, | |
{ | |
"text": "propose a session", | |
"intent": "HitMe", | |
"entities": [] | |
}, | |
{ | |
"text": "find session", | |
"intent": "HitMe", | |
"entities": [] | |
}, | |
{ | |
"text": "find a session on cognitive services", | |
"intent": "HitMe", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 18, | |
"endPos": 26 | |
}, | |
{ | |
"entity": "Tracks", | |
"startPos": 28, | |
"endPos": 35 | |
} | |
] | |
}, | |
{ | |
"text": "find me a random session", | |
"intent": "HitMe", | |
"entities": [] | |
}, | |
{ | |
"text": "hit", | |
"intent": "HitMe", | |
"entities": [] | |
}, | |
{ | |
"text": "pick a session for me", | |
"intent": "HitMe", | |
"entities": [] | |
}, | |
{ | |
"text": "add arc201 to my schedule", | |
"intent": "AddToSchedule", | |
"entities": [ | |
{ | |
"entity": "Talk", | |
"startPos": 4, | |
"endPos": 9 | |
} | |
] | |
}, | |
{ | |
"text": "add arc201 to my list", | |
"intent": "AddToSchedule", | |
"entities": [ | |
{ | |
"entity": "Talk", | |
"startPos": 4, | |
"endPos": 9 | |
} | |
] | |
}, | |
{ | |
"text": "add wsct201 to my schedule", | |
"intent": "AddToSchedule", | |
"entities": [ | |
{ | |
"entity": "Talk", | |
"startPos": 4, | |
"endPos": 10 | |
} | |
] | |
}, | |
{ | |
"text": "add mod201 to my schedule", | |
"intent": "AddToSchedule", | |
"entities": [ | |
{ | |
"entity": "Talk", | |
"startPos": 4, | |
"endPos": 9 | |
} | |
] | |
}, | |
{ | |
"text": "add wsct203 to my schedule", | |
"intent": "AddToSchedule", | |
"entities": [ | |
{ | |
"entity": "Talk", | |
"startPos": 4, | |
"endPos": 10 | |
} | |
] | |
}, | |
{ | |
"text": "add arc201 to my calendar", | |
"intent": "AddToSchedule", | |
"entities": [ | |
{ | |
"entity": "Talk", | |
"startPos": 4, | |
"endPos": 9 | |
} | |
] | |
}, | |
{ | |
"text": "add arc201 to my schedule builder", | |
"intent": "AddToSchedule", | |
"entities": [ | |
{ | |
"entity": "Talk", | |
"startPos": 4, | |
"endPos": 9 | |
} | |
] | |
}, | |
{ | |
"text": "add dev201 to my schedule", | |
"intent": "AddToSchedule", | |
"entities": [ | |
{ | |
"entity": "Talk", | |
"startPos": 4, | |
"endPos": 9 | |
} | |
] | |
}, | |
{ | |
"text": "add arc201", | |
"intent": "AddToSchedule", | |
"entities": [ | |
{ | |
"entity": "Talk", | |
"startPos": 4, | |
"endPos": 9 | |
} | |
] | |
}, | |
{ | |
"text": "add arc202 to my schedule", | |
"intent": "AddToSchedule", | |
"entities": [ | |
{ | |
"entity": "Talk", | |
"startPos": 4, | |
"endPos": 9 | |
} | |
] | |
}, | |
{ | |
"text": "put arc201", | |
"intent": "AddToSchedule", | |
"entities": [ | |
{ | |
"entity": "Talk", | |
"startPos": 4, | |
"endPos": 9 | |
} | |
] | |
}, | |
{ | |
"text": "add arc204", | |
"intent": "AddToSchedule", | |
"entities": [ | |
{ | |
"entity": "Talk", | |
"startPos": 4, | |
"endPos": 9 | |
} | |
] | |
}, | |
{ | |
"text": "add talk", | |
"intent": "AddToSchedule", | |
"entities": [] | |
}, | |
{ | |
"text": "add arc203 to my schedule", | |
"intent": "AddToSchedule", | |
"entities": [ | |
{ | |
"entity": "Talk", | |
"startPos": 4, | |
"endPos": 9 | |
} | |
] | |
}, | |
{ | |
"text": "add act203 to my schedule", | |
"intent": "AddToSchedule", | |
"entities": [ | |
{ | |
"entity": "Talk", | |
"startPos": 4, | |
"endPos": 9 | |
} | |
] | |
}, | |
{ | |
"text": "add a talk", | |
"intent": "AddToSchedule", | |
"entities": [] | |
}, | |
{ | |
"text": "add cdp305 to my schedule", | |
"intent": "AddToSchedule", | |
"entities": [ | |
{ | |
"entity": "Talk", | |
"startPos": 4, | |
"endPos": 9 | |
} | |
] | |
}, | |
{ | |
"text": "add gs03", | |
"intent": "AddToSchedule", | |
"entities": [ | |
{ | |
"entity": "Talk", | |
"startPos": 4, | |
"endPos": 7 | |
} | |
] | |
}, | |
{ | |
"text": "add thr2147 to my schedule", | |
"intent": "AddToSchedule", | |
"entities": [ | |
{ | |
"entity": "Talk", | |
"startPos": 4, | |
"endPos": 10 | |
} | |
] | |
}, | |
{ | |
"text": "add brk4001 to my schedule", | |
"intent": "AddToSchedule", | |
"entities": [ | |
{ | |
"entity": "Talk", | |
"startPos": 4, | |
"endPos": 10 | |
} | |
] | |
}, | |
{ | |
"text": "add thr2158 to my schedule", | |
"intent": "AddToSchedule", | |
"entities": [ | |
{ | |
"entity": "Talk", | |
"startPos": 4, | |
"endPos": 10 | |
} | |
] | |
}, | |
{ | |
"text": "add brk3213 to my schedule", | |
"intent": "AddToSchedule", | |
"entities": [ | |
{ | |
"entity": "Talk", | |
"startPos": 4, | |
"endPos": 10 | |
} | |
] | |
}, | |
{ | |
"text": "add gather intelligence in dynamics crm with power bi and cortana intelligence to my schedule", | |
"intent": "AddToSchedule", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 58, | |
"endPos": 64 | |
} | |
] | |
}, | |
{ | |
"text": "add arc454", | |
"intent": "AddToSchedule", | |
"entities": [ | |
{ | |
"entity": "Talk", | |
"startPos": 4, | |
"endPos": 9 | |
} | |
] | |
}, | |
{ | |
"text": "+ arc343", | |
"intent": "AddToSchedule", | |
"entities": [ | |
{ | |
"entity": "Talk", | |
"startPos": 2, | |
"endPos": 7 | |
} | |
] | |
}, | |
{ | |
"text": "add net312", | |
"intent": "AddToSchedule", | |
"entities": [ | |
{ | |
"entity": "Talk", | |
"startPos": 4, | |
"endPos": 9 | |
} | |
] | |
}, | |
{ | |
"text": "add arc343", | |
"intent": "AddToSchedule", | |
"entities": [ | |
{ | |
"entity": "Talk", | |
"startPos": 4, | |
"endPos": 9 | |
} | |
] | |
}, | |
{ | |
"text": "what can you do?", | |
"intent": "Help", | |
"entities": [] | |
}, | |
{ | |
"text": "help", | |
"intent": "Help", | |
"entities": [] | |
}, | |
{ | |
"text": "what can you do", | |
"intent": "Help", | |
"entities": [] | |
}, | |
{ | |
"text": "commands", | |
"intent": "Help", | |
"entities": [] | |
}, | |
{ | |
"text": "?", | |
"intent": "Help", | |
"entities": [] | |
}, | |
{ | |
"text": "help?", | |
"intent": "Help", | |
"entities": [] | |
}, | |
{ | |
"text": "blah blah blah", | |
"intent": "Help", | |
"entities": [] | |
}, | |
{ | |
"text": "blah", | |
"intent": "Help", | |
"entities": [] | |
}, | |
{ | |
"text": "how can you help me?", | |
"intent": "Help", | |
"entities": [] | |
}, | |
{ | |
"text": "authentication isn't working", | |
"intent": "Help", | |
"entities": [] | |
}, | |
{ | |
"text": "what can u do", | |
"intent": "Help", | |
"entities": [] | |
}, | |
{ | |
"text": "what do you do?", | |
"intent": "Help", | |
"entities": [] | |
}, | |
{ | |
"text": "what can i ask?", | |
"intent": "Help", | |
"entities": [] | |
}, | |
{ | |
"text": "delete arc201 from my schedule", | |
"intent": "RemoveFromSchedule", | |
"entities": [ | |
{ | |
"entity": "Talk", | |
"startPos": 7, | |
"endPos": 12 | |
} | |
] | |
}, | |
{ | |
"text": "remove wsc201 from my calendar", | |
"intent": "RemoveFromSchedule", | |
"entities": [ | |
{ | |
"entity": "Talk", | |
"startPos": 7, | |
"endPos": 12 | |
} | |
] | |
}, | |
{ | |
"text": "remove arc201 from my schedule", | |
"intent": "RemoveFromSchedule", | |
"entities": [ | |
{ | |
"entity": "Talk", | |
"startPos": 7, | |
"endPos": 12 | |
} | |
] | |
}, | |
{ | |
"text": "remove arc201 from my list", | |
"intent": "RemoveFromSchedule", | |
"entities": [ | |
{ | |
"entity": "Talk", | |
"startPos": 7, | |
"endPos": 12 | |
} | |
] | |
}, | |
{ | |
"text": "delete arc201", | |
"intent": "RemoveFromSchedule", | |
"entities": [ | |
{ | |
"entity": "Talk", | |
"startPos": 7, | |
"endPos": 12 | |
} | |
] | |
}, | |
{ | |
"text": "remove dev305", | |
"intent": "RemoveFromSchedule", | |
"entities": [ | |
{ | |
"entity": "Talk", | |
"startPos": 7, | |
"endPos": 12 | |
} | |
] | |
}, | |
{ | |
"text": "remove arc202", | |
"intent": "RemoveFromSchedule", | |
"entities": [ | |
{ | |
"entity": "Talk", | |
"startPos": 7, | |
"endPos": 12 | |
} | |
] | |
}, | |
{ | |
"text": "take off sdf234", | |
"intent": "RemoveFromSchedule", | |
"entities": [ | |
{ | |
"entity": "Talk", | |
"startPos": 9, | |
"endPos": 14 | |
} | |
] | |
}, | |
{ | |
"text": "remove act203 from my schedule", | |
"intent": "RemoveFromSchedule", | |
"entities": [ | |
{ | |
"entity": "Talk", | |
"startPos": 7, | |
"endPos": 12 | |
} | |
] | |
}, | |
{ | |
"text": "delete ach456 from my calendar", | |
"intent": "RemoveFromSchedule", | |
"entities": [ | |
{ | |
"entity": "Talk", | |
"startPos": 7, | |
"endPos": 12 | |
} | |
] | |
}, | |
{ | |
"text": "take off act345 from my schedule", | |
"intent": "RemoveFromSchedule", | |
"entities": [ | |
{ | |
"entity": "Talk", | |
"startPos": 9, | |
"endPos": 14 | |
} | |
] | |
}, | |
{ | |
"text": "take off ety327 from my schedule", | |
"intent": "RemoveFromSchedule", | |
"entities": [ | |
{ | |
"entity": "Talk", | |
"startPos": 9, | |
"endPos": 14 | |
} | |
] | |
}, | |
{ | |
"text": "remove shd894 from my schedule", | |
"intent": "RemoveFromSchedule", | |
"entities": [ | |
{ | |
"entity": "Talk", | |
"startPos": 7, | |
"endPos": 12 | |
} | |
] | |
}, | |
{ | |
"text": "take off act234 from my schedule", | |
"intent": "RemoveFromSchedule", | |
"entities": [ | |
{ | |
"entity": "Talk", | |
"startPos": 9, | |
"endPos": 14 | |
} | |
] | |
}, | |
{ | |
"text": "remove arc203", | |
"intent": "RemoveFromSchedule", | |
"entities": [ | |
{ | |
"entity": "Talk", | |
"startPos": 7, | |
"endPos": 12 | |
} | |
] | |
}, | |
{ | |
"text": "remove act576 from my calendar", | |
"intent": "RemoveFromSchedule", | |
"entities": [ | |
{ | |
"entity": "Talk", | |
"startPos": 7, | |
"endPos": 12 | |
} | |
] | |
}, | |
{ | |
"text": "unregister from arc343", | |
"intent": "RemoveFromSchedule", | |
"entities": [ | |
{ | |
"entity": "Talk", | |
"startPos": 16, | |
"endPos": 21 | |
} | |
] | |
}, | |
{ | |
"text": "unregister arc343", | |
"intent": "RemoveFromSchedule", | |
"entities": [ | |
{ | |
"entity": "Talk", | |
"startPos": 11, | |
"endPos": 16 | |
} | |
] | |
}, | |
{ | |
"text": "remove arc343", | |
"intent": "RemoveFromSchedule", | |
"entities": [ | |
{ | |
"entity": "Talk", | |
"startPos": 7, | |
"endPos": 12 | |
} | |
] | |
}, | |
{ | |
"text": "delete arc343", | |
"intent": "RemoveFromSchedule", | |
"entities": [ | |
{ | |
"entity": "Talk", | |
"startPos": 7, | |
"endPos": 12 | |
} | |
] | |
}, | |
{ | |
"text": "-arc343", | |
"intent": "RemoveFromSchedule", | |
"entities": [ | |
{ | |
"entity": "Talk", | |
"startPos": 1, | |
"endPos": 6 | |
} | |
] | |
}, | |
{ | |
"text": "authenticate", | |
"intent": "Signin", | |
"entities": [] | |
}, | |
{ | |
"text": "logon", | |
"intent": "Signin", | |
"entities": [] | |
}, | |
{ | |
"text": "sign in", | |
"intent": "Signin", | |
"entities": [] | |
}, | |
{ | |
"text": "auth", | |
"intent": "Signin", | |
"entities": [] | |
}, | |
{ | |
"text": "signin", | |
"intent": "Signin", | |
"entities": [] | |
}, | |
{ | |
"text": "login", | |
"intent": "Signin", | |
"entities": [] | |
}, | |
{ | |
"text": "sign me in", | |
"intent": "Signin", | |
"entities": [] | |
}, | |
{ | |
"text": "forget me", | |
"intent": "SignOut", | |
"entities": [] | |
}, | |
{ | |
"text": "signoff", | |
"intent": "SignOut", | |
"entities": [] | |
}, | |
{ | |
"text": "logoff", | |
"intent": "SignOut", | |
"entities": [] | |
}, | |
{ | |
"text": "reset", | |
"intent": "SignOut", | |
"entities": [] | |
}, | |
{ | |
"text": "signout", | |
"intent": "SignOut", | |
"entities": [] | |
}, | |
{ | |
"text": "logout", | |
"intent": "SignOut", | |
"entities": [] | |
}, | |
{ | |
"text": "sign out", | |
"intent": "SignOut", | |
"entities": [] | |
}, | |
{ | |
"text": "forget", | |
"intent": "SignOut", | |
"entities": [] | |
}, | |
{ | |
"text": "sign off", | |
"intent": "SignOut", | |
"entities": [] | |
}, | |
{ | |
"text": "im out", | |
"intent": "SignOut", | |
"entities": [] | |
}, | |
{ | |
"text": "signing off", | |
"intent": "SignOut", | |
"entities": [] | |
}, | |
{ | |
"text": "sign me out", | |
"intent": "SignOut", | |
"entities": [] | |
}, | |
{ | |
"text": "what's in my schedule", | |
"intent": "MySchedule", | |
"entities": [] | |
}, | |
{ | |
"text": "show my sessions", | |
"intent": "MySchedule", | |
"entities": [] | |
}, | |
{ | |
"text": "schedule", | |
"intent": "MySchedule", | |
"entities": [] | |
}, | |
{ | |
"text": "show", | |
"intent": "MySchedule", | |
"entities": [] | |
}, | |
{ | |
"text": "get my schedule", | |
"intent": "MySchedule", | |
"entities": [] | |
}, | |
{ | |
"text": "show schedule", | |
"intent": "MySchedule", | |
"entities": [] | |
}, | |
{ | |
"text": "show my schedule", | |
"intent": "MySchedule", | |
"entities": [] | |
}, | |
{ | |
"text": "what is in my schedule", | |
"intent": "MySchedule", | |
"entities": [] | |
}, | |
{ | |
"text": "whats in my schedule", | |
"intent": "MySchedule", | |
"entities": [] | |
}, | |
{ | |
"text": "what sessions am i scheduled to attend", | |
"intent": "MySchedule", | |
"entities": [] | |
}, | |
{ | |
"text": "what is my schedule on wednesday", | |
"intent": "MySchedule", | |
"entities": [] | |
}, | |
{ | |
"text": "what's my schedule", | |
"intent": "MySchedule", | |
"entities": [] | |
}, | |
{ | |
"text": "what is my schedule on tuesday", | |
"intent": "MySchedule", | |
"entities": [] | |
}, | |
{ | |
"text": "what is my schedule on july 27th", | |
"intent": "MySchedule", | |
"entities": [] | |
}, | |
{ | |
"text": "whats my schedule on tuseday", | |
"intent": "MySchedule", | |
"entities": [] | |
}, | |
{ | |
"text": "whats my schedule tomorrow", | |
"intent": "MySchedule", | |
"entities": [] | |
}, | |
{ | |
"text": "can you show me my agenda for tuesday", | |
"intent": "MySchedule", | |
"entities": [] | |
}, | |
{ | |
"text": "whats on my schedule monday", | |
"intent": "MySchedule", | |
"entities": [] | |
}, | |
{ | |
"text": "what does monday look like", | |
"intent": "MySchedule", | |
"entities": [] | |
}, | |
{ | |
"text": "what does thursday look like", | |
"intent": "MySchedule", | |
"entities": [] | |
}, | |
{ | |
"text": "my schedule", | |
"intent": "MySchedule", | |
"entities": [] | |
}, | |
{ | |
"text": "what's in my schedule :-)", | |
"intent": "MySchedule", | |
"entities": [] | |
}, | |
{ | |
"text": "what does wednesday look like", | |
"intent": "MySchedule", | |
"entities": [] | |
}, | |
{ | |
"text": "hows monday looking", | |
"intent": "MySchedule", | |
"entities": [] | |
}, | |
{ | |
"text": "whats monday looking like", | |
"intent": "MySchedule", | |
"entities": [] | |
}, | |
{ | |
"text": "what does tuesday look like?", | |
"intent": "MySchedule", | |
"entities": [] | |
}, | |
{ | |
"text": "what does thursday look like?", | |
"intent": "MySchedule", | |
"entities": [] | |
}, | |
{ | |
"text": "hows wednesday looking ?", | |
"intent": "MySchedule", | |
"entities": [] | |
}, | |
{ | |
"text": "hows friday looking", | |
"intent": "MySchedule", | |
"entities": [] | |
}, | |
{ | |
"text": "what does 7/25/2016 look like", | |
"intent": "MySchedule", | |
"entities": [] | |
}, | |
{ | |
"text": "what does friday look like?", | |
"intent": "MySchedule", | |
"entities": [] | |
}, | |
{ | |
"text": "hows tuesday looking", | |
"intent": "MySchedule", | |
"entities": [] | |
}, | |
{ | |
"text": "whats monday looking like?", | |
"intent": "MySchedule", | |
"entities": [] | |
}, | |
{ | |
"text": "hows monday looking?", | |
"intent": "MySchedule", | |
"entities": [] | |
}, | |
{ | |
"text": "hows thursday looking", | |
"intent": "MySchedule", | |
"entities": [] | |
}, | |
{ | |
"text": "whats does thurday look like", | |
"intent": "MySchedule", | |
"entities": [] | |
}, | |
{ | |
"text": "what does wednesday look like?", | |
"intent": "MySchedule", | |
"entities": [] | |
}, | |
{ | |
"text": "hows tuesday looking?", | |
"intent": "MySchedule", | |
"entities": [] | |
}, | |
{ | |
"text": "what does tuesday look like", | |
"intent": "MySchedule", | |
"entities": [] | |
}, | |
{ | |
"text": "what does friday look like", | |
"intent": "MySchedule", | |
"entities": [] | |
}, | |
{ | |
"text": "hows friday looking?", | |
"intent": "MySchedule", | |
"entities": [] | |
}, | |
{ | |
"text": "hows thursday looking ?", | |
"intent": "MySchedule", | |
"entities": [] | |
}, | |
{ | |
"text": "what does monday look like?", | |
"intent": "MySchedule", | |
"entities": [] | |
}, | |
{ | |
"text": "show me my agenda for tuesday", | |
"intent": "MySchedule", | |
"entities": [] | |
}, | |
{ | |
"text": "what is in my schedule on wednesday", | |
"intent": "MySchedule", | |
"entities": [] | |
}, | |
{ | |
"text": "what is in my schedule on tuesday", | |
"intent": "MySchedule", | |
"entities": [] | |
}, | |
{ | |
"text": "what is in my schedule on friday", | |
"intent": "MySchedule", | |
"entities": [] | |
}, | |
{ | |
"text": "what is in my schedule <ss type=\"smile\">:-)</ss>", | |
"intent": "MySchedule", | |
"entities": [] | |
}, | |
{ | |
"text": "whats my schedule 7/28/2016", | |
"intent": "MySchedule", | |
"entities": [] | |
}, | |
{ | |
"text": "what is my schedule on 7/26/2016", | |
"intent": "MySchedule", | |
"entities": [] | |
}, | |
{ | |
"text": "whats my schedule on 7/30/2016", | |
"intent": "MySchedule", | |
"entities": [] | |
}, | |
{ | |
"text": "what is my schedule on 7/14/2016", | |
"intent": "MySchedule", | |
"entities": [] | |
}, | |
{ | |
"text": "what's my schedule today", | |
"intent": "MySchedule", | |
"entities": [] | |
}, | |
{ | |
"text": "what is on my schedule for wednesday", | |
"intent": "MySchedule", | |
"entities": [] | |
}, | |
{ | |
"text": "whats my schedule", | |
"intent": "MySchedule", | |
"entities": [] | |
}, | |
{ | |
"text": "hows tomorrow looking", | |
"intent": "MySchedule", | |
"entities": [] | |
}, | |
{ | |
"text": "what is first on my schedule", | |
"intent": "MySchedule", | |
"entities": [] | |
}, | |
{ | |
"text": "view schedule", | |
"intent": "MySchedule", | |
"entities": [] | |
}, | |
{ | |
"text": "what’s in my schedule", | |
"intent": "MySchedule", | |
"entities": [] | |
}, | |
{ | |
"text": "what's in my schedule tomorrow morning", | |
"intent": "MySchedule", | |
"entities": [] | |
}, | |
{ | |
"text": "what talks is travis hilbert doing", | |
"intent": "FindTalkPerson", | |
"entities": [] | |
}, | |
{ | |
"text": "find talks by travis hilbert", | |
"intent": "FindTalkPerson", | |
"entities": [] | |
}, | |
{ | |
"text": "find talks by tim smith", | |
"intent": "FindTalkPerson", | |
"entities": [] | |
}, | |
{ | |
"text": "what talks feature travis smith", | |
"intent": "FindTalkPerson", | |
"entities": [] | |
}, | |
{ | |
"text": "find talks by jim lynn", | |
"intent": "FindTalkPerson", | |
"entities": [] | |
}, | |
{ | |
"text": "find talks from deen king-smith", | |
"intent": "FindTalkPerson", | |
"entities": [] | |
}, | |
{ | |
"text": "find talks by james mcgree", | |
"intent": "FindTalkPerson", | |
"entities": [] | |
}, | |
{ | |
"text": "what talks is travis hilbert giving", | |
"intent": "FindTalkPerson", | |
"entities": [] | |
}, | |
{ | |
"text": "find talks with james mcgree", | |
"intent": "FindTalkPerson", | |
"entities": [] | |
}, | |
{ | |
"text": "find talks with tom hardy", | |
"intent": "FindTalkPerson", | |
"entities": [] | |
}, | |
{ | |
"text": "what talks feature lynn tom", | |
"intent": "FindTalkPerson", | |
"entities": [] | |
}, | |
{ | |
"text": "find talks with janani vasudevan", | |
"intent": "FindTalkPerson", | |
"entities": [] | |
}, | |
{ | |
"text": "find talks featuring janani vasudevan", | |
"intent": "FindTalkPerson", | |
"entities": [] | |
}, | |
{ | |
"text": "is darren jefford speaking", | |
"intent": "FindTalkPerson", | |
"entities": [] | |
}, | |
{ | |
"text": "find norm judah sessions", | |
"intent": "FindTalkPerson", | |
"entities": [] | |
}, | |
{ | |
"text": "find talks with darren", | |
"intent": "FindTalkPerson", | |
"entities": [] | |
}, | |
{ | |
"text": "show darren jefford sessions", | |
"intent": "FindTalkPerson", | |
"entities": [] | |
}, | |
{ | |
"text": "find me a talk by darren jefford", | |
"intent": "FindTalkPerson", | |
"entities": [] | |
}, | |
{ | |
"text": "darren jefford presentations", | |
"intent": "FindTalkPerson", | |
"entities": [] | |
}, | |
{ | |
"text": "when is darren jefford speaking", | |
"intent": "FindTalkPerson", | |
"entities": [ | |
{ | |
"entity": "FirstName", | |
"startPos": 8, | |
"endPos": 13 | |
}, | |
{ | |
"entity": "LastName", | |
"startPos": 15, | |
"endPos": 21 | |
} | |
] | |
}, | |
{ | |
"text": "find talks with travis hilbert", | |
"intent": "FindTalkPerson", | |
"entities": [] | |
}, | |
{ | |
"text": "find darren jefford sessions", | |
"intent": "FindTalkPerson", | |
"entities": [] | |
}, | |
{ | |
"text": "when is darren jefford presenting", | |
"intent": "FindTalkPerson", | |
"entities": [] | |
}, | |
{ | |
"text": "find talks with eric scott", | |
"intent": "FindTalkPerson", | |
"entities": [] | |
}, | |
{ | |
"text": "find me talks with travis hilbert", | |
"intent": "FindTalkPerson", | |
"entities": [] | |
}, | |
{ | |
"text": "what sessions is darren jefford presenting", | |
"intent": "FindTalkPerson", | |
"entities": [] | |
}, | |
{ | |
"text": "when is lenny fenster talking", | |
"intent": "FindTalkPerson", | |
"entities": [] | |
}, | |
{ | |
"text": "when is lenny fenster presenting", | |
"intent": "FindTalkPerson", | |
"entities": [] | |
}, | |
{ | |
"text": "when is norm judah presenting", | |
"intent": "FindTalkPerson", | |
"entities": [] | |
}, | |
{ | |
"text": "when is j.p. decuire speaking", | |
"intent": "FindTalkPerson", | |
"entities": [] | |
}, | |
{ | |
"text": "when is j.p. decuire talking", | |
"intent": "FindTalkPerson", | |
"entities": [] | |
}, | |
{ | |
"text": "when is lenny fenster speaking", | |
"intent": "FindTalkPerson", | |
"entities": [] | |
}, | |
{ | |
"text": "when is dee templeton talking", | |
"intent": "FindTalkPerson", | |
"entities": [] | |
}, | |
{ | |
"text": "when is max roseman speaking", | |
"intent": "FindTalkPerson", | |
"entities": [] | |
}, | |
{ | |
"text": "when is travis hilbert speaking", | |
"intent": "FindTalkPerson", | |
"entities": [] | |
}, | |
{ | |
"text": "when is andi stark presenting", | |
"intent": "FindTalkPerson", | |
"entities": [] | |
}, | |
{ | |
"text": "when is j.p. decuire presenting", | |
"intent": "FindTalkPerson", | |
"entities": [] | |
}, | |
{ | |
"text": "when is ben heng talking", | |
"intent": "FindTalkPerson", | |
"entities": [] | |
}, | |
{ | |
"text": "when is dee templeton speaking", | |
"intent": "FindTalkPerson", | |
"entities": [] | |
}, | |
{ | |
"text": "what sessions are lead by maxwell roseman?", | |
"intent": "FindTalkPerson", | |
"entities": [] | |
}, | |
{ | |
"text": "when is mark russinovich presenting", | |
"intent": "FindTalkPerson", | |
"entities": [] | |
}, | |
{ | |
"text": "when is cindy noteboom presenting", | |
"intent": "FindTalkPerson", | |
"entities": [] | |
}, | |
{ | |
"text": "when it's steve sweetman talking", | |
"intent": "FindTalkPerson", | |
"entities": [] | |
}, | |
{ | |
"text": "when is doug seven speaking", | |
"intent": "FindTalkPerson", | |
"entities": [] | |
}, | |
{ | |
"text": "find sessions presented by kevin hughes", | |
"intent": "FindTalkPerson", | |
"entities": [] | |
}, | |
{ | |
"text": "when is john baker speaking", | |
"intent": "FindTalkPerson", | |
"entities": [] | |
}, | |
{ | |
"text": "is john baker a speaker in any sessions?", | |
"intent": "FindTalkPerson", | |
"entities": [] | |
}, | |
{ | |
"text": "is satya speaking at any of the general sessions?", | |
"intent": "FindTalkPerson", | |
"entities": [] | |
}, | |
{ | |
"text": "what sessions am i speaking at", | |
"intent": "FindTalkPerson", | |
"entities": [] | |
}, | |
{ | |
"text": "show me sessions by paul bloom", | |
"intent": "FindTalkPerson", | |
"entities": [] | |
}, | |
{ | |
"text": "when is russonovich presenting", | |
"intent": "FindTalkPerson", | |
"entities": [] | |
}, | |
{ | |
"text": "what sessions are darren jefford presenting?", | |
"intent": "FindTalkPerson", | |
"entities": [] | |
}, | |
{ | |
"text": "what time is doug seven's session", | |
"intent": "FindTalkPerson", | |
"entities": [] | |
}, | |
{ | |
"text": "when is james whittaker speaking?", | |
"intent": "FindTalkPerson", | |
"entities": [] | |
}, | |
{ | |
"text": "when is darren jeffords presenting", | |
"intent": "FindTalkPerson", | |
"entities": [] | |
}, | |
{ | |
"text": "does one of the sessions list all these speakers? - the general session speakers are: norm judah, brad smith, judson althoff, wim coekaerts and james whittaker.", | |
"intent": "FindTalkPerson", | |
"entities": [] | |
}, | |
{ | |
"text": "when is ketan ghelani", | |
"intent": "FindTalkPerson", | |
"entities": [] | |
}, | |
{ | |
"text": "what's norm at?", | |
"intent": "FindTalkPerson", | |
"entities": [] | |
}, | |
{ | |
"text": "talks by hilbert travis", | |
"intent": "FindTalkPerson", | |
"entities": [] | |
}, | |
{ | |
"text": "get talks with max roseman", | |
"intent": "FindTalkPerson", | |
"entities": [] | |
}, | |
{ | |
"text": "when is jane wilson talking", | |
"intent": "FindTalkPerson", | |
"entities": [] | |
}, | |
{ | |
"text": "when is max hilbert speaking", | |
"intent": "FindTalkPerson", | |
"entities": [ | |
{ | |
"entity": "FirstName", | |
"startPos": 8, | |
"endPos": 10 | |
}, | |
{ | |
"entity": "LastName", | |
"startPos": 12, | |
"endPos": 18 | |
} | |
] | |
}, | |
{ | |
"text": "when is carl jones speaking", | |
"intent": "FindTalkPerson", | |
"entities": [] | |
}, | |
{ | |
"text": "when is james talor talking", | |
"intent": "FindTalkPerson", | |
"entities": [ | |
{ | |
"entity": "FirstName", | |
"startPos": 8, | |
"endPos": 12 | |
}, | |
{ | |
"entity": "LastName", | |
"startPos": 14, | |
"endPos": 18 | |
} | |
] | |
}, | |
{ | |
"text": "find me talks with kevin james", | |
"intent": "FindTalkPerson", | |
"entities": [] | |
}, | |
{ | |
"text": "when is brenda carter talking", | |
"intent": "FindTalkPerson", | |
"entities": [ | |
{ | |
"entity": "FirstName", | |
"startPos": 8, | |
"endPos": 13 | |
}, | |
{ | |
"entity": "LastName", | |
"startPos": 15, | |
"endPos": 20 | |
} | |
] | |
}, | |
{ | |
"text": "when is ted talking", | |
"intent": "FindTalkPerson", | |
"entities": [ | |
{ | |
"entity": "FirstName", | |
"startPos": 8, | |
"endPos": 10 | |
} | |
] | |
}, | |
{ | |
"text": "vind me a talk with kevin smith", | |
"intent": "FindTalkPerson", | |
"entities": [] | |
}, | |
{ | |
"text": "when is travis smith speaking", | |
"intent": "FindTalkPerson", | |
"entities": [ | |
{ | |
"entity": "FirstName", | |
"startPos": 8, | |
"endPos": 13 | |
}, | |
{ | |
"entity": "LastName", | |
"startPos": 15, | |
"endPos": 19 | |
} | |
] | |
}, | |
{ | |
"text": "looking for talks with mike jones", | |
"intent": "FindTalkPerson", | |
"entities": [] | |
}, | |
{ | |
"text": "when is maxwell roseman presenting", | |
"intent": "FindTalkPerson", | |
"entities": [ | |
{ | |
"entity": "FirstName", | |
"startPos": 8, | |
"endPos": 14 | |
}, | |
{ | |
"entity": "LastName", | |
"startPos": 16, | |
"endPos": 22 | |
} | |
] | |
}, | |
{ | |
"text": "when is jordan perry speaking", | |
"intent": "FindTalkPerson", | |
"entities": [] | |
}, | |
{ | |
"text": "when is lisa ho", | |
"intent": "FindTalkPerson", | |
"entities": [] | |
}, | |
{ | |
"text": "when is travis hilberts session", | |
"intent": "FindTalkPerson", | |
"entities": [ | |
{ | |
"entity": "FirstName", | |
"startPos": 8, | |
"endPos": 13 | |
}, | |
{ | |
"entity": "LastName", | |
"startPos": 15, | |
"endPos": 22 | |
} | |
] | |
}, | |
{ | |
"text": "when is reid hilbert talking", | |
"intent": "FindTalkPerson", | |
"entities": [] | |
}, | |
{ | |
"text": "when is ricky talor talking", | |
"intent": "FindTalkPerson", | |
"entities": [] | |
}, | |
{ | |
"text": "when is joe roni's session", | |
"intent": "FindTalkPerson", | |
"entities": [ | |
{ | |
"entity": "FirstName", | |
"startPos": 8, | |
"endPos": 10 | |
}, | |
{ | |
"entity": "LastName", | |
"startPos": 12, | |
"endPos": 15 | |
} | |
] | |
}, | |
{ | |
"text": "when is mike smith talking", | |
"intent": "FindTalkPerson", | |
"entities": [ | |
{ | |
"entity": "FirstName", | |
"startPos": 8, | |
"endPos": 11 | |
}, | |
{ | |
"entity": "LastName", | |
"startPos": 13, | |
"endPos": 17 | |
} | |
] | |
}, | |
{ | |
"text": "when is travis hilbert talking", | |
"intent": "FindTalkPerson", | |
"entities": [ | |
{ | |
"entity": "FirstName", | |
"startPos": 8, | |
"endPos": 13 | |
}, | |
{ | |
"entity": "LastName", | |
"startPos": 15, | |
"endPos": 21 | |
} | |
] | |
}, | |
{ | |
"text": "when is antonio salgado speaking", | |
"intent": "FindTalkPerson", | |
"entities": [] | |
}, | |
{ | |
"text": "where is travis hilbert talking", | |
"intent": "FindTalkPerson", | |
"entities": [ | |
{ | |
"entity": "FirstName", | |
"startPos": 9, | |
"endPos": 14 | |
}, | |
{ | |
"entity": "FullName ", | |
"startPos": 9, | |
"endPos": 22 | |
}, | |
{ | |
"entity": "LastName", | |
"startPos": 16, | |
"endPos": 22 | |
} | |
] | |
}, | |
{ | |
"text": "when is greg smith talking", | |
"intent": "FindTalkPerson", | |
"entities": [ | |
{ | |
"entity": "FirstName", | |
"startPos": 8, | |
"endPos": 11 | |
}, | |
{ | |
"entity": "LastName", | |
"startPos": 13, | |
"endPos": 17 | |
} | |
] | |
}, | |
{ | |
"text": "when is nino bilic speaking", | |
"intent": "FindTalkPerson", | |
"entities": [ | |
{ | |
"entity": "FirstName", | |
"startPos": 8, | |
"endPos": 11 | |
}, | |
{ | |
"entity": "LastName", | |
"startPos": 13, | |
"endPos": 17 | |
} | |
] | |
}, | |
{ | |
"text": "when is joe washington speaking", | |
"intent": "FindTalkPerson", | |
"entities": [ | |
{ | |
"entity": "FirstName", | |
"startPos": 8, | |
"endPos": 10 | |
}, | |
{ | |
"entity": "LastName", | |
"startPos": 12, | |
"endPos": 21 | |
} | |
] | |
}, | |
{ | |
"text": "when is travis hilbert's session", | |
"intent": "FindTalkPerson", | |
"entities": [ | |
{ | |
"entity": "FirstName", | |
"startPos": 8, | |
"endPos": 13 | |
}, | |
{ | |
"entity": "LastName", | |
"startPos": 15, | |
"endPos": 21 | |
} | |
] | |
}, | |
{ | |
"text": "when darren jefford speaking", | |
"intent": "FindTalkPerson", | |
"entities": [ | |
{ | |
"entity": "FirstName", | |
"startPos": 5, | |
"endPos": 10 | |
}, | |
{ | |
"entity": "LastName", | |
"startPos": 12, | |
"endPos": 18 | |
} | |
] | |
}, | |
{ | |
"text": "when is satya presenting", | |
"intent": "FindTalkPerson", | |
"entities": [ | |
{ | |
"entity": "FirstName", | |
"startPos": 8, | |
"endPos": 12 | |
} | |
] | |
}, | |
{ | |
"text": "find darren jefford", | |
"intent": "FindTalkPerson", | |
"entities": [ | |
{ | |
"entity": "FirstName", | |
"startPos": 5, | |
"endPos": 10 | |
}, | |
{ | |
"entity": "LastName", | |
"startPos": 12, | |
"endPos": 18 | |
} | |
] | |
}, | |
{ | |
"text": "find talks with taylor brown", | |
"intent": "FindTalkPerson", | |
"entities": [ | |
{ | |
"entity": "FirstName", | |
"startPos": 16, | |
"endPos": 21 | |
}, | |
{ | |
"entity": "LastName", | |
"startPos": 23, | |
"endPos": 27 | |
} | |
] | |
}, | |
{ | |
"text": "when is alistair spirs speaking", | |
"intent": "FindTalkPerson", | |
"entities": [ | |
{ | |
"entity": "FirstName", | |
"startPos": 8, | |
"endPos": 15 | |
}, | |
{ | |
"entity": "LastName", | |
"startPos": 17, | |
"endPos": 21 | |
} | |
] | |
}, | |
{ | |
"text": "find talks with super admin", | |
"intent": "FindTalkPerson", | |
"entities": [ | |
{ | |
"entity": "FirstName", | |
"startPos": 16, | |
"endPos": 20 | |
}, | |
{ | |
"entity": "LastName", | |
"startPos": 22, | |
"endPos": 26 | |
} | |
] | |
}, | |
{ | |
"text": "is super admin speaking", | |
"intent": "FindTalkPerson", | |
"entities": [ | |
{ | |
"entity": "FirstName", | |
"startPos": 3, | |
"endPos": 7 | |
}, | |
{ | |
"entity": "LastName", | |
"startPos": 9, | |
"endPos": 13 | |
} | |
] | |
}, | |
{ | |
"text": "when is kayla palmer-gill talking", | |
"intent": "FindTalkPerson", | |
"entities": [ | |
{ | |
"entity": "FirstName", | |
"startPos": 8, | |
"endPos": 12 | |
}, | |
{ | |
"entity": "LastName", | |
"startPos": 14, | |
"endPos": 24 | |
} | |
] | |
}, | |
{ | |
"text": "when is nino bilic", | |
"intent": "FindTalkPerson", | |
"entities": [ | |
{ | |
"entity": "FirstName", | |
"startPos": 8, | |
"endPos": 11 | |
}, | |
{ | |
"entity": "LastName", | |
"startPos": 13, | |
"endPos": 17 | |
} | |
] | |
}, | |
{ | |
"text": "when is sanjay soni talking", | |
"intent": "FindTalkPerson", | |
"entities": [ | |
{ | |
"entity": "FirstName", | |
"startPos": 8, | |
"endPos": 13 | |
}, | |
{ | |
"entity": "FullName ", | |
"startPos": 8, | |
"endPos": 18 | |
}, | |
{ | |
"entity": "LastName", | |
"startPos": 15, | |
"endPos": 18 | |
} | |
] | |
}, | |
{ | |
"text": "when is seayoung rhee speaking", | |
"intent": "FindTalkPerson", | |
"entities": [ | |
{ | |
"entity": "FirstName", | |
"startPos": 8, | |
"endPos": 15 | |
}, | |
{ | |
"entity": "FullName ", | |
"startPos": 8, | |
"endPos": 20 | |
}, | |
{ | |
"entity": "LastName", | |
"startPos": 17, | |
"endPos": 20 | |
} | |
] | |
}, | |
{ | |
"text": "when is robert hanson talking", | |
"intent": "FindTalkPerson", | |
"entities": [ | |
{ | |
"entity": "FirstName", | |
"startPos": 8, | |
"endPos": 13 | |
}, | |
{ | |
"entity": "FullName ", | |
"startPos": 8, | |
"endPos": 20 | |
}, | |
{ | |
"entity": "LastName", | |
"startPos": 15, | |
"endPos": 20 | |
} | |
] | |
}, | |
{ | |
"text": "lance olson", | |
"intent": "FindTalkPerson", | |
"entities": [ | |
{ | |
"entity": "FirstName", | |
"startPos": 0, | |
"endPos": 4 | |
}, | |
{ | |
"entity": "FullName ", | |
"startPos": 0, | |
"endPos": 10 | |
}, | |
{ | |
"entity": "LastName", | |
"startPos": 6, | |
"endPos": 10 | |
} | |
] | |
}, | |
{ | |
"text": "when is katherine zhao speaking", | |
"intent": "FindTalkPerson", | |
"entities": [ | |
{ | |
"entity": "FirstName", | |
"startPos": 8, | |
"endPos": 16 | |
}, | |
{ | |
"entity": "FullName ", | |
"startPos": 8, | |
"endPos": 21 | |
}, | |
{ | |
"entity": "LastName", | |
"startPos": 18, | |
"endPos": 21 | |
} | |
] | |
}, | |
{ | |
"text": "when does bill jacobs speak", | |
"intent": "FindTalkPerson", | |
"entities": [ | |
{ | |
"entity": "FirstName", | |
"startPos": 10, | |
"endPos": 13 | |
}, | |
{ | |
"entity": "FullName ", | |
"startPos": 10, | |
"endPos": 20 | |
}, | |
{ | |
"entity": "LastName", | |
"startPos": 15, | |
"endPos": 20 | |
} | |
] | |
}, | |
{ | |
"text": "dan driscoll", | |
"intent": "FindTalkPerson", | |
"entities": [] | |
}, | |
{ | |
"text": "what does bill jacobs talk", | |
"intent": "FindTalkPerson", | |
"entities": [ | |
{ | |
"entity": "FirstName", | |
"startPos": 10, | |
"endPos": 13 | |
}, | |
{ | |
"entity": "FullName ", | |
"startPos": 10, | |
"endPos": 20 | |
}, | |
{ | |
"entity": "LastName", | |
"startPos": 15, | |
"endPos": 20 | |
} | |
] | |
}, | |
{ | |
"text": "when is ant sani speaking", | |
"intent": "FindTalkPerson", | |
"entities": [ | |
{ | |
"entity": "FirstName", | |
"startPos": 8, | |
"endPos": 10 | |
}, | |
{ | |
"entity": "LastName", | |
"startPos": 12, | |
"endPos": 15 | |
} | |
] | |
}, | |
{ | |
"text": "when is jason sander presenting?", | |
"intent": "FindTalkPerson", | |
"entities": [ | |
{ | |
"entity": "FirstName", | |
"startPos": 8, | |
"endPos": 12 | |
}, | |
{ | |
"entity": "LastName", | |
"startPos": 14, | |
"endPos": 19 | |
} | |
] | |
}, | |
{ | |
"text": "when is scott guthrie speaking", | |
"intent": "FindTalkPerson", | |
"entities": [ | |
{ | |
"entity": "FirstName", | |
"startPos": 8, | |
"endPos": 12 | |
}, | |
{ | |
"entity": "LastName", | |
"startPos": 14, | |
"endPos": 20 | |
} | |
] | |
}, | |
{ | |
"text": "when is jason zander speaking", | |
"intent": "FindTalkPerson", | |
"entities": [ | |
{ | |
"entity": "FirstName", | |
"startPos": 8, | |
"endPos": 12 | |
}, | |
{ | |
"entity": "FullName ", | |
"startPos": 8, | |
"endPos": 19 | |
} | |
] | |
}, | |
{ | |
"text": "when is scott guthrie presenting", | |
"intent": "FindTalkPerson", | |
"entities": [ | |
{ | |
"entity": "FirstName", | |
"startPos": 8, | |
"endPos": 12 | |
}, | |
{ | |
"entity": "LastName", | |
"startPos": 14, | |
"endPos": 20 | |
} | |
] | |
}, | |
{ | |
"text": "when is joseph sirosh presenting", | |
"intent": "FindTalkPerson", | |
"entities": [ | |
{ | |
"entity": "FirstName", | |
"startPos": 8, | |
"endPos": 13 | |
}, | |
{ | |
"entity": "FullName ", | |
"startPos": 8, | |
"endPos": 20 | |
}, | |
{ | |
"entity": "LastName", | |
"startPos": 15, | |
"endPos": 20 | |
} | |
] | |
}, | |
{ | |
"text": "when is scott guthrie talking", | |
"intent": "FindTalkPerson", | |
"entities": [ | |
{ | |
"entity": "FirstName", | |
"startPos": 8, | |
"endPos": 12 | |
}, | |
{ | |
"entity": "LastName", | |
"startPos": 14, | |
"endPos": 20 | |
} | |
] | |
}, | |
{ | |
"text": "when is wendy wilke speaking", | |
"intent": "FindTalkPerson", | |
"entities": [ | |
{ | |
"entity": "FirstName", | |
"startPos": 8, | |
"endPos": 12 | |
}, | |
{ | |
"entity": "LastName", | |
"startPos": 14, | |
"endPos": 18 | |
} | |
] | |
}, | |
{ | |
"text": "is casey kars talking", | |
"intent": "FindTalkPerson", | |
"entities": [ | |
{ | |
"entity": "FirstName", | |
"startPos": 3, | |
"endPos": 7 | |
}, | |
{ | |
"entity": "LastName", | |
"startPos": 9, | |
"endPos": 12 | |
} | |
] | |
}, | |
{ | |
"text": "when is brjann brekkan presenting", | |
"intent": "FindTalkPerson", | |
"entities": [ | |
{ | |
"entity": "FirstName", | |
"startPos": 8, | |
"endPos": 13 | |
}, | |
{ | |
"entity": "LastName", | |
"startPos": 15, | |
"endPos": 21 | |
} | |
] | |
}, | |
{ | |
"text": "when is casey kars talking", | |
"intent": "FindTalkPerson", | |
"entities": [ | |
{ | |
"entity": "FirstName", | |
"startPos": 8, | |
"endPos": 12 | |
}, | |
{ | |
"entity": "LastName", | |
"startPos": 14, | |
"endPos": 17 | |
} | |
] | |
}, | |
{ | |
"text": "when is brjann brekkan speaking", | |
"intent": "FindTalkPerson", | |
"entities": [ | |
{ | |
"entity": "FirstName", | |
"startPos": 8, | |
"endPos": 13 | |
}, | |
{ | |
"entity": "LastName", | |
"startPos": 15, | |
"endPos": 21 | |
} | |
] | |
}, | |
{ | |
"text": "when is casey kars talking?", | |
"intent": "FindTalkPerson", | |
"entities": [ | |
{ | |
"entity": "FirstName", | |
"startPos": 8, | |
"endPos": 12 | |
}, | |
{ | |
"entity": "LastName", | |
"startPos": 14, | |
"endPos": 17 | |
} | |
] | |
}, | |
{ | |
"text": "when is nikolay muravlyannikov talking", | |
"intent": "FindTalkPerson", | |
"entities": [ | |
{ | |
"entity": "FirstName", | |
"startPos": 8, | |
"endPos": 14 | |
}, | |
{ | |
"entity": "LastName", | |
"startPos": 16, | |
"endPos": 29 | |
} | |
] | |
}, | |
{ | |
"text": "what time is casey kars talking", | |
"intent": "FindTalkPerson", | |
"entities": [ | |
{ | |
"entity": "FirstName", | |
"startPos": 13, | |
"endPos": 17 | |
}, | |
{ | |
"entity": "LastName", | |
"startPos": 19, | |
"endPos": 22 | |
} | |
] | |
}, | |
{ | |
"text": "when is nikolay muravlyannikov presenting", | |
"intent": "FindTalkPerson", | |
"entities": [ | |
{ | |
"entity": "FirstName", | |
"startPos": 8, | |
"endPos": 14 | |
}, | |
{ | |
"entity": "LastName", | |
"startPos": 16, | |
"endPos": 29 | |
} | |
] | |
}, | |
{ | |
"text": "what time is casey kars presenting", | |
"intent": "FindTalkPerson", | |
"entities": [ | |
{ | |
"entity": "FirstName", | |
"startPos": 13, | |
"endPos": 17 | |
}, | |
{ | |
"entity": "LastName", | |
"startPos": 19, | |
"endPos": 22 | |
} | |
] | |
}, | |
{ | |
"text": "scott guthery", | |
"intent": "FindTalkPerson", | |
"entities": [ | |
{ | |
"entity": "FirstName", | |
"startPos": 0, | |
"endPos": 4 | |
}, | |
{ | |
"entity": "LastName", | |
"startPos": 6, | |
"endPos": 12 | |
} | |
] | |
}, | |
{ | |
"text": "what time is yu-shun wang talking", | |
"intent": "FindTalkPerson", | |
"entities": [ | |
{ | |
"entity": "FirstName", | |
"startPos": 13, | |
"endPos": 19 | |
}, | |
{ | |
"entity": "FullName ", | |
"startPos": 13, | |
"endPos": 24 | |
}, | |
{ | |
"entity": "LastName", | |
"startPos": 21, | |
"endPos": 24 | |
} | |
] | |
}, | |
{ | |
"text": "jason carson presentations", | |
"intent": "FindTalkPerson", | |
"entities": [ | |
{ | |
"entity": "FirstName", | |
"startPos": 0, | |
"endPos": 4 | |
}, | |
{ | |
"entity": "LastName", | |
"startPos": 6, | |
"endPos": 11 | |
} | |
] | |
}, | |
{ | |
"text": "is yu-shun wang talking", | |
"intent": "FindTalkPerson", | |
"entities": [ | |
{ | |
"entity": "FirstName", | |
"startPos": 3, | |
"endPos": 9 | |
}, | |
{ | |
"entity": "LastName", | |
"startPos": 11, | |
"endPos": 14 | |
} | |
] | |
}, | |
{ | |
"text": "when is jennifer gagnon talking", | |
"intent": "FindTalkPerson", | |
"entities": [ | |
{ | |
"entity": "FirstName", | |
"startPos": 8, | |
"endPos": 15 | |
}, | |
{ | |
"entity": "LastName", | |
"startPos": 17, | |
"endPos": 22 | |
} | |
] | |
}, | |
{ | |
"text": "when is yu-shun wang presenting", | |
"intent": "FindTalkPerson", | |
"entities": [ | |
{ | |
"entity": "FirstName", | |
"startPos": 8, | |
"endPos": 14 | |
}, | |
{ | |
"entity": "LastName", | |
"startPos": 16, | |
"endPos": 19 | |
} | |
] | |
}, | |
{ | |
"text": "when is joseph sirosh talking", | |
"intent": "FindTalkPerson", | |
"entities": [ | |
{ | |
"entity": "FirstName", | |
"startPos": 8, | |
"endPos": 13 | |
}, | |
{ | |
"entity": "FullName ", | |
"startPos": 8, | |
"endPos": 20 | |
}, | |
{ | |
"entity": "LastName", | |
"startPos": 15, | |
"endPos": 20 | |
} | |
] | |
}, | |
{ | |
"text": "what time is scott helmer talking", | |
"intent": "FindTalkPerson", | |
"entities": [ | |
{ | |
"entity": "FirstName", | |
"startPos": 13, | |
"endPos": 17 | |
}, | |
{ | |
"entity": "LastName", | |
"startPos": 19, | |
"endPos": 24 | |
} | |
] | |
}, | |
{ | |
"text": "when is marilyn richard talking", | |
"intent": "FindTalkPerson", | |
"entities": [ | |
{ | |
"entity": "FirstName", | |
"startPos": 8, | |
"endPos": 14 | |
}, | |
{ | |
"entity": "LastName", | |
"startPos": 16, | |
"endPos": 22 | |
} | |
] | |
}, | |
{ | |
"text": "what time is scott helmer presenting", | |
"intent": "FindTalkPerson", | |
"entities": [ | |
{ | |
"entity": "FirstName", | |
"startPos": 13, | |
"endPos": 17 | |
}, | |
{ | |
"entity": "LastName", | |
"startPos": 19, | |
"endPos": 24 | |
} | |
] | |
}, | |
{ | |
"text": "talks with marilyn richard", | |
"intent": "FindTalkPerson", | |
"entities": [ | |
{ | |
"entity": "FirstName", | |
"startPos": 11, | |
"endPos": 17 | |
}, | |
{ | |
"entity": "LastName", | |
"startPos": 19, | |
"endPos": 25 | |
} | |
] | |
}, | |
{ | |
"text": "when is kelli hodge speaking?", | |
"intent": "FindTalkPerson", | |
"entities": [ | |
{ | |
"entity": "FirstName", | |
"startPos": 8, | |
"endPos": 12 | |
}, | |
{ | |
"entity": "FullName ", | |
"startPos": 8, | |
"endPos": 18 | |
}, | |
{ | |
"entity": "LastName", | |
"startPos": 14, | |
"endPos": 18 | |
} | |
] | |
}, | |
{ | |
"text": "when is olaf respawn talking", | |
"intent": "FindTalkPerson", | |
"entities": [ | |
{ | |
"entity": "FirstName", | |
"startPos": 8, | |
"endPos": 11 | |
}, | |
{ | |
"entity": "FullName ", | |
"startPos": 8, | |
"endPos": 19 | |
}, | |
{ | |
"entity": "LastName", | |
"startPos": 13, | |
"endPos": 19 | |
} | |
] | |
}, | |
{ | |
"text": "when is andrew ditmer talking", | |
"intent": "FindTalkPerson", | |
"entities": [ | |
{ | |
"entity": "FirstName", | |
"startPos": 8, | |
"endPos": 13 | |
}, | |
{ | |
"entity": "LastName", | |
"startPos": 15, | |
"endPos": 20 | |
} | |
] | |
}, | |
{ | |
"text": "when is kelli hodge speaking", | |
"intent": "FindTalkPerson", | |
"entities": [ | |
{ | |
"entity": "FirstName", | |
"startPos": 8, | |
"endPos": 12 | |
}, | |
{ | |
"entity": "LastName", | |
"startPos": 14, | |
"endPos": 18 | |
} | |
] | |
}, | |
{ | |
"text": "when is marilyn richard speaking", | |
"intent": "FindTalkPerson", | |
"entities": [ | |
{ | |
"entity": "FirstName", | |
"startPos": 8, | |
"endPos": 14 | |
}, | |
{ | |
"entity": "LastName", | |
"startPos": 16, | |
"endPos": 22 | |
} | |
] | |
}, | |
{ | |
"text": "when is danielle dean presenting", | |
"intent": "FindTalkPerson", | |
"entities": [ | |
{ | |
"entity": "FirstName", | |
"startPos": 8, | |
"endPos": 15 | |
}, | |
{ | |
"entity": "LastName", | |
"startPos": 17, | |
"endPos": 20 | |
} | |
] | |
}, | |
{ | |
"text": "search for joseph sirosh's talks", | |
"intent": "FindTalkPerson", | |
"entities": [ | |
{ | |
"entity": "LastName", | |
"startPos": 18, | |
"endPos": 23 | |
} | |
] | |
}, | |
{ | |
"text": "please find aaron weinberg", | |
"intent": "FindTalkPerson", | |
"entities": [ | |
{ | |
"entity": "FirstName", | |
"startPos": 12, | |
"endPos": 16 | |
}, | |
{ | |
"entity": "LastName", | |
"startPos": 18, | |
"endPos": 25 | |
} | |
] | |
}, | |
{ | |
"text": "when is satya nadella speaking?", | |
"intent": "FindTalkPerson", | |
"entities": [ | |
{ | |
"entity": "FirstName", | |
"startPos": 8, | |
"endPos": 12 | |
}, | |
{ | |
"entity": "LastName", | |
"startPos": 14, | |
"endPos": 20 | |
} | |
] | |
}, | |
{ | |
"text": "is richard taylor speaking", | |
"intent": "FindTalkPerson", | |
"entities": [ | |
{ | |
"entity": "FirstName", | |
"startPos": 3, | |
"endPos": 9 | |
}, | |
{ | |
"entity": "LastName", | |
"startPos": 11, | |
"endPos": 16 | |
} | |
] | |
}, | |
{ | |
"text": "talks with sumit kumar", | |
"intent": "FindTalkPerson", | |
"entities": [ | |
{ | |
"entity": "FirstName", | |
"startPos": 11, | |
"endPos": 15 | |
}, | |
{ | |
"entity": "LastName", | |
"startPos": 17, | |
"endPos": 21 | |
} | |
] | |
}, | |
{ | |
"text": "please find michael kophs", | |
"intent": "FindTalkPerson", | |
"entities": [ | |
{ | |
"entity": "FirstName", | |
"startPos": 12, | |
"endPos": 18 | |
}, | |
{ | |
"entity": "FullName ", | |
"startPos": 12, | |
"endPos": 18 | |
}, | |
{ | |
"entity": "LastName", | |
"startPos": 20, | |
"endPos": 24 | |
} | |
] | |
}, | |
{ | |
"text": "when is bill karagounis talking", | |
"intent": "FindTalkPerson", | |
"entities": [ | |
{ | |
"entity": "FirstName", | |
"startPos": 8, | |
"endPos": 11 | |
}, | |
{ | |
"entity": "LastName", | |
"startPos": 13, | |
"endPos": 22 | |
} | |
] | |
}, | |
{ | |
"text": "when is anthony speaking", | |
"intent": "FindTalkPerson", | |
"entities": [ | |
{ | |
"entity": "FirstName", | |
"startPos": 8, | |
"endPos": 14 | |
} | |
] | |
}, | |
{ | |
"text": "when is satya nadella persenting", | |
"intent": "FindTalkPerson", | |
"entities": [ | |
{ | |
"entity": "FirstName", | |
"startPos": 8, | |
"endPos": 12 | |
}, | |
{ | |
"entity": "LastName", | |
"startPos": 14, | |
"endPos": 20 | |
} | |
] | |
}, | |
{ | |
"text": "when is satya nadella talking", | |
"intent": "FindTalkPerson", | |
"entities": [ | |
{ | |
"entity": "FirstName", | |
"startPos": 8, | |
"endPos": 12 | |
}, | |
{ | |
"entity": "LastName", | |
"startPos": 14, | |
"endPos": 20 | |
} | |
] | |
}, | |
{ | |
"text": "when is joseph sirosh speaking", | |
"intent": "FindTalkPerson", | |
"entities": [ | |
{ | |
"entity": "FirstName", | |
"startPos": 8, | |
"endPos": 13 | |
}, | |
{ | |
"entity": "LastName", | |
"startPos": 15, | |
"endPos": 20 | |
} | |
] | |
}, | |
{ | |
"text": "when is satya nadella speaking", | |
"intent": "FindTalkPerson", | |
"entities": [ | |
{ | |
"entity": "FirstName", | |
"startPos": 8, | |
"endPos": 12 | |
}, | |
{ | |
"entity": "LastName", | |
"startPos": 14, | |
"endPos": 20 | |
} | |
] | |
}, | |
{ | |
"text": "when is satya speaking", | |
"intent": "FindTalkPerson", | |
"entities": [ | |
{ | |
"entity": "FirstName", | |
"startPos": 8, | |
"endPos": 12 | |
} | |
] | |
}, | |
{ | |
"text": "when is satya nadela presenting", | |
"intent": "FindTalkPerson", | |
"entities": [ | |
{ | |
"entity": "FirstName", | |
"startPos": 8, | |
"endPos": 12 | |
}, | |
{ | |
"entity": "LastName", | |
"startPos": 14, | |
"endPos": 19 | |
} | |
] | |
}, | |
{ | |
"text": "when is satya talking", | |
"intent": "FindTalkPerson", | |
"entities": [ | |
{ | |
"entity": "FirstName", | |
"startPos": 8, | |
"endPos": 12 | |
} | |
] | |
}, | |
{ | |
"text": "when is satya nadella presenting", | |
"intent": "FindTalkPerson", | |
"entities": [ | |
{ | |
"entity": "FirstName", | |
"startPos": 8, | |
"endPos": 12 | |
}, | |
{ | |
"entity": "LastName", | |
"startPos": 14, | |
"endPos": 20 | |
} | |
] | |
}, | |
{ | |
"text": "when is satya on", | |
"intent": "FindTalkPerson", | |
"entities": [ | |
{ | |
"entity": "FirstName", | |
"startPos": 8, | |
"endPos": 12 | |
} | |
] | |
}, | |
{ | |
"text": "when is nino speaking", | |
"intent": "FindTalkPerson", | |
"entities": [ | |
{ | |
"entity": "FirstName", | |
"startPos": 8, | |
"endPos": 11 | |
} | |
] | |
}, | |
{ | |
"text": "when is satya scheduled to speak", | |
"intent": "FindTalkPerson", | |
"entities": [] | |
}, | |
{ | |
"text": "find me talks by jordan knight", | |
"intent": "FindTalkPerson", | |
"entities": [ | |
{ | |
"entity": "FirstName", | |
"startPos": 17, | |
"endPos": 22 | |
}, | |
{ | |
"entity": "LastName", | |
"startPos": 24, | |
"endPos": 29 | |
} | |
] | |
}, | |
{ | |
"text": "show me talks by jordan knight", | |
"intent": "FindTalkPerson", | |
"entities": [ | |
{ | |
"entity": "FirstName", | |
"startPos": 17, | |
"endPos": 22 | |
}, | |
{ | |
"entity": "LastName", | |
"startPos": 24, | |
"endPos": 29 | |
} | |
] | |
}, | |
{ | |
"text": "show me sessions by scott guthrie", | |
"intent": "FindTalkPerson", | |
"entities": [ | |
{ | |
"entity": "FirstName", | |
"startPos": 20, | |
"endPos": 24 | |
}, | |
{ | |
"entity": "LastName", | |
"startPos": 26, | |
"endPos": 32 | |
} | |
] | |
}, | |
{ | |
"text": "tell me a joke", | |
"intent": "Joke", | |
"entities": [] | |
}, | |
{ | |
"text": "do you know any jokes", | |
"intent": "Joke", | |
"entities": [] | |
}, | |
{ | |
"text": "do you know any jokes?", | |
"intent": "Joke", | |
"entities": [] | |
}, | |
{ | |
"text": "joke", | |
"intent": "Joke", | |
"entities": [] | |
}, | |
{ | |
"text": "do you know a joke?", | |
"intent": "Joke", | |
"entities": [] | |
}, | |
{ | |
"text": "say a joke", | |
"intent": "Joke", | |
"entities": [] | |
}, | |
{ | |
"text": "do you know a joke", | |
"intent": "Joke", | |
"entities": [] | |
}, | |
{ | |
"text": "can you tell me a joke?", | |
"intent": "Joke", | |
"entities": [] | |
}, | |
{ | |
"text": "can you tell me a joke", | |
"intent": "Joke", | |
"entities": [] | |
}, | |
{ | |
"text": "i need a joke", | |
"intent": "Joke", | |
"entities": [] | |
}, | |
{ | |
"text": "tell me something funny", | |
"intent": "Joke", | |
"entities": [] | |
}, | |
{ | |
"text": "tell me another joke", | |
"intent": "Joke", | |
"entities": [] | |
}, | |
{ | |
"text": ":)", | |
"intent": "Joke", | |
"entities": [] | |
}, | |
{ | |
"text": "any jokes today", | |
"intent": "Joke", | |
"entities": [] | |
}, | |
{ | |
"text": "term me a joke", | |
"intent": "Joke", | |
"entities": [] | |
}, | |
{ | |
"text": ":-d", | |
"intent": "Joke", | |
"entities": [] | |
}, | |
{ | |
"text": ":-)", | |
"intent": "Joke", | |
"entities": [] | |
}, | |
{ | |
"text": "tell me better joke", | |
"intent": "Joke", | |
"entities": [] | |
}, | |
{ | |
"text": "that isn't very funny", | |
"intent": "Joke", | |
"entities": [] | |
}, | |
{ | |
"text": "im looking for a talk about architecture", | |
"intent": "FindTalkTrack", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 28, | |
"endPos": 39 | |
} | |
] | |
}, | |
{ | |
"text": "looking for a session about azure", | |
"intent": "FindTalkTrack", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 28, | |
"endPos": 32 | |
} | |
] | |
}, | |
{ | |
"text": "im looking for a talk in architecture", | |
"intent": "FindTalkTrack", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 25, | |
"endPos": 36 | |
} | |
] | |
}, | |
{ | |
"text": "find a talk in architecture", | |
"intent": "FindTalkTrack", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 15, | |
"endPos": 26 | |
} | |
] | |
}, | |
{ | |
"text": "find an architecture talk", | |
"intent": "FindTalkTrack", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 8, | |
"endPos": 19 | |
} | |
] | |
}, | |
{ | |
"text": "find a cloud productivity session", | |
"intent": "FindTalkTrack", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 7, | |
"endPos": 24 | |
} | |
] | |
}, | |
{ | |
"text": "find a talk about cloud productivity", | |
"intent": "FindTalkTrack", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 18, | |
"endPos": 35 | |
} | |
] | |
}, | |
{ | |
"text": "i want to go to a talk about azure", | |
"intent": "FindTalkTrack", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 29, | |
"endPos": 33 | |
} | |
] | |
}, | |
{ | |
"text": "find talks about azure", | |
"intent": "FindTalkTrack", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 17, | |
"endPos": 21 | |
} | |
] | |
}, | |
{ | |
"text": "find me a talk about azure", | |
"intent": "FindTalkTrack", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 21, | |
"endPos": 25 | |
} | |
] | |
}, | |
{ | |
"text": "can you find me a session on azure", | |
"intent": "FindTalkTrack", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 29, | |
"endPos": 33 | |
} | |
] | |
}, | |
{ | |
"text": "find a session on cortana", | |
"intent": "FindTalkTrack", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 18, | |
"endPos": 24 | |
} | |
] | |
}, | |
{ | |
"text": "can you find me a session on sharepoint", | |
"intent": "FindTalkTrack", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 29, | |
"endPos": 38 | |
} | |
] | |
}, | |
{ | |
"text": "can you find me a session on appinsights", | |
"intent": "FindTalkTrack", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 29, | |
"endPos": 39 | |
} | |
] | |
}, | |
{ | |
"text": "can you find me a session on cortana", | |
"intent": "FindTalkTrack", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 29, | |
"endPos": 35 | |
} | |
] | |
}, | |
{ | |
"text": "can you find me a session on bots", | |
"intent": "FindTalkTrack", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 29, | |
"endPos": 32 | |
} | |
] | |
}, | |
{ | |
"text": "are there any bot framework sessions?", | |
"intent": "FindTalkTrack", | |
"entities": [ | |
{ | |
"entity": "Talk", | |
"startPos": 14, | |
"endPos": 26 | |
} | |
] | |
}, | |
{ | |
"text": "show me sessions about cortana", | |
"intent": "FindTalkTrack", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 23, | |
"endPos": 29 | |
} | |
] | |
}, | |
{ | |
"text": "show session on cortana", | |
"intent": "FindTalkTrack", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 16, | |
"endPos": 22 | |
} | |
] | |
}, | |
{ | |
"text": "find thr sessions", | |
"intent": "FindTalkTrack", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 5, | |
"endPos": 7 | |
} | |
] | |
}, | |
{ | |
"text": "find we talks about cortana", | |
"intent": "FindTalkTrack", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 20, | |
"endPos": 26 | |
} | |
] | |
}, | |
{ | |
"text": "find me talks about cortana", | |
"intent": "FindTalkTrack", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 20, | |
"endPos": 26 | |
} | |
] | |
}, | |
{ | |
"text": "find me talks about windows and devices", | |
"intent": "FindTalkTrack", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 20, | |
"endPos": 38 | |
} | |
] | |
}, | |
{ | |
"text": "find big data talks", | |
"intent": "FindTalkTrack", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 5, | |
"endPos": 12 | |
} | |
] | |
}, | |
{ | |
"text": "find talks about cortana", | |
"intent": "FindTalkTrack", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 17, | |
"endPos": 23 | |
} | |
] | |
}, | |
{ | |
"text": "find talks about big data", | |
"intent": "FindTalkTrack", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 17, | |
"endPos": 24 | |
} | |
] | |
}, | |
{ | |
"text": "find sessions on windows and devices", | |
"intent": "FindTalkTrack", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 17, | |
"endPos": 35 | |
} | |
] | |
}, | |
{ | |
"text": "find sessions about data platform", | |
"intent": "FindTalkTrack", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 20, | |
"endPos": 32 | |
} | |
] | |
}, | |
{ | |
"text": "find a cortana session", | |
"intent": "FindTalkTrack", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 7, | |
"endPos": 13 | |
} | |
] | |
}, | |
{ | |
"text": "find me talks about azure search", | |
"intent": "FindTalkTrack", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 20, | |
"endPos": 31 | |
} | |
] | |
}, | |
{ | |
"text": "find talks about data platform", | |
"intent": "FindTalkTrack", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 17, | |
"endPos": 29 | |
} | |
] | |
}, | |
{ | |
"text": "looking for cortana talks", | |
"intent": "FindTalkTrack", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 12, | |
"endPos": 18 | |
} | |
] | |
}, | |
{ | |
"text": "find me a talk on sharepoint", | |
"intent": "FindTalkTrack", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 18, | |
"endPos": 27 | |
} | |
] | |
}, | |
{ | |
"text": "what talks on cortana are happening monday morning", | |
"intent": "FindTalkTrack", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 14, | |
"endPos": 20 | |
}, | |
{ | |
"entity": "DayOfTheWeek", | |
"startPos": 36, | |
"endPos": 41 | |
} | |
] | |
}, | |
{ | |
"text": "are there any cortana sessions now", | |
"intent": "FindTalkTrack", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 14, | |
"endPos": 20 | |
} | |
] | |
}, | |
{ | |
"text": "find me a session on corta", | |
"intent": "FindTalkTrack", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 21, | |
"endPos": 25 | |
} | |
] | |
}, | |
{ | |
"text": "find me a talk on machine learning", | |
"intent": "FindTalkTrack", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 18, | |
"endPos": 24 | |
} | |
] | |
}, | |
{ | |
"text": "find an architecture session", | |
"intent": "FindTalkTrack", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 8, | |
"endPos": 19 | |
} | |
] | |
}, | |
{ | |
"text": "find me sessions on big data", | |
"intent": "FindTalkTrack", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 20, | |
"endPos": 27 | |
} | |
] | |
}, | |
{ | |
"text": "find me sessions for tuesday morning on cortana", | |
"intent": "FindTalkTrack", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 40, | |
"endPos": 46 | |
}, | |
{ | |
"entity": "DayOfTheWeek", | |
"startPos": 21, | |
"endPos": 27 | |
} | |
] | |
}, | |
{ | |
"text": "what office 365 sessions are there", | |
"intent": "FindTalkTrack", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 5, | |
"endPos": 14 | |
} | |
] | |
}, | |
{ | |
"text": "find cortana sessions monday", | |
"intent": "FindTalkTrack", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 5, | |
"endPos": 11 | |
}, | |
{ | |
"entity": "DayOfTheWeek", | |
"startPos": 22, | |
"endPos": 27 | |
} | |
] | |
}, | |
{ | |
"text": "find me a session on sharepoint", | |
"intent": "FindTalkTrack", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 21, | |
"endPos": 30 | |
} | |
] | |
}, | |
{ | |
"text": "cortana sessions", | |
"intent": "FindTalkTrack", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 0, | |
"endPos": 6 | |
} | |
] | |
}, | |
{ | |
"text": "find me a talk on cortana", | |
"intent": "FindTalkTrack", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 18, | |
"endPos": 24 | |
} | |
] | |
}, | |
{ | |
"text": "cortana sessions on monday", | |
"intent": "FindTalkTrack", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 0, | |
"endPos": 6 | |
}, | |
{ | |
"entity": "DayOfTheWeek", | |
"startPos": 20, | |
"endPos": 25 | |
} | |
] | |
}, | |
{ | |
"text": "what sessions in the architecture track are on in the morning of the 09/28/2016", | |
"intent": "FindTalkTrack", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 21, | |
"endPos": 32 | |
} | |
] | |
}, | |
{ | |
"text": "cortana sessions monday", | |
"intent": "FindTalkTrack", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 0, | |
"endPos": 6 | |
}, | |
{ | |
"entity": "DayOfTheWeek", | |
"startPos": 17, | |
"endPos": 22 | |
} | |
] | |
}, | |
{ | |
"text": "find sessions on cortana", | |
"intent": "FindTalkTrack", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 17, | |
"endPos": 23 | |
} | |
] | |
}, | |
{ | |
"text": "windows sessions", | |
"intent": "FindTalkTrack", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 0, | |
"endPos": 6 | |
} | |
] | |
}, | |
{ | |
"text": "find cortana sessions monday morning", | |
"intent": "FindTalkTrack", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 5, | |
"endPos": 11 | |
}, | |
{ | |
"entity": "DayOfTheWeek", | |
"startPos": 22, | |
"endPos": 27 | |
} | |
] | |
}, | |
{ | |
"text": "sessions on windows", | |
"intent": "FindTalkTrack", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 12, | |
"endPos": 18 | |
} | |
] | |
}, | |
{ | |
"text": "sessions on cortana", | |
"intent": "FindTalkTrack", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 12, | |
"endPos": 18 | |
} | |
] | |
}, | |
{ | |
"text": "find presentations about big data on monday", | |
"intent": "FindTalkTrack", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 25, | |
"endPos": 32 | |
}, | |
{ | |
"entity": "DayOfTheWeek", | |
"startPos": 37, | |
"endPos": 42 | |
} | |
] | |
}, | |
{ | |
"text": "presentations about big data on tuesday", | |
"intent": "FindTalkTrack", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 20, | |
"endPos": 27 | |
}, | |
{ | |
"entity": "DayOfTheWeek", | |
"startPos": 32, | |
"endPos": 38 | |
} | |
] | |
}, | |
{ | |
"text": "presentations about cortana on tuesday", | |
"intent": "FindTalkTrack", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 20, | |
"endPos": 26 | |
}, | |
{ | |
"entity": "DayOfTheWeek", | |
"startPos": 31, | |
"endPos": 37 | |
} | |
] | |
}, | |
{ | |
"text": "talks about cortana on monday", | |
"intent": "FindTalkTrack", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 12, | |
"endPos": 18 | |
}, | |
{ | |
"entity": "DayOfTheWeek", | |
"startPos": 23, | |
"endPos": 28 | |
} | |
] | |
}, | |
{ | |
"text": "talks about cloud productivity on monday", | |
"intent": "FindTalkTrack", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 12, | |
"endPos": 29 | |
}, | |
{ | |
"entity": "DayOfTheWeek", | |
"startPos": 34, | |
"endPos": 39 | |
} | |
] | |
}, | |
{ | |
"text": "talks about cortana on thursday", | |
"intent": "FindTalkTrack", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 12, | |
"endPos": 18 | |
}, | |
{ | |
"entity": "DayOfTheWeek", | |
"startPos": 23, | |
"endPos": 30 | |
} | |
] | |
}, | |
{ | |
"text": "talks about cortana on tuesday", | |
"intent": "FindTalkTrack", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 12, | |
"endPos": 18 | |
}, | |
{ | |
"entity": "DayOfTheWeek", | |
"startPos": 23, | |
"endPos": 29 | |
} | |
] | |
}, | |
{ | |
"text": "talks about tools & technologies on thursday", | |
"intent": "FindTalkTrack", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 12, | |
"endPos": 31 | |
}, | |
{ | |
"entity": "DayOfTheWeek", | |
"startPos": 36, | |
"endPos": 43 | |
} | |
] | |
}, | |
{ | |
"text": "find deployment tracks on tuesday", | |
"intent": "FindTalkTrack", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 5, | |
"endPos": 14 | |
}, | |
{ | |
"entity": "DayOfTheWeek", | |
"startPos": 26, | |
"endPos": 32 | |
} | |
] | |
}, | |
{ | |
"text": "find talks about office 365 on monday", | |
"intent": "FindTalkTrack", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 17, | |
"endPos": 26 | |
}, | |
{ | |
"entity": "DayOfTheWeek", | |
"startPos": 31, | |
"endPos": 36 | |
} | |
] | |
}, | |
{ | |
"text": "any office talks on wednesday", | |
"intent": "FindTalkTrack", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 4, | |
"endPos": 9 | |
}, | |
{ | |
"entity": "DayOfTheWeek", | |
"startPos": 20, | |
"endPos": 28 | |
} | |
] | |
}, | |
{ | |
"text": "what project management presentaions are there on tuesday", | |
"intent": "FindTalkTrack", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 5, | |
"endPos": 22 | |
} | |
] | |
}, | |
{ | |
"text": "any insights presentations on thursday?", | |
"intent": "FindTalkTrack", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 4, | |
"endPos": 11 | |
}, | |
{ | |
"entity": "DayOfTheWeek", | |
"startPos": 30, | |
"endPos": 37 | |
} | |
] | |
}, | |
{ | |
"text": "office talks on friday", | |
"intent": "FindTalkTrack", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 0, | |
"endPos": 5 | |
}, | |
{ | |
"entity": "DayOfTheWeek", | |
"startPos": 16, | |
"endPos": 21 | |
} | |
] | |
}, | |
{ | |
"text": "what data platform talks are there on monday", | |
"intent": "FindTalkTrack", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 5, | |
"endPos": 17 | |
} | |
] | |
}, | |
{ | |
"text": "what cortana talks are monday", | |
"intent": "FindTalkTrack", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 5, | |
"endPos": 11 | |
}, | |
{ | |
"entity": "DayOfTheWeek", | |
"startPos": 23, | |
"endPos": 28 | |
} | |
] | |
}, | |
{ | |
"text": "cortana sessions monday morning", | |
"intent": "FindTalkTrack", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 0, | |
"endPos": 6 | |
}, | |
{ | |
"entity": "DayOfTheWeek", | |
"startPos": 17, | |
"endPos": 22 | |
} | |
] | |
}, | |
{ | |
"text": "what are big data talks on monday", | |
"intent": "FindTalkTrack", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 9, | |
"endPos": 16 | |
}, | |
{ | |
"entity": "DayOfTheWeek", | |
"startPos": 27, | |
"endPos": 32 | |
} | |
] | |
}, | |
{ | |
"text": "find me a session on cortana", | |
"intent": "FindTalkTrack", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 21, | |
"endPos": 27 | |
} | |
] | |
}, | |
{ | |
"text": "find session on cortana", | |
"intent": "FindTalkTrack", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 16, | |
"endPos": 22 | |
} | |
] | |
}, | |
{ | |
"text": "find cortana sessions monday afternoon", | |
"intent": "FindTalkTrack", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 5, | |
"endPos": 11 | |
}, | |
{ | |
"entity": "DayOfTheWeek", | |
"startPos": 22, | |
"endPos": 27 | |
} | |
] | |
}, | |
{ | |
"text": "tell me more about manage skype for business with a single pane of glass - it pro tools", | |
"intent": "FindTalkTrack", | |
"entities": [] | |
}, | |
{ | |
"text": "find session on windows", | |
"intent": "FindTalkTrack", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 16, | |
"endPos": 22 | |
} | |
] | |
}, | |
{ | |
"text": "what sessions are focused on onedrive?", | |
"intent": "FindTalkTrack", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 29, | |
"endPos": 36 | |
} | |
] | |
}, | |
{ | |
"text": "@ignitebot any sessions covering identity?", | |
"intent": "FindTalkTrack", | |
"entities": [] | |
}, | |
{ | |
"text": "what is interesting event for machine learning", | |
"intent": "FindTalkTrack", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 30, | |
"endPos": 45 | |
} | |
] | |
}, | |
{ | |
"text": "find cortana session", | |
"intent": "FindTalkTrack", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 5, | |
"endPos": 11 | |
} | |
] | |
}, | |
{ | |
"text": "power bi?", | |
"intent": "FindTalkTrack", | |
"entities": [] | |
}, | |
{ | |
"text": "tell me more about hubtalk: moving forward with office 365 and skype for business", | |
"intent": "FindTalkTrack", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 48, | |
"endPos": 57 | |
}, | |
{ | |
"entity": "Talk", | |
"startPos": 19, | |
"endPos": 25 | |
} | |
] | |
}, | |
{ | |
"text": "find cortana session 09/26/2016]", | |
"intent": "FindTalkTrack", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 5, | |
"endPos": 11 | |
} | |
] | |
}, | |
{ | |
"text": "mickael kophs", | |
"intent": "FindTalkTrack", | |
"entities": [] | |
}, | |
{ | |
"text": "find cortana session 09/26/2016", | |
"intent": "FindTalkTrack", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 5, | |
"endPos": 11 | |
} | |
] | |
}, | |
{ | |
"text": "find me a cortana session monday", | |
"intent": "FindTalkTrack", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 10, | |
"endPos": 16 | |
} | |
] | |
}, | |
{ | |
"text": "mdop", | |
"intent": "FindTalkTrack", | |
"entities": [] | |
}, | |
{ | |
"text": "find me talks about office 365", | |
"intent": "FindTalkTrack", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 20, | |
"endPos": 29 | |
} | |
] | |
}, | |
{ | |
"text": "find me office 365", | |
"intent": "FindTalkTrack", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 8, | |
"endPos": 17 | |
} | |
] | |
}, | |
{ | |
"text": "show me sessions about .net", | |
"intent": "FindTalkTrack", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 23, | |
"endPos": 26 | |
} | |
] | |
}, | |
{ | |
"text": "what's in the azure track?", | |
"intent": "FindTalkTrack", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 14, | |
"endPos": 18 | |
} | |
] | |
}, | |
{ | |
"text": ".net", | |
"intent": "FindTalkTrack", | |
"entities": [] | |
}, | |
{ | |
"text": "tell me about arc202", | |
"intent": "GetSessionInformation", | |
"entities": [] | |
}, | |
{ | |
"text": "get information on arc201", | |
"intent": "GetSessionInformation", | |
"entities": [] | |
}, | |
{ | |
"text": "more information on dev301", | |
"intent": "GetSessionInformation", | |
"entities": [ | |
{ | |
"entity": "Talk", | |
"startPos": 20, | |
"endPos": 25 | |
} | |
] | |
}, | |
{ | |
"text": "can you get more informationa about dev202", | |
"intent": "GetSessionInformation", | |
"entities": [ | |
{ | |
"entity": "Talk", | |
"startPos": 36, | |
"endPos": 41 | |
} | |
] | |
}, | |
{ | |
"text": "can you get more information about arc203", | |
"intent": "GetSessionInformation", | |
"entities": [ | |
{ | |
"entity": "Talk", | |
"startPos": 35, | |
"endPos": 40 | |
} | |
] | |
}, | |
{ | |
"text": "get information on arc202", | |
"intent": "GetSessionInformation", | |
"entities": [ | |
{ | |
"entity": "Talk", | |
"startPos": 19, | |
"endPos": 24 | |
} | |
] | |
}, | |
{ | |
"text": "where is arc201", | |
"intent": "GetSessionInformation", | |
"entities": [ | |
{ | |
"entity": "Talk", | |
"startPos": 9, | |
"endPos": 14 | |
} | |
] | |
}, | |
{ | |
"text": "when is dev302", | |
"intent": "GetSessionInformation", | |
"entities": [ | |
{ | |
"entity": "Talk", | |
"startPos": 8, | |
"endPos": 13 | |
} | |
] | |
}, | |
{ | |
"text": "what time is arc201", | |
"intent": "GetSessionInformation", | |
"entities": [ | |
{ | |
"entity": "Talk", | |
"startPos": 13, | |
"endPos": 18 | |
} | |
] | |
}, | |
{ | |
"text": "when is dev201", | |
"intent": "GetSessionInformation", | |
"entities": [ | |
{ | |
"entity": "Talk", | |
"startPos": 8, | |
"endPos": 13 | |
} | |
] | |
}, | |
{ | |
"text": "what time is dev201", | |
"intent": "GetSessionInformation", | |
"entities": [ | |
{ | |
"entity": "Talk", | |
"startPos": 13, | |
"endPos": 18 | |
} | |
] | |
}, | |
{ | |
"text": "where is dev301", | |
"intent": "GetSessionInformation", | |
"entities": [ | |
{ | |
"entity": "Talk", | |
"startPos": 9, | |
"endPos": 14 | |
} | |
] | |
}, | |
{ | |
"text": "when is cdphol204", | |
"intent": "GetSessionInformation", | |
"entities": [ | |
{ | |
"entity": "Talk", | |
"startPos": 8, | |
"endPos": 16 | |
} | |
] | |
}, | |
{ | |
"text": "when is dev301", | |
"intent": "GetSessionInformation", | |
"entities": [ | |
{ | |
"entity": "Talk", | |
"startPos": 8, | |
"endPos": 13 | |
} | |
] | |
}, | |
{ | |
"text": "when is cdp329", | |
"intent": "GetSessionInformation", | |
"entities": [ | |
{ | |
"entity": "Talk", | |
"startPos": 8, | |
"endPos": 13 | |
} | |
] | |
}, | |
{ | |
"text": "whats cdpil300 about", | |
"intent": "GetSessionInformation", | |
"entities": [ | |
{ | |
"entity": "Talk", | |
"startPos": 6, | |
"endPos": 13 | |
} | |
] | |
}, | |
{ | |
"text": "tell me about cdphol204", | |
"intent": "GetSessionInformation", | |
"entities": [] | |
}, | |
{ | |
"text": "when is arc308", | |
"intent": "GetSessionInformation", | |
"entities": [ | |
{ | |
"entity": "Talk", | |
"startPos": 8, | |
"endPos": 13 | |
} | |
] | |
}, | |
{ | |
"text": "when is cdp334", | |
"intent": "GetSessionInformation", | |
"entities": [ | |
{ | |
"entity": "Talk", | |
"startPos": 8, | |
"endPos": 13 | |
} | |
] | |
}, | |
{ | |
"text": "tell me more about cdphol204", | |
"intent": "GetSessionInformation", | |
"entities": [ | |
{ | |
"entity": "Talk", | |
"startPos": 19, | |
"endPos": 27 | |
} | |
] | |
}, | |
{ | |
"text": "when is arc206", | |
"intent": "GetSessionInformation", | |
"entities": [ | |
{ | |
"entity": "Talk", | |
"startPos": 8, | |
"endPos": 13 | |
} | |
] | |
}, | |
{ | |
"text": "where is arc206", | |
"intent": "GetSessionInformation", | |
"entities": [ | |
{ | |
"entity": "Talk", | |
"startPos": 9, | |
"endPos": 14 | |
} | |
] | |
}, | |
{ | |
"text": "get info on arc202", | |
"intent": "GetSessionInformation", | |
"entities": [ | |
{ | |
"entity": "Talk", | |
"startPos": 12, | |
"endPos": 17 | |
} | |
] | |
}, | |
{ | |
"text": "where is arcct208?", | |
"intent": "GetSessionInformation", | |
"entities": [ | |
{ | |
"entity": "Talk", | |
"startPos": 9, | |
"endPos": 16 | |
} | |
] | |
}, | |
{ | |
"text": "get information on thr2177r2", | |
"intent": "GetSessionInformation", | |
"entities": [ | |
{ | |
"entity": "Talk", | |
"startPos": 19, | |
"endPos": 27 | |
} | |
] | |
}, | |
{ | |
"text": "get information on brk2221", | |
"intent": "GetSessionInformation", | |
"entities": [ | |
{ | |
"entity": "Talk", | |
"startPos": 19, | |
"endPos": 25 | |
} | |
] | |
}, | |
{ | |
"text": "tell me about thr2102", | |
"intent": "GetSessionInformation", | |
"entities": [ | |
{ | |
"entity": "Talk", | |
"startPos": 14, | |
"endPos": 20 | |
} | |
] | |
}, | |
{ | |
"text": "tell me about brk2008", | |
"intent": "GetSessionInformation", | |
"entities": [ | |
{ | |
"entity": "Talk", | |
"startPos": 14, | |
"endPos": 20 | |
} | |
] | |
}, | |
{ | |
"text": "get information on thr2102", | |
"intent": "GetSessionInformation", | |
"entities": [ | |
{ | |
"entity": "Talk", | |
"startPos": 19, | |
"endPos": 25 | |
} | |
] | |
}, | |
{ | |
"text": "where is", | |
"intent": "GetSessionInformation", | |
"entities": [] | |
}, | |
{ | |
"text": "where is brk4421", | |
"intent": "GetSessionInformation", | |
"entities": [ | |
{ | |
"entity": "Talk", | |
"startPos": 9, | |
"endPos": 15 | |
} | |
] | |
}, | |
{ | |
"text": "where is brk44211", | |
"intent": "GetSessionInformation", | |
"entities": [ | |
{ | |
"entity": "Talk", | |
"startPos": 9, | |
"endPos": 16 | |
} | |
] | |
}, | |
{ | |
"text": "when is", | |
"intent": "GetSessionInformation", | |
"entities": [] | |
}, | |
{ | |
"text": "can i have more information on brk2221", | |
"intent": "GetSessionInformation", | |
"entities": [ | |
{ | |
"entity": "Talk", | |
"startPos": 31, | |
"endPos": 37 | |
} | |
] | |
}, | |
{ | |
"text": "when is brk2178", | |
"intent": "GetSessionInformation", | |
"entities": [ | |
{ | |
"entity": "Talk", | |
"startPos": 8, | |
"endPos": 14 | |
} | |
] | |
}, | |
{ | |
"text": "when is brk2004", | |
"intent": "GetSessionInformation", | |
"entities": [ | |
{ | |
"entity": "Talk", | |
"startPos": 8, | |
"endPos": 14 | |
} | |
] | |
}, | |
{ | |
"text": "when is gs03", | |
"intent": "GetSessionInformation", | |
"entities": [ | |
{ | |
"entity": "Talk", | |
"startPos": 8, | |
"endPos": 11 | |
} | |
] | |
}, | |
{ | |
"text": "when is brk4421", | |
"intent": "GetSessionInformation", | |
"entities": [ | |
{ | |
"entity": "Talk", | |
"startPos": 8, | |
"endPos": 14 | |
} | |
] | |
}, | |
{ | |
"text": "tell me now about thr3056r", | |
"intent": "GetSessionInformation", | |
"entities": [ | |
{ | |
"entity": "Talk", | |
"startPos": 18, | |
"endPos": 25 | |
} | |
] | |
}, | |
{ | |
"text": "can i have more information about brk2178", | |
"intent": "GetSessionInformation", | |
"entities": [ | |
{ | |
"entity": "Talk", | |
"startPos": 34, | |
"endPos": 40 | |
} | |
] | |
}, | |
{ | |
"text": "when is that", | |
"intent": "GetSessionInformation", | |
"entities": [] | |
}, | |
{ | |
"text": "brk2004", | |
"intent": "GetSessionInformation", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 0, | |
"endPos": 6 | |
} | |
] | |
}, | |
{ | |
"text": "brk1001", | |
"intent": "GetSessionInformation", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 0, | |
"endPos": 6 | |
} | |
] | |
}, | |
{ | |
"text": "brk3174", | |
"intent": "GetSessionInformation", | |
"entities": [ | |
{ | |
"entity": "Talk", | |
"startPos": 0, | |
"endPos": 6 | |
} | |
] | |
}, | |
{ | |
"text": "where is brk2020", | |
"intent": "GetSessionInformation", | |
"entities": [ | |
{ | |
"entity": "Talk", | |
"startPos": 9, | |
"endPos": 15 | |
} | |
] | |
}, | |
{ | |
"text": "what room is pre01 in", | |
"intent": "GetSessionInformation", | |
"entities": [ | |
{ | |
"entity": "Talk", | |
"startPos": 13, | |
"endPos": 17 | |
} | |
] | |
}, | |
{ | |
"text": "whenis brk2004", | |
"intent": "GetSessionInformation", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 7, | |
"endPos": 13 | |
} | |
] | |
}, | |
{ | |
"text": "session 19214 location", | |
"intent": "GetSessionInformation", | |
"entities": [] | |
}, | |
{ | |
"text": "tell me more about develop asp.net core authentication middleware for sharepoint apps", | |
"intent": "GetSessionInformation", | |
"entities": [] | |
}, | |
{ | |
"text": "add lifespan and value to your existing microsoft surface (repeat)", | |
"intent": "GetSessionInformation", | |
"entities": [] | |
}, | |
{ | |
"text": "please find session add lifespan and value to your existing microsoft surface (repeat)", | |
"intent": "GetSessionInformation", | |
"entities": [] | |
}, | |
{ | |
"text": "find session brk4421", | |
"intent": "GetSessionInformation", | |
"entities": [ | |
{ | |
"entity": "Tracks", | |
"startPos": 13, | |
"endPos": 19 | |
} | |
] | |
}, | |
{ | |
"text": "what is session pre01", | |
"intent": "GetSessionInformation", | |
"entities": [] | |
}, | |
{ | |
"text": "tell me more about", | |
"intent": "GetSessionInformation", | |
"entities": [] | |
}, | |
{ | |
"text": "show me detail on net312", | |
"intent": "GetSessionInformation", | |
"entities": [ | |
{ | |
"entity": "Talk", | |
"startPos": 18, | |
"endPos": 23 | |
} | |
] | |
}, | |
{ | |
"text": "tell me about kick111", | |
"intent": "GetSessionInformation", | |
"entities": [ | |
{ | |
"entity": "Talk", | |
"startPos": 14, | |
"endPos": 20 | |
} | |
] | |
}, | |
{ | |
"text": "tell me more about inf 223", | |
"intent": "GetSessionInformation", | |
"entities": [ | |
{ | |
"entity": "Talk", | |
"startPos": 19, | |
"endPos": 25 | |
} | |
] | |
}, | |
{ | |
"text": "tell me about kick 111", | |
"intent": "GetSessionInformation", | |
"entities": [ | |
{ | |
"entity": "Talk", | |
"startPos": 14, | |
"endPos": 21 | |
} | |
] | |
}, | |
{ | |
"text": "tell me more about kick111b2", | |
"intent": "GetSessionInformation", | |
"entities": [ | |
{ | |
"entity": "Talk", | |
"startPos": 19, | |
"endPos": 27 | |
} | |
] | |
}, | |
{ | |
"text": "tell me more about net113", | |
"intent": "GetSessionInformation", | |
"entities": [ | |
{ | |
"entity": "Talk", | |
"startPos": 19, | |
"endPos": 24 | |
} | |
] | |
}, | |
{ | |
"text": "tell me about kick111b", | |
"intent": "GetSessionInformation", | |
"entities": [ | |
{ | |
"entity": "Talk", | |
"startPos": 14, | |
"endPos": 21 | |
} | |
] | |
}, | |
{ | |
"text": "tell me about kick111111", | |
"intent": "GetSessionInformation", | |
"entities": [ | |
{ | |
"entity": "Talk", | |
"startPos": 14, | |
"endPos": 23 | |
} | |
] | |
}, | |
{ | |
"text": "nice to hear", | |
"intent": "ThankYou", | |
"entities": [] | |
}, | |
{ | |
"text": "thanks!", | |
"intent": "ThankYou", | |
"entities": [] | |
}, | |
{ | |
"text": "thanks", | |
"intent": "ThankYou", | |
"entities": [] | |
}, | |
{ | |
"text": "you are great", | |
"intent": "ThankYou", | |
"entities": [] | |
}, | |
{ | |
"text": "thank you", | |
"intent": "ThankYou", | |
"entities": [] | |
}, | |
{ | |
"text": "yes,thanks", | |
"intent": "ThankYou", | |
"entities": [] | |
}, | |
{ | |
"text": "thankyou", | |
"intent": "ThankYou", | |
"entities": [] | |
}, | |
{ | |
"text": "thanks.", | |
"intent": "ThankYou", | |
"entities": [] | |
}, | |
{ | |
"text": "thanks dawg", | |
"intent": "ThankYou", | |
"entities": [] | |
}, | |
{ | |
"text": "great", | |
"intent": "ThankYou", | |
"entities": [] | |
}, | |
{ | |
"text": "i am, thanks for asking.", | |
"intent": "ThankYou", | |
"entities": [] | |
}, | |
{ | |
"text": "thats great.", | |
"intent": "ThankYou", | |
"entities": [] | |
}, | |
{ | |
"text": "nice", | |
"intent": "ThankYou", | |
"entities": [] | |
}, | |
{ | |
"text": "hi thanks for stopping by", | |
"intent": "ThankYou", | |
"entities": [] | |
}, | |
{ | |
"text": "ok thanks", | |
"intent": "ThankYou", | |
"entities": [] | |
}, | |
{ | |
"text": "thx", | |
"intent": "ThankYou", | |
"entities": [] | |
}, | |
{ | |
"text": "great! thanks!", | |
"intent": "ThankYou", | |
"entities": [] | |
}, | |
{ | |
"text": "thanks bot", | |
"intent": "ThankYou", | |
"entities": [] | |
}, | |
{ | |
"text": "how were you built?", | |
"intent": "HowBuilt", | |
"entities": [] | |
}, | |
{ | |
"text": "how were you made", | |
"intent": "HowBuilt", | |
"entities": [] | |
}, | |
{ | |
"text": "how can i make a bot", | |
"intent": "HowBuilt", | |
"entities": [] | |
}, | |
{ | |
"text": "tell me more about bots", | |
"intent": "HowBuilt", | |
"entities": [] | |
}, | |
{ | |
"text": "how can i build a bot", | |
"intent": "HowBuilt", | |
"entities": [] | |
}, | |
{ | |
"text": "how can my company make a bot", | |
"intent": "HowBuilt", | |
"entities": [] | |
}, | |
{ | |
"text": "how can make bot", | |
"intent": "HowBuilt", | |
"entities": [] | |
}, | |
{ | |
"text": "who built you", | |
"intent": "HowBuilt", | |
"entities": [] | |
}, | |
{ | |
"text": "who built this bot", | |
"intent": "HowBuilt", | |
"entities": [] | |
}, | |
{ | |
"text": "about", | |
"intent": "HowBuilt", | |
"entities": [] | |
}, | |
{ | |
"text": "i'd like to leave feedback", | |
"intent": "Feedback", | |
"entities": [] | |
}, | |
{ | |
"text": "leave feedback", | |
"intent": "Feedback", | |
"entities": [] | |
}, | |
{ | |
"text": "how do i leave feedback", | |
"intent": "Feedback", | |
"entities": [] | |
}, | |
{ | |
"text": "feedback", | |
"intent": "Feedback", | |
"entities": [] | |
}, | |
{ | |
"text": "feedback on bot", | |
"intent": "Feedback", | |
"entities": [] | |
}, | |
{ | |
"text": "give feedback", | |
"intent": "Feedback", | |
"entities": [] | |
}, | |
{ | |
"text": "share my thoughts", | |
"intent": "Feedback", | |
"entities": [] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment