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

2494 Коммитов

Автор SHA1 Сообщение Дата
Steven Ickman f432daa284 reference doc tweaks 2016-03-27 21:39:22 -07:00
Steven Ickman ae3538e6fb Merge branch 'master' of https://github.com/Microsoft/BotBuilder 2016-03-27 19:08:33 -07:00
Steven Ickman e26cd86ed6 Updated node reference docs with a few tweeks. 2016-03-27 19:07:14 -07:00
Chris McConnell 2437ece466 Fixed a bug where a final message would not get sent
Updated documentation for forms.
2016-03-27 17:47:53 -07:00
Chris McConnell 603a0ca0f2 Update line endings. 2016-03-27 15:15:05 -07:00
Chris McConnell 2b7d1de829 Update version.
Add some missing reference documentation.
2016-03-27 15:14:31 -07:00
Chris McConnell 78631bb98d Changed fields to set form when added to the form so that
we can use the Field and FieldReflector classes as defaults to programatically modify.
2016-03-27 15:14:31 -07:00
Chris McConnell 1e1f4b3146 Add validation of patterns.
Fix bug where numeric prompts did not get min/max.
2016-03-27 15:14:31 -07:00
andreo@microsoft.com 1877bc7203 fixed left nav issue 2016-03-27 14:36:45 -07:00
Will Portnoy 20eb92ff20 alarm sample: basic flow unit test 2016-03-26 23:56:44 -07:00
Will Portnoy b1b8b41412 fix broken echo dialog unit test 2016-03-26 23:26:22 -07:00
Will Portnoy b255afd897 alarm sample: rename bot to dialog 2016-03-26 23:23:11 -07:00
Will Portnoy 65d6a2ce55 alarm sample: move back to Dictionary for alarms, simplify serialization 2016-03-26 23:23:10 -07:00
Will Portnoy 2ba04af593 alarm sample: fix missing Wait for Message 2016-03-26 23:23:09 -07:00
Will Portnoy b87ad5442a luis: combine constructors 2016-03-26 23:23:08 -07:00
Will Portnoy 200d76e7e6 testing: introduce ILuisService to make it possible to mock LUIS 2016-03-26 23:23:07 -07:00
Steven Ickman 1267f9df20 Spelling fixes 2016-03-26 19:11:39 -07:00
Steven Ickman 9c4713588e Merge branch 'master' of https://github.com/Microsoft/BotBuilder 2016-03-26 18:03:25 -07:00
Steven Ickman 03e48208f9 Updated docs with IPromptOptions. Also removed some less useful methods off the Prompts class. 2016-03-26 18:03:07 -07:00
Chris McConnell 8361d40397 Update version for package publish. 2016-03-26 17:56:43 -07:00
Chris McConnell a74321f0c4 TODO lists in documentation. 2016-03-26 17:53:31 -07:00
Chris McConnell 25df37114e Documentation on EchoBot. 2016-03-26 17:30:37 -07:00
Chris McConnell 39503590e0 Make it so you can format state values in patterns.
Fixed a bug where a default date time would be considered a value.
2016-03-26 17:30:37 -07:00
Chris McConnell c05e4448bf Separate dialogs and form documentation. 2016-03-26 17:30:37 -07:00
Will Portnoy 969a41421f enhance simple alarm bot to have some useful state 2016-03-26 17:20:32 -07:00
Will Portnoy deaf2935be alarm bot: split up luis intent handlers 2016-03-26 13:24:27 -07:00
Chris McConnell ca0d08c612 Update version. 2016-03-26 12:58:26 -07:00
Chris McConnell 26647fb97b Added SimpleEchoDialog and fixed some warnings. 2016-03-26 12:52:03 -07:00
Will Portnoy 7d4937870b rename CompositionRoot to Conversation 2016-03-26 12:33:51 -07:00
Will Portnoy ceb6e6afc9 standardize FormDialog construction 2016-03-26 12:21:14 -07:00
Chris McConnell d21c9181fc Update version and remove all warnings. 2016-03-26 10:14:22 -07:00
Chris McConnell 86536c36ff Start on getting started. 2016-03-26 09:56:25 -07:00
Will Portnoy 9b2d16df92 remove vestigial StartAsync argument 2016-03-25 21:09:03 -07:00
andreo@microsoft.com 0efa0a2fb8 changed project title 2016-03-25 19:10:55 -07:00
Will Portnoy b06b959c7f documentation section name updates 2016-03-25 17:56:24 -07:00
Will Portnoy a78018ec5b make LuisDialog more amenable to inheritance 2016-03-25 17:39:08 -07:00
Chris McConnell c5c0c3a5df Update nuget packages to use release and semantic versioning. 2016-03-25 15:59:17 -07:00
Chris McConnell 694b021c04 Remove intercom build profiles. 2016-03-25 15:59:17 -07:00
Chris McConnell eb9d29b24b Improved confidence estimate by utilizing number of words of maximum words matched.
When clarifying, first overlapping interpretation only dominates if > than next.
2016-03-25 15:59:17 -07:00
Chris McConnell cf86d85de7 Update version and reinstall packages. 2016-03-25 15:58:31 -07:00
Chris McConnell 1534fd2fdc Change version number. 2016-03-25 15:56:53 -07:00
Chris McConnell 4f5710757e Fix a bug where field only name would get set as value. 2016-03-25 15:56:53 -07:00
Will Portnoy 6072edc01c drop explicit IFormBuilder<T> implementation (warning: duplicates defaults across interface and implementation) 2016-03-25 15:27:31 -07:00
Will Portnoy 4083101a7d project-wide #pragma warning disable CS1998 2016-03-25 15:21:52 -07:00
Will Portnoy 41edeb722c need to await IForm<T>.Completion 2016-03-25 15:19:34 -07:00
Will Portnoy e10f53d09f simple multiple message sends (untested) 2016-03-25 15:13:29 -07:00
Will Portnoy 2d18fc7447 forms: make IField.Validate and IStep.Process async Task methods 2016-03-25 15:13:27 -07:00
andreo@microsoft.com 2862b2ea6a left nav fixes 2016-03-25 14:12:57 -07:00
Will Portnoy 8fe126f8ff add copyright and license header to all source files 2016-03-25 14:09:51 -07:00
Will Portnoy db8426d8e2 dialog documentation section 2016-03-25 13:59:26 -07:00