Spaces:
Build error
Build error
Validify-testbot-1
/
botbuilder-python
/libraries
/botbuilder-ai
/tests
/luis
/test_data
/Patterns.json
| { | |
| "text": "email about something wicked this way comes from bart simpson and also kb435", | |
| "intents": { | |
| "search": { | |
| "score": 0.999999 | |
| }, | |
| "None": { | |
| "score": 7.91005E-06 | |
| }, | |
| "EntityTests": { | |
| "score": 5.412342E-06 | |
| }, | |
| "Weather_GetForecast": { | |
| "score": 3.7898792E-06 | |
| }, | |
| "Delivery": { | |
| "score": 2.06122013E-06 | |
| }, | |
| "SpecifyName": { | |
| "score": 1.76767367E-06 | |
| }, | |
| "Travel": { | |
| "score": 1.76767367E-06 | |
| }, | |
| "Greeting": { | |
| "score": 5.9375E-10 | |
| }, | |
| "Cancel": { | |
| "score": 5.529412E-10 | |
| }, | |
| "Help": { | |
| "score": 5.529412E-10 | |
| } | |
| }, | |
| "entities": { | |
| "$instance": { | |
| "Part": [ | |
| { | |
| "startIndex": 71, | |
| "endIndex": 76, | |
| "text": "kb435", | |
| "type": "Part" | |
| } | |
| ], | |
| "subject": [ | |
| { | |
| "startIndex": 12, | |
| "endIndex": 43, | |
| "text": "something wicked this way comes", | |
| "type": "subject" | |
| } | |
| ], | |
| "person": [ | |
| { | |
| "startIndex": 49, | |
| "endIndex": 61, | |
| "text": "bart simpson", | |
| "type": "person" | |
| } | |
| ], | |
| "extra": [ | |
| { | |
| "startIndex": 71, | |
| "endIndex": 76, | |
| "text": "kb435", | |
| "type": "subject" | |
| } | |
| ] | |
| }, | |
| "Part": [ | |
| "kb435" | |
| ], | |
| "subject": [ | |
| "something wicked this way comes" | |
| ], | |
| "person": [ | |
| "bart simpson" | |
| ], | |
| "extra": [ | |
| "kb435" | |
| ] | |
| }, | |
| "sentiment": { | |
| "label": "negative", | |
| "score": 0.210341513 | |
| }, | |
| "luisResult": { | |
| "query": "email about something wicked this way comes from bart simpson and also kb435", | |
| "topScoringIntent": { | |
| "intent": "search", | |
| "score": 0.999999 | |
| }, | |
| "intents": [ | |
| { | |
| "intent": "search", | |
| "score": 0.999999 | |
| }, | |
| { | |
| "intent": "None", | |
| "score": 7.91005E-06 | |
| }, | |
| { | |
| "intent": "EntityTests", | |
| "score": 5.412342E-06 | |
| }, | |
| { | |
| "intent": "Weather.GetForecast", | |
| "score": 3.7898792E-06 | |
| }, | |
| { | |
| "intent": "Delivery", | |
| "score": 2.06122013E-06 | |
| }, | |
| { | |
| "intent": "SpecifyName", | |
| "score": 1.76767367E-06 | |
| }, | |
| { | |
| "intent": "Travel", | |
| "score": 1.76767367E-06 | |
| }, | |
| { | |
| "intent": "Greeting", | |
| "score": 5.9375E-10 | |
| }, | |
| { | |
| "intent": "Cancel", | |
| "score": 5.529412E-10 | |
| }, | |
| { | |
| "intent": "Help", | |
| "score": 5.529412E-10 | |
| } | |
| ], | |
| "entities": [ | |
| { | |
| "entity": "kb435", | |
| "type": "Part", | |
| "startIndex": 71, | |
| "endIndex": 75 | |
| }, | |
| { | |
| "entity": "something wicked this way comes", | |
| "type": "subject", | |
| "startIndex": 12, | |
| "endIndex": 42, | |
| "role": "" | |
| }, | |
| { | |
| "entity": "bart simpson", | |
| "type": "person", | |
| "startIndex": 49, | |
| "endIndex": 60, | |
| "role": "" | |
| }, | |
| { | |
| "entity": "kb435", | |
| "type": "subject", | |
| "startIndex": 71, | |
| "endIndex": 75, | |
| "role": "extra" | |
| } | |
| ], | |
| "sentimentAnalysis": { | |
| "label": "negative", | |
| "score": 0.210341513 | |
| } | |
| } | |
| } |