You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 9, 2025. It is now read-only.
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: