Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Full features of luis prediction #2545

@xhr0804

Description

@xhr0804

Is your feature request related to a problem? Please describe.

I used luis in composer, and deployed it into the portal.
I got the predict result from luis portal with all intents and instance data:
“{"query":"find a confroom","prediction":{"topIntent":"FindMeetingRoom","intents":{"FindMeetingRoom":{"score":0.430218428},"None":{"score":0.09387313},"CreateMeeting":{"score":0.0279416535},"AcceptMeeting":{"score":0.00673450669},"ShowNextMeeting":{"score":0.00178787776}},"entities":{"SlotAttributeName":[["room"]],"$instance":{"SlotAttributeName":[{"type":"SlotAttributeName","text":"confroom","startIndex":7,"length":8,"modelTypeId":5,"modelType":"List Entity Extractor","recognitionSources":["model"]}]}}}}”

But the composer just get a simple predict result:
image

Describe the solution you'd like

Provide a way to set the predict options so that we can get more predict result if we need.
https://github.com/microsoft/botbuilder-dotnet/blob/master/libraries/Microsoft.Bot.Builder.AI.LUIS/V3/LuisPredictionOptions.cs

Describe alternatives you've considered

Additional context

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions