Articles → MICROSOFT BOT FRAMEWORK → Batch testing in LUIS
Batch testing in LUIS
Purpose of batch testing
Create a JSON file
Click to Enlarge
Click to Enlarge
Click to Enlarge
Click to Enlarge
[
{
"text": "hello world",
"intent": "None",
"entities": []
},
{
"text": "hi",
"intent": "Greet",
"entities": []
},
{
"text": "how's the weather today",
"intent": "None",
"entities": []
},
{
"text": "what can you do",
"intent": "None",
"entities": []
},
{
"text": "what is the time now",
"intent": "None",
"entities": []
},
{
"text": "what's my name",
"intent": "None",
"entities": []
},
{
"text": "what's the weather today",
"intent": "None",
"entities": []
},
{
"text": "what's your name",
"intent": "None",
"entities": []
}
]
Perform batch testing
Click to Enlarge
Click to Enlarge
Click to Enlarge
Click to Enlarge
How to run the batch test?
Click to Enlarge
Click to Enlarge