microsoft / cognitive-services-speech-sdk-js

Microsoft Azure Cognitive Services Speech SDK for JavaScript
Other
261 stars 95 forks source link

IntentRecognizer - Supporting CLU and simple pattern matching #790

Open linxiano opened 7 months ago

linxiano commented 7 months ago

What happened?

I have a project where intent recognition is needed. I wanted to do a setup using the cognitive speech service from Azure with LUIS for doing intent recognition. Since LUIS is being deprecated and the JS lib isn't supporting integration with CLU and the simple pattern matching isn't working either (https://learn.microsoft.com/en-us/azure/ai-services/speech-service/intent-recognition#pattern-matching), what are the plans to support CLU in the lib? Or making simple pattern matching work?

Version

1.34.0 (Latest)

What browser/platform are you seeing the problem on?

No response

Relevant log output

No response

glharper commented 7 months ago

@linxiano Thank you for using JS Speech SDK, and writing this issue up. I've added CLU support in JS Speech SDK to the team backlog, and we will figure out how to prioritize it, given the LUIS deprecation.

Internal Ref. ID 6447101