microsoft / NLU.DevOps

Tools supporting continuous integration and deployment for NLU services.
MIT License
36 stars 24 forks source link

Adds experimental use of LUIS batch testing #336

Closed rozele closed 3 years ago

rozele commented 3 years ago

Adds a new interface for NLU providers capable of providing batch testing capabilities. Creates an implementation of the batch testing interface for LUIS.

Fixes #334