Spaces:
Build error
Build error
Validify-testbot-1
/
botbuilder-python
/libraries
/botbuilder-ai
/tests
/luis
/test_data
/NoEntitiesInstanceTrue_v3.json
| { | |
| "entities": { | |
| "$instance": {} | |
| }, | |
| "intents": { | |
| "Greeting": { | |
| "score": 0.9589885 | |
| } | |
| }, | |
| "text": "Hi", | |
| "v3": { | |
| "options": { | |
| "includeAllIntents": false, | |
| "includeAPIResults": true, | |
| "includeInstanceData": true, | |
| "log": true, | |
| "preferExternalEntities": true, | |
| "slot": "production" | |
| }, | |
| "response": { | |
| "query": "Hi", | |
| "prediction": { | |
| "topIntent": "Greeting", | |
| "intents": { | |
| "Greeting": { | |
| "score": 0.9589885 | |
| } | |
| }, | |
| "entities": {} | |
| } | |
| } | |
| } | |
| } | |