Loading all intents from LUIS intent recognizer

holyone2 1 Reputation point
2021-10-21T13:15:29.037+00:00

I am using LUIS with speech input according to: https://github.com/Azure-Samples/cognitive-services-speech-sdk/blob/master/quickstart/python/intent-recognition/quickstart.py

But ran into two problems, would be great if anyone has any advice:
* Is there a way to list what intents have been added? When I add all intents from the model (intent_recognizer.add_all_intents(model)) it seems no intents can be recognized. When I copy-paste the utterance into the LUIS GUI test pane, it works, but not when running via the quickstart script.
* Is there any way to get the full LUIS API result returned? I ask because I want to extract the entities, not just the intent.

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,413 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,417 questions
{count} votes