Граф коммитов

2494 Коммитов

Автор SHA1 Сообщение Дата
Chris McConnell 6f12de5fb4 Updated version to 18. 2016-03-25 11:51:50 -07:00
Chris McConnell f897ee8d52 Move to static form builder method on state class.
More documentation.
2016-03-25 11:50:58 -07:00
Chris McConnell da8442575c Expanded Field<T> to support Numeric and Recognizer.
Made numeric reponses 1.0 confidence.
Updated documentation.
2016-03-25 11:48:01 -07:00
Chris McConnell a434d7a59e Updated version number for nuget release. 2016-03-25 11:48:01 -07:00
Will Portnoy 152bc8dcc5 prefer Message to ResponseType(typeof(Message))) and HttpResponseMessage in ApiController.Post 2016-03-25 11:26:28 -07:00
Will Portnoy b1a0bc13b9 standardize on singular argument naming 2016-03-25 11:26:27 -07:00
Will Portnoy ff1fa8dd28 spelling 2016-03-25 11:26:26 -07:00
andreo@microsoft.com 6cf7078a1c minor css tweaks 2016-03-25 10:30:17 -07:00
Will Portnoy b4f98a1b30 fibers: invalid types sent from callee to caller should fail wait in parent first 2016-03-25 09:32:57 -07:00
Will Portnoy 53d3235ac6 move from ISerializeAsReference marker interface to IServiceProvider in StreamingContext 2016-03-24 23:14:45 -07:00
Will Portnoy f2a450af40 upgrade to bot connector 1.0 nuget package, reinstall nuget packages to clean up inconsistencies 2016-03-24 23:14:44 -07:00
Chris McConnell c027fcf331 Integration with Will. 2016-03-24 22:51:05 -07:00
Chris McConnell 434f68158b Document field.
Simiplify RecognizeEnumeration.
2016-03-24 22:44:43 -07:00
Chris McConnell 8a51f04d24 Made it so templates and prompts use params.
Removed CamelCasing from GenerateTerms.
Bumped the version number.
Added more example documentation.
2016-03-24 22:43:27 -07:00
andreo@microsoft.com 09c9913c76 adjusted title styling 2016-03-24 22:07:18 -07:00
andreo@microsoft.com 35cd75ae98 added some margin to tables and p 2016-03-24 22:04:39 -07:00
andreo@microsoft.com 14c2fb3289 fixed case on page title 2016-03-24 21:58:44 -07:00
Will Portnoy 3fcb17087c rename PostAsync to SendAsync for IUserToBot 2016-03-24 21:50:38 -07:00
andreo@microsoft.com 3f9bb25190 removed auto resizing --> scrollbars on left nav and content 2016-03-24 21:48:54 -07:00
andreo@microsoft.com e4b243f083 updated nav with prod links 2016-03-24 21:38:25 -07:00
andreo@microsoft.com 33bcac2177 changed project title in doxyfile, excluded /library/README.md, fixed <title> and nav links in template header 2016-03-24 21:22:41 -07:00
Will Portnoy 7000dfcab3 forms: remove majority of generic constraints 2016-03-24 21:12:04 -07:00
andreo@microsoft.com 293126c2b5 increased content top padding 2016-03-24 18:55:20 -07:00
Will Portnoy d0ec311312 rename IFormModel -> IForm, IFormModelBuider -> IFormBuilder 2016-03-24 17:38:05 -07:00
Will Portnoy 269763db47 rename EchoDialogTests -> EchoBotTests 2016-03-24 17:19:47 -07:00
Will Portnoy 457554bf6d prompt for floating point numbers, with tests 2016-03-24 17:19:46 -07:00
Will Portnoy d2efc40492 restore echo bot tests 2016-03-24 17:19:45 -07:00
Chris McConnell 8df4c2af6a Merge with Will's changes. 2016-03-24 17:00:07 -07:00
Chris McConnell 762ac9f34d More documentation.
Make it so AllowNumbers is inferred for prompts.
2016-03-24 16:55:15 -07:00
Steven Ickman d79a6c9632 Changed default Intent threshold to 0.1 from 0.3 2016-03-24 15:45:23 -07:00
Steven Ickman c5b05a3101 Merge branch 'master' of https://github.com/Microsoft/BotBuilder 2016-03-24 15:28:12 -07:00
Steven Ickman 31f65c593b Added basics-naturalLanguage sample 2016-03-24 15:28:04 -07:00
Will Portnoy fdc3e0a28b restore echo bot sample 2016-03-24 15:07:43 -07:00
Will Portnoy 9ce3b2f7a9 restore simple alarm sample 2016-03-24 14:58:36 -07:00
Will Portnoy 5dfffcd18d consistent naming for AnnotatedSandwichBot sample directory 2016-03-24 14:51:51 -07:00
Will Portnoy f67804921c typo in form model verbiage 2016-03-24 14:33:34 -07:00
Will Portnoy 60ef3d3e52 remove unused namespaces 2016-03-24 12:28:24 -07:00
Will Portnoy 8385376698 delete WaitHandleEx 2016-03-24 12:21:58 -07:00
Will Portnoy 71182e608a xml docs for interfaces 2016-03-24 12:16:54 -07:00
Will Portnoy 2512af149f move IDialogContext to its own file 2016-03-24 11:53:25 -07:00
Will Portnoy 50345ace13 move DialogContext to internals namespace 2016-03-24 11:51:13 -07:00
Will Portnoy de4f38a3e4 pass through cancellation token to PostAsync 2016-03-24 11:51:05 -07:00
Will Portnoy 49efd33d1d move CompositionRoot to its own file 2016-03-24 11:48:28 -07:00
Will Portnoy b4c1ecb69a move IBotData implementations to internals namespace 2016-03-24 11:42:41 -07:00
Will Portnoy d1c0425c9f move IBotData interfaces to separate file 2016-03-24 11:41:41 -07:00
Will Portnoy bb8987e3b5 add default form model maker 2016-03-24 11:38:24 -07:00
Will Portnoy d9f1bc9655 move from IDialog to IDialog<T> 2016-03-24 11:15:58 -07:00
Will Portnoy c4df2931f0 rename Form -> FormDialog 2016-03-24 10:33:48 -07:00
Will Portnoy fd90890fb3 update git attributes to have text = crlf 2016-03-24 10:28:35 -07:00
Steven Ickman 6b9cef750c Fixed an issue with TextBot.beginDialog() not clearing the users callstack. 2016-03-24 06:31:01 -07:00