cmayomsft / promptly-dotnet

.NET conversation modelling library for building bots with Bot Builder SDK V4.
MIT License
8 stars 6 forks source link

Adds extension method to allow for adding empty subtopic delegate #2

Closed drub0y closed 6 years ago

drub0y commented 6 years ago

Adds an extension method to Dictionary<string, CreateSubTopicDelegate> that allows callers to specify an empty Func<ITopic> which will be wrapped in a CreateSubTopicDelegate that simply eats the incoming args and invokes the underlying Func<ITopic>.