Lisa Shade
Results
2
issues of
Lisa Shade
How can I load the dialog stack like this comment suggests? https://github.com/microsoft/BotBuilder-Samples/blob/0dab95601c6a97324f5e3011eedf665233ae1d4a/experimental/immediate-accept-adapter/csharp_dotnetcore/Bots/EchoBot.cs#L117 I'm working on Middleware that reprompts a user after they have been silent for 15 seconds. I trigger...
I have a bot with multiple Custom Actions that each do various HTTP requests. I want to avoid socket exhaustion and use one HttpClient across the whole solution with dependency...