python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
the type or namespace name luisresult could not be found
I have a C# chatbot and I want to connect LUIS API to it but I keep getting this error:
the type or namespace name luisresult could not be found
how can I solve this error?
private async Task Dispatc...
hamzahjazi98
Votes: 0
Answers: 1
How to access the entity value in Luis
I want to print the value of the entity that is already defined in the Luis portal, I already printed the TopIntent but I need to access the entity and print the value of it
hamzahjazi98
Votes: 0
Answers: 1
TypeError - Cannot Read property 'AzureSubscriptionId' of undefined - unable to publish bot in Bot Framework Composer
Recently I was unable to publish my bot to Azure using publishing profile.
I was getting: TypeError - Cannot Read property 'AzureSubscriptionId' of undefined error.
The bot ran locally just fine.
KRASSUSS
Votes: 0
Answers: 1
Luis Dispatch Model returning inconsistent intent scores
I have multiple LUIS Language Models within a Dispatch Model. This was published over 7 days ago.
When performing a query via the API I find that:
V3 of the API is consistent
Doesn't matter how frequ...
DrGriff
Votes: 0
Answers: 1