Most voted "bot-framework" questions
None
Learn more…5 questions
Sort by count of
-
1
votes0
answers43
viewsProblem hosting Bot in Azure
I created a very simple bot using botframework and I am trying to host it in Azure, when I run it locally it works successfully but in the cloud is appearing the following error: I’m putting the…
-
1
votes1
answer38
viewsHow to Recover User Name in Botframework?
What is the C# code to retrieve the user name during the conversation?…
-
0
votes1
answer82
viewsIntegrating Formflow with Microsoft LUIS
I built a bot using the Microsoft Botbuilder SDK. I want a Botbuilder Formflow to recognize and capture entities in a user response. For example, if the user replies: my email is [email protected],…
-
0
votes0
answers27
viewsTool to send commands to third party websites
I have a system that facilitates the life of some customers, it should download and export some data daily, so some customers with little computer knowledge do not need to access the systems and do…
-
-1
votes1
answer990
viewsProblem with async / await - Syntaxerror: await is only Valid in async Function [closed]
Hello I’m trying to set up a function but without success. I use a "client.classifyImageUrl" function that will process a cognitive service, when finished, I need to take the result value (more…