Chris Mullins
12de6b01d8
Created a defaulted OnReceive Delegate to Handled, to more closley align with the Typescript code base.
2017-10-02 18:24:56 -07:00
Chris Mullins
11a054cddc
Moved projects around to fix silly location problems
2017-10-02 17:16:53 -07:00
Chris Mullins
e75e6bf0a3
Added LuisRecognizer, including tests
2017-10-02 16:55:00 -07:00
Chris Mullins
8a23d60b34
Resolves Concurrency Bug in FileStorage class reprorted via Hackfest.
2017-09-28 17:42:08 -07:00
Chris Mullins
7fdee3c6c8
Minor code cleanup on the Entity syntax
2017-09-27 17:30:25 -07:00
Chris Mullins
66c2824c93
Initial pass with Groups on RegEx Intent Recognition
2017-09-27 17:06:52 -07:00
Chris Mullins
43be82b50a
Added example of Bot based on Dependency Injection WebAPI
2017-09-27 13:32:46 -07:00
Chris Mullins
0e1be8d975
added example to the Console Connector sample to persist state across
...
Turns
2017-09-27 10:34:37 -07:00
Chris Mullins
98fe60add4
Prague Routing and Middleware, along with Unit Tests
2017-09-26 16:37:16 -07:00
Chris Mullins
94b34f9e9f
Added base code for the Prague routing layer. Classes and Namespaces not
...
finalized, but basic functionality and tests are now present.
2017-09-25 17:46:34 -07:00
Chris Mullins
85699265c8
Fixed spelling mistakes and casing isues
2017-09-22 18:33:01 -07:00
Chris Mullins
36be560000
Added RegEx Recognizers to the sample apps, and increased the complexity
...
a bit to show handling multiple intents.
2017-09-22 18:15:40 -07:00
Chris Mullins
8c2085213a
Added RegularExpressionMiddleware and related tests. Updated BotContext
...
with needed methods, and brought up to parity with JS changes.
2017-09-22 15:55:10 -07:00
Chris Mullins
7973dc668e
cleanup of TopIntents Test
2017-09-21 16:29:19 -07:00
Chris Mullins
2cb362b79a
Implemention of IntentRecognizerMiddleware, matching the semantics of
...
the JS version. Tests included.
2017-09-21 16:08:30 -07:00
Chris Mullins
7fac192115
removed un-necessary code in the State Managment Tests
2017-09-19 16:15:02 -07:00
Chris Mullins
1b6aadc218
Minor code cleanup and removal of build warnings
2017-09-19 15:36:27 -07:00
Chris Mullins
fe205330d6
Added additional tests to BotStateManager to be at partity with JS
...
codebase
2017-09-19 14:12:13 -07:00
Chris Mullins
5eeafdab41
Added BotStateManager and realated classes.
2017-09-15 17:40:16 -07:00
Chris Mullins
8c72bcea90
Cleaned up codebase, aligned with Javascript, and have tests passing ( #8 )
2017-09-13 16:03:38 -07:00
Chris Mullins
310a0a590c
Cosmetic changes. All tests still pass.
...
Added in exception handling on public methods around parameters.
General code cleanup and refactoring.
Major changes coming in NEXT iteration with the removal of the crazy
Dependepence Injection sytem that's there.
2017-09-05 17:53:34 -07:00
Tom Laird-McConnell
043c7aefb5
add comments for table storage unit tests
2017-09-01 07:57:23 -10:00
Tom Laird-McConnell
8b21c27e4b
add translator stubbed out code,
...
clean up interface definitions for middleware
2017-08-23 18:22:26 -07:00
Tom Laird-McConnell
30d2c6d708
add azure assembly with TableStorage implementation andunit tests
2017-08-20 09:55:55 -07:00
Tom Laird-McConnell
7e1ea04eee
add fi and storage implementations and unit tests around them
2017-08-17 08:53:26 -07:00
Shahin Shayandeh
fe3dab6e1a
Add TestConnector and Echo middleware test
2017-08-11 15:37:50 -07:00
Tom Laird-McConnell
01fb4d12f3
add storage provider stubbed out and change dynamiccontext to flexobject
2017-08-10 15:53:50 -07:00
Tom Laird-McConnell
3fce7e6c30
merge
2017-08-09 18:01:06 -07:00
Shahin Shayandeh
a6f0f088c3
Create new scope for each activity generated by console connector
2017-08-09 10:54:45 -07:00
Tom Laird-McConnell
0fa26272ee
merge
2017-08-09 09:55:22 -07:00
Tom Laird-McConnell
356fb95227
merge
2017-08-05 08:37:42 -07:00
Shahin Shayandeh
ef6098650a
Add ConsoleConnector and ConsoleConnector sample
2017-08-04 15:46:35 -07:00
Tom Laird-McConnell
d327d6762d
fix warning and add lock files
2017-08-04 13:47:12 -07:00
Shahin Shayandeh
296bd2ee4c
Make PostToConnector default wrapper around middlewares
2017-08-03 14:38:57 -07:00
Shahin Shayandeh
1a8b2e2d4e
Add ActivityResolver necessary for IConnectorClient
2017-08-03 14:38:57 -07:00
Shahin Shayandeh
430efec232
Remove ActivityResolver and add BotContextFactory
2017-08-03 14:38:56 -07:00
Shahin Shayandeh
f9b6a86dab
Change IMiddleware interface and add IHttpConnector
2017-08-03 14:38:56 -07:00
Shahin Shayandeh
56eaf01ebc
Modify echo bot and add echo bot middleware
2017-08-03 14:38:56 -07:00
Shahin Shayandeh
07b36f00ee
Implement botbuilder middlware pipeline and default post to connector middleware
2017-08-03 14:38:56 -07:00
Shahin Shayandeh
2ae53701ba
Add headers based authentication to BotAuthenticator
2017-08-03 14:38:56 -07:00
Shahin Shayandeh
bf014735b5
Add Microsoft.Bot.Connector and Sample connector echoBot (TODO: add Connector.Authentication and BotAuthenticationHanlder)
2017-07-20 21:36:30 -07:00
Shahin Shayandeh
f8c6d9ac90
Add dynamic context and bot.builder project
2017-07-20 21:36:30 -07:00