Commit f6daa3b
authored
Release 09-12-2017 (#287)
* merge branch 'live' into master
* Changing pluralization of SDKs to SDK (#283)
* Community content live sync work (#271)
* Update bot-builder-dotnet-quickstart.md
Restoring links to the controller & dialog templates that were present in previous documentation
* ISO 639-2 recommends use of the language codes in lower case (#175)
* Grammar correction. Whose, not Who's (#33)
* Updated to correct version of IISExpress (#35)
* Update resources-tools-downloads.md (#31)
* Update resources-tools-downloads.md
Add information for how to install the Visual Studio project templates.
* Update resources-tools-downloads.md
* Changed AttachmentLayouts to AttachmentLayoutTypes (#38)
The types of Attachment Layouts class is called AttachmentLayoutTypes and not AttachmentLayouts.
https://docs.botframework.com/en-us/csharp/builder/sdkreference/d7/d87/class_microsoft_1_1_bot_1_1_connector_1_1_attachment_layout_types.html
* Removing bad metadata (#183)
* Conversation designer (#178)
* requires (#186)
* Dialog next steps (#177)
* Added clarification for ListStyle in Prompts.choice
* Minor copy edits.
* Add reference to Manage state data topic.
* Saving progress...
* Bind actions to dialog
* Types table link to section instead.
* Confirm interruptions
* Added some more details and made some minor edits.
* Update links to reflect new file name for the 'Handle user actions' topic.
* Fix broken link.
* minor edits to the Actions topic and cross linking.
* fixed broken link
* Redirecting to the new topic.
* Revised content ready for review.
* fix broken links.
* Fixed Action node to live under Dialog.
* Edit based on revision comments.
* Fix broken link to "Action precedence" section.
* Dialog Overview - edited based on review feedback.
* Added a "Next step" section to each topics.
* Reorder Dialog TOC topics
* with revisions from paper notes
* Update bot-builder-dotnet-quickstart.md
Restoring links to the controller & dialog templates that were present in previous documentation
* Removing bad metadata (#183)
* Conversation designer (#178)
* requires (#186)
* Added Next step and move Dialogs before Messages in the TOC.
* Update referece to te persistCoversatioData flag...it's enabled by default.
* Clarify reference to global actions and added new section for customAction to the topic.
* Updated Next step to use button instead of link.
* Remove "Null response" section based on SteveIckman feedback.
* Update section to say "Next steps" for consistencies.
* Removing extraneous Additional Resources section
* Subscribe to bot events, always show bot online (#189)
Slack doc update
* Changing author alias (#193)
* links to best current samples, User Story 17067 (#185)
Fixed sample references.
* Second effort for PR181 (#187)
Next Steps and Requirement about .NET 4.6
* Groupme screencaps (#191)
GroupMe screen changes.
* Fixed broken anchor links from table to section in topic. (#195)
* Adding NoIndex, NoFollow to metadata (#196)
* Removing broken video
* Update bot-builder-nodejs-cortana-skill.md
Fixed bug reported by PM. Removed "Sign In Card" for Cortana channel link due to a security bug that we recently discovered.
* added dotnet scorable dialogs (#180)
* added dotnet scorable dialogs
* edited links, fixed typos to scorables article
* added date/title/header, grammar change
* Updated bot-builder-dotnet-scorable-dialogs.md
* Update filenames.md
* Added entries about the documentation (#206)
* Slack review (#204)
* Scorable review (#203)
* Resolve syncing conflicts from live-sync-work to live (#39)
* Release 07-07-2017 (#176)
* ISO 639-2 recommends use of the language codes in lower case (#175)
* Update bot-builder-dotnet-quickstart.md
Restoring links to the controller & dialog templates that were present in previous documentation
* Removing bad metadata (#183)
* Release 07-14-2017 (#184)
* Conversation designer (#178)
* Conversation Designer going live (#188)
* convert external Twilio links to HTML style target="_blank" to open in new tab.
* Secure bot reminder and ngrok command.
If you're debugging through Cortana, then the Microsoft App credentials need to specified in both the Bot Framework portal and the Web.config file. I also found that bots always ran on port 3979. And lastly, unless I specified the host header the requests would fail with 400.
* convert external links to open in new tab
* update external links to open in new tab
* Update bot-builder-nodejs-global-handlers.md
Added missing comma's in the examples of trigger actions
* Fixing link
* Revert "Merging upstream into public"
This reverts commit ed2438b, reversing
changes made to f4200df.
* Dotnet form flow updates (#161)
* Updated .NET FormFlow articles to add links to sample code on GitHub.
* Fixed broken link.
* Updated .NET FormFlow articles to move Sample code section.
* Fixed broken link.
* Update IActivity.xml
* Update IActivity.xml
Fixing indentation.
* Updating summary for ChannelData
* Updating IActivity docs with ChannelData remarks
* bugfix: domain parameter and log=false for compliance (#164)
* fix bug - domain parameter
* section link, class definition
* document log=off for privacy compliance
* fix heading
* Change .NET Framework target version (#166)
* Adding DirectLine to REST card (#167)
* Typo fix
* Removing location control from hub
* little fixes (#169)
Add an optional extended description…
* clicking on a speech bubble reveals the JSON data underlying the message. (#171)
* Microsoft.Bot.Builder template requires IIS Express; added download link. (#170)
* The Microsoft.Bot.Builder template requires IIS Express, so now there's a link where you can download it.
* occasional requirement: IIS Express download, a bit hard to find this link so now it's noted near the place where it's (occasionally) needed.
* section: dialog-based proactive message - fix broken sample code & link to botadaptor.js file
* add back comment with note about session.userData
* fix typo
* Anchor links (#173)
* Promoting questions to H2s for anchor links
* Updating title and H1
* Fixing outdated anchor links
* VS Community isn't supported by the template
* Update dos-and-donts.md
* Update style-and-voice.md
* Update style-and-voice.md
* Fixing link to botadapter.js
* section: dialog-based proactive message - fix broken sample code & link to botadaptor.js file
* add back comment with note about session.userData
* fix typo
* ISO 639-2 recommends use of the language codes in lower case (#175)
* Update bot-builder-dotnet-quickstart.md
Restoring links to the controller & dialog templates that were present in previous documentation
* Removing bad metadata (#183)
* Conversation designer (#178)
* requires (#186)
* Dialog next steps (#177)
* Added clarification for ListStyle in Prompts.choice
* Minor copy edits.
* Add reference to Manage state data topic.
* Saving progress...
* Bind actions to dialog
* Types table link to section instead.
* Confirm interruptions
* Added some more details and made some minor edits.
* Update links to reflect new file name for the 'Handle user actions' topic.
* Fix broken link.
* minor edits to the Actions topic and cross linking.
* fixed broken link
* Redirecting to the new topic.
* Revised content ready for review.
* fix broken links.
* Fixed Action node to live under Dialog.
* Edit based on revision comments.
* Fix broken link to "Action precedence" section.
* Dialog Overview - edited based on review feedback.
* Added a "Next step" section to each topics.
* Reorder Dialog TOC topics
* with revisions from paper notes
* Update bot-builder-dotnet-quickstart.md
Restoring links to the controller & dialog templates that were present in previous documentation
* Removing bad metadata (#183)
* Conversation designer (#178)
* requires (#186)
* Added Next step and move Dialogs before Messages in the TOC.
* Update referece to te persistCoversatioData flag...it's enabled by default.
* Clarify reference to global actions and added new section for customAction to the topic.
* Updated Next step to use button instead of link.
* Remove "Null response" section based on SteveIckman feedback.
* Update section to say "Next steps" for consistencies.
* Removing extraneous Additional Resources section
* Release 7-20-2017
* Added clarification for ListStyle in Prompts.choice
* Minor copy edits.
* Add reference to Manage state data topic.
* Saving progress...
* Bind actions to dialog
* Types table link to section instead.
* Confirm interruptions
* Added some more details and made some minor edits.
* Update links to reflect new file name for the 'Handle user actions' topic.
* Fix broken link.
* minor edits to the Actions topic and cross linking.
* fixed broken link
* Redirecting to the new topic.
* Revised content ready for review.
* fix broken links.
* Fixed Action node to live under Dialog.
* Edit based on revision comments.
* Fix broken link to "Action precedence" section.
* Dialog Overview - edited based on review feedback.
* Added a "Next step" section to each topics.
* Reorder Dialog TOC topics
* with revisions from paper notes
* Update bot-builder-dotnet-quickstart.md
Restoring links to the controller & dialog templates that were present in previous documentation
* Removing bad metadata (#183)
* Conversation designer (#178)
* requires (#186)
* Added Next step and move Dialogs before Messages in the TOC.
* Update referece to te persistCoversatioData flag...it's enabled by default.
* Clarify reference to global actions and added new section for customAction to the topic.
* Updated Next step to use button instead of link.
* Remove "Null response" section based on SteveIckman feedback.
* Update section to say "Next steps" for consistencies.
* Removing extraneous Additional Resources section
* Subscribe to bot events, always show bot online (#189)
Slack doc update
* Changing author alias (#193)
* links to best current samples, User Story 17067 (#185)
Fixed sample references.
* Second effort for PR181 (#187)
Next Steps and Requirement about .NET 4.6
* Groupme screencaps (#191)
GroupMe screen changes.
* Updates to Slack, GroupMe, sample links, next steps (#194)
* Fixed broken anchor links from table to section in topic. (#195)
* Adding NoIndex, NoFollow to metadata (#196)
* Release 7-24-2017 (#197)
* Removing broken video
* Update bot-builder-nodejs-cortana-skill.md
Fixed bug reported by PM. Removed "Sign In Card" for Cortana channel link due to a security bug that we recently discovered.
* Update bot-builder-nodejs-cortana-skill.md (#198)
Fixed bug reported by PM. Removed "Sign In Card" for Cortana channel link due to a security bug that we recently discovered.
* added dotnet scorable dialogs (#180)
* added dotnet scorable dialogs
* edited links, fixed typos to scorables article
* added date/title/header, grammar change
* Updated bot-builder-dotnet-scorable-dialogs.md
* Update filenames.md
* Added entries about the documentation (#206)
* Slack review (#204)
* Scorable review (#203)
* Grammar correction. Whose, not Who's (#33)
* Updated to correct version of IISExpress (#35)
* Changed AttachmentLayouts to AttachmentLayoutTypes (#38)
The types of Attachment Layouts class is called AttachmentLayoutTypes and not AttachmentLayouts.
https://docs.botframework.com/en-us/csharp/builder/sdkreference/d7/d87/class_microsoft_1_1_bot_1_1_connector_1_1_attachment_layout_types.html
* Update resources-tools-downloads.md (#31)
* Update resources-tools-downloads.md
Add information for how to install the Visual Studio project templates.
* Update resources-tools-downloads.md
* Release 08-01-2017 (#207)
* Updating next step
* Fixing illegal bookmark usage
* Fixing build warning in dotnet reference
* Fixing build warning in dotnet reference
* Staging for fix from nuget release
* Cropped out wechat icon. wechat is not supported (#209)
* three downloads for one template (#212)
* Initialize open publishing repository: https://github.com/MicrosoftDocs/bot-docs-pr of branch live
* Initialize open publishing repository: https://github.com/MicrosoftDocs/bot-docs-pr of branch master
* Fix for bug# 17564. Add gitter.im, specifically the BotBuilder ROOM (#216)
Bug details: https://fuselabs.visualstudio.com/BFDocs/_workitems/edit/17564
* Release 08-03-2017 (#217)
* Release 08-04-2017 (#221)
* 17561 deploy from local git (#215)
* add ms.date metadata (#219)
* Fixing search scope
* Resolve syncing conflicts from live-sync-work to live (#40)
* Delete duplicate section, correct info on how to select ListStyle (#41)
* Update bot-design-conversation-flow.md (#42)
* Update bot-builder-nodejs-send-suggested-actions.md (#43)
* Added ConsoleConnector language and example (#44)
* Update bot-builder-nodejs-send-suggested-actions.md
* Added ConsoleConnector language and example
* Add Teams as channel that supports TextFormat xml (#49)
* use numeric prompt for qry of ppl in reservation (#48)
* fix formatting for initial npm init invocation (#46)
* Update erroneous link to code snippet (#45)
* Update live branch 09-08-17 (ABS Fix)
* Just a little correction in spelling of visible (#50)1 parent aff14da commit f6daa3b
File tree
15 files changed
+73
-22
lines changed- articles
- dotnet
- includes/code
- nodejs
- styleguide
15 files changed
+73
-22
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
141 | | - | |
| 141 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | | - | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
149 | | - | |
| 149 | + | |
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
1 | 11 | | |
| 12 | + | |
2 | 13 | | |
3 | 14 | | |
4 | 15 | | |
| |||
21 | 32 | | |
22 | 33 | | |
23 | 34 | | |
24 | | - | |
| 35 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
351 | 351 | | |
352 | 352 | | |
353 | 353 | | |
354 | | - | |
| 354 | + | |
355 | 355 | | |
356 | 356 | | |
357 | 357 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
30 | 32 | | |
31 | 33 | | |
32 | 34 | | |
| |||
75 | 77 | | |
76 | 78 | | |
77 | 79 | | |
| 80 | + | |
78 | 81 | | |
79 | 82 | | |
80 | 83 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
38 | | - | |
| 39 | + | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
42 | | - | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | | - | |
47 | | - | |
| 45 | + | |
48 | 46 | | |
49 | 47 | | |
50 | 48 | | |
51 | 49 | | |
52 | 50 | | |
53 | 51 | | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
54 | 86 | | |
55 | 87 | | |
56 | 88 | | |
57 | 89 | | |
| 90 | + | |
| 91 | + | |
58 | 92 | | |
59 | 93 | | |
60 | 94 | | |
| |||
86 | 120 | | |
87 | 121 | | |
88 | 122 | | |
89 | | - | |
| 123 | + | |
0 commit comments