Spaces:
Build error
Build error
Validify-testbot-1
/
botbuilder-python
/libraries
/botbuilder-ai
/tests
/luis
/test_data
/SingleIntent_SimplyEntity.json
{ | |
"query": "my name is Emad", | |
"topScoringIntent": { | |
"intent": "SpecifyName", | |
"score": 0.8785189 | |
}, | |
"intents": [ | |
{ | |
"intent": "SpecifyName", | |
"score": 0.8785189 | |
} | |
], | |
"entities": [ | |
{ | |
"entity": "emad", | |
"type": "Name", | |
"startIndex": 11, | |
"endIndex": 14, | |
"score": 0.8446753 | |
} | |
] | |
} |