-
Couldn't load subscription status.
- Fork 322
Fix intro text for SDK v4 #508
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
As far as I know, the v4 of the C# and NodeJS SDK-s are not in preview anymore.
EricDahlvang
pushed a commit
to EricDahlvang/bot-framework-docs
that referenced
this pull request
Dec 14, 2018
EricDahlvang
pushed a commit
to EricDahlvang/bot-framework-docs
that referenced
this pull request
Dec 14, 2018
* Update azure-bot-service-continuous-deployment.md (MicrosoftDocs#75) * Add Content-Type header in doc (MicrosoftDocs#76) Without a Content-Type header of ``application/json`` the DirectLine service returns a 500. * Remove high-speed storage reference (MicrosoftDocs#78) High-speed storage is on for all bots and the option has been removed from the config page. * Some templates are ItemTemplates (MicrosoftDocs#80) * Some templates are ItemTemplates Indicates that `Bot Controller.zip` and `Bot Dialog.zip` should go on the item templates folder instead of the project template folder. Added the default route for item templates folders. * Update bot-builder-dotnet-quickstart.md * Update bot-builder-dotnet-quickstart.md * Sample code is missing IConfiguration (MicrosoftDocs#86) * Removing "confirmPrompt" on reload action (MicrosoftDocs#85) * Removing "confirmPrompt" on reload action As documentation is saying here: https://docs.botframework.com/en-us/node/builder/chat-reference/classes/_botbuilder_d_.dialog.html#reloadaction , reload action doesn't handle "confirmPrompt" (more details available on IBeginDialogActionOptions documentation about what is really available for reloadAction) * Remove confirmPrompt from reloadAction snippet Removing the other confirmPrompt in the topic. * Release 12-13-2017 for GA (#407) (MicrosoftDocs#91) * fixed broken links to the "Channel Inspector" (MicrosoftDocs#93) * Resolve syncing conflicts from live-sync-work to live (MicrosoftDocs#95) * Update bot-service-scenario-overview.md (MicrosoftDocs#96) * Correcting internal link typo (MicrosoftDocs#99) * Updated node-send-card-buttons.js to support latest documentation (MicrosoftDocs#94) Action.Http was updated to Action.OpenUrl in documentation * Update env variable naming to work with post-GA bot service Per bug report - fix for microsoft/botframework-sdk#4068 * Release 'live' 03-14-18 (MicrosoftDocs#508) * content vs. contentUrl for attachment in base64 (MicrosoftDocs#88) * Fix syntax error (MicrosoftDocs#97) There should be a comma between two key-value pairs in JSON. * Updated state azure cosmos db file (MicrosoftDocs#98) Fixed the class structure as earlier there were just namespaces and code without any names of class and methods. * Correcting incorrect link to C# SDK (MicrosoftDocs#100) * Correcting incorrect link to C# SDK * Update ConnectorClient.xml Update link to NET/Node overview topics... * Fix typo (MicrosoftDocs#104) * Typo in bot-service-scenario-cortana-skill.md (MicrosoftDocs#111) Remove duplicated 'the'. * Update bot-builder-dotnet-overview.md (MicrosoftDocs#110) July 31, 2017 is long gone. update note. * Corrected link error on page (MicrosoftDocs#115) Fixed Facebook link on page * Update bot-service-channel-connect-facebook.md (MicrosoftDocs#114) Fix Facebook subscription field name * Update bot-service-scenario-informational.md (MicrosoftDocs#107) Correct "now" as "know", as per the context
EricDahlvang
pushed a commit
to EricDahlvang/bot-framework-docs
that referenced
this pull request
Dec 14, 2018
* CI job update 2017-12-18 21:24 (#420) * ":package: Update from CI" * ":package: Update from CI" * ":package: Update from CI" * ":package: Update from CI" * ":package: Update from CI" * ":package: Update from CI" * ":package: Update from CI" * Fix broken links (#422) * Bing channel (#424) * Remove Recommendation API * Handle 412 Precondition failed errors. (#429) * Change HttpAction to OpenUrlAction (MicrosoftDocs#430) * Uploaded file expiry note (#433) * Community content (#435) * add conceptual versioning moniker ranges * add moniker config in docfx.json * fix syntax error in moniker configuration * add a topic level moniker override * add a test zone based moniker in topic * Migration update Jan 2018 (#437) * fixed typo per support request (#441) * Jan2018 content update (#438) * updated bot-service-channel-connect-cortana doc (#439) * Update create bot process to include ability to enter a MS App ID and password manually. (#440) * Create TOC.yml * Feb 2018 content updates (#452) * Clarification regarding "Guest" vs "Owner" type. (MicrosoftDocs#454) * Update TOC.yml * Update bot-service-channel-connect-kik.md * Update bot-service-debug-bot.md * Update TOC.yml * Jf v4 writing (#451) * Update TOC.yml * Create bot-service-concept * Delete bot-service-concept * Create bot-service-concept.md * Update bot-service-concept.md * Rename bot-service-concept.md to bot-service-overview.md * Create bot-service-overview-readme.md * Create bot-service-templates.md * Update bot-service-overview.md * Update bot-service-overview.md * Jf v4 writing (#458) * Update (#462) * Jf v4 writing (#463) * working copy * work in process * interim * interim * interim * interim * interim * interim * Rough draft complete. * tweaks to rough draft * updates * Delete concept-conversations.md * add monikers * update username * Update TOC.yml * Update TOC.yml * Update TOC.yml * Update TOC.yml * Update TOC.yml * Rough draft, ready for review. * update TOC * interim * update toc * Update rough draft * V4sbcontext (#464) * Create bot-builder-context.md * Delete The Context object.md * Jf v4 writing (#470) * Update middleware and pipelines topic (#473) * KI v4 (#472) * Update bot-builder-context.md (#474) * Ste v4 (#475) * Update bot-service-overview.md (#476) * WIP: topics on storage and state (#471) * Jf v4 writing (#477) * delete duplicated topic (#479) * Concepts Update (#481) * Update bot-builder-context.md * Registration bots not required to migrate if connected to channels... (MicrosoftDocs#478) * Update to rate limits (#484) * Ki v4 (#491) * Update bot-service-troubleshoot-general-problems.md (#495) * update ms.topic metadata value (#488) for task 1199273 per Sarah Barrett * V4 jf concept authentication (#498) * Bot Framework spec (#493) * Community content live sync work (MicrosoftDocs#509) * Update azure-bot-service-continuous-deployment.md (MicrosoftDocs#75) * Add Content-Type header in doc (MicrosoftDocs#76) Without a Content-Type header of ``application/json`` the DirectLine service returns a 500. * Remove high-speed storage reference (MicrosoftDocs#78) High-speed storage is on for all bots and the option has been removed from the config page. * Some templates are ItemTemplates (MicrosoftDocs#80) * Some templates are ItemTemplates Indicates that `Bot Controller.zip` and `Bot Dialog.zip` should go on the item templates folder instead of the project template folder. Added the default route for item templates folders. * Update bot-builder-dotnet-quickstart.md * Update bot-builder-dotnet-quickstart.md * Sample code is missing IConfiguration (MicrosoftDocs#86) * Removing "confirmPrompt" on reload action (MicrosoftDocs#85) * Removing "confirmPrompt" on reload action As documentation is saying here: https://docs.botframework.com/en-us/node/builder/chat-reference/classes/_botbuilder_d_.dialog.html#reloadaction , reload action doesn't handle "confirmPrompt" (more details available on IBeginDialogActionOptions documentation about what is really available for reloadAction) * Remove confirmPrompt from reloadAction snippet Removing the other confirmPrompt in the topic. * Release 12-13-2017 for GA (#407) (MicrosoftDocs#91) * fixed broken links to the "Channel Inspector" (MicrosoftDocs#93) * Resolve syncing conflicts from live-sync-work to live (MicrosoftDocs#95) * Update bot-service-scenario-overview.md (MicrosoftDocs#96) * Correcting internal link typo (MicrosoftDocs#99) * Updated node-send-card-buttons.js to support latest documentation (MicrosoftDocs#94) Action.Http was updated to Action.OpenUrl in documentation * Update env variable naming to work with post-GA bot service Per bug report - fix for microsoft/botframework-sdk#4068 * Release 'live' 03-14-18 (MicrosoftDocs#508) * content vs. contentUrl for attachment in base64 (MicrosoftDocs#88) * Fix syntax error (MicrosoftDocs#97) There should be a comma between two key-value pairs in JSON. * Updated state azure cosmos db file (MicrosoftDocs#98) Fixed the class structure as earlier there were just namespaces and code without any names of class and methods. * Correcting incorrect link to C# SDK (MicrosoftDocs#100) * Correcting incorrect link to C# SDK * Update ConnectorClient.xml Update link to NET/Node overview topics... * Fix typo (MicrosoftDocs#104) * Typo in bot-service-scenario-cortana-skill.md (MicrosoftDocs#111) Remove duplicated 'the'. * Update bot-builder-dotnet-overview.md (MicrosoftDocs#110) July 31, 2017 is long gone. update note. * Corrected link error on page (MicrosoftDocs#115) Fixed Facebook link on page * Update bot-service-channel-connect-facebook.md (MicrosoftDocs#114) Fix Facebook subscription field name * Update bot-service-scenario-informational.md (MicrosoftDocs#107) Correct "now" as "know", as per the context * Update bot-service-troubleshoot-general-problems.md (#510) * WIP: conversations - draft (#483) * interim checkin * interim changes * try out simple graphic * try out table * interim checkin * interim changes * fix image * placeholder snippet * interim changes * additional placeholder snippet * move context section * links * placeholder for link to Dialogs article * placeholder for snippet * update C# snippet * wip: state updates (#490) * interim snippet update * m2 js snippet * csharp snippet updates * js snippet update * git push * C# snippet * file snippet C# * table name * note * interim changes * Create bot-service-proactive-messages.md * Update docfx.json (MicrosoftDocs#520) * Update index.yml (MicrosoftDocs#522) * Update bot-service-migrate-bot.md (#524) * Bot review guidelines (#530) * updates to match updated template (#529) * updates to match updated template * don't need to copy LUIS endpoint URL, edits to snippet intros * One line fix for image rendering (#533) * to fix image rendering * 3rd attempt to fix image (#537) * Markdig Migration (MicrosoftDocs#538) * Update reference to include the new "conversationType" property. (MicrosoftDocs#502) * Update bot-builder-dotnet-state.md (MicrosoftDocs#545) * WeChat removed * V4 Testing (#507) * Update TOC.md * Create bot-service-proactive-messages.md * Add files via upload * Update bot-service-proactive-messages.md * Update TOC.md * Update bot-service-proactive-messages.md * Update TOC.md * Create bot-builder-javascript-dialog-manage-conversation-flow.md * Update TOC.md * Update bot-builder-dotnet-proactive-messages.md * Rename bot-service-proactive-messages.md to bot-service-proactive-messages.md-ADDED * Rename bot-service-proactive-messages.md-ADDED to bot-service-proactive-messages.md * Create bot-service-middleware-concept.md * Create bot-service-howto-middleware.md * Update bot-architecture.md * update middleware conceptual with feedback * Update bot-service-middleware-concept.md * Update and rename bot-service-howto-middleware.md to bot-service-create-middleware.md * add feedback to create middleware * new javascript files * Update bot-service-overview-introduction.md * Update bot-service-create-middleware.md * Update TOC.md * Rename bot-service-proactive-messages.md to bot-service-proactive-messages-roy.md * Update per conceptual section refactoring * Stub in article * Add files via upload * Update bot-service-message-processing.md * Update bot-architecture.md * Update bot-service-message-processing.md * Add link for Concepts / Message processing * fix link * Update bot-architecture.md * fix formatting * Fix note and warning markdown * update * fix note markdown * fix markdown * incorporate edits * incorporate more edits * snippet update * todo comment * Merge updates to message processing (#521) * update message processing * preliminary draft and fix typo * copy-paste errors * snippet update * add cosmos middleware how to * address feedback for cosmos middleware * fix name of image for cosmos middleware * add actual cosmos db information * fix code comments * LUIS how-to link * add some of Jonathan's TOC proposal * update comment and TOC mockup * TOC edit * links, screenshot, JSON, explanation * fix section heading * inital pass to improve concept flow * remove redundant files extracted useful information and added it other places * consolidation of concept topics removed redundancy and code snippets, will place them in appropriate howto * remove files after backup files no longer needed in our repo. content has been backed up to onedrive * fix typos * organizing and consolidating how-to part 1 * fix typo * Update bot-service-prompts.md * updated tab for js * Update bot-service-prompts.md * Update bot-service-prompts.md * consolidate message articles, remove unneeded duplicates * add combined suggested actions article * add reference to library * add references * parameters update * add access key parameter * large update to howto topics * update older dotnet files to 3.0 moniker * remove unnecessary (backed up) files * fix bugs, finish luis qna article * fix name for cosmos howto * add initializecrrtool (MicrosoftDocs#540) * initial commit of first section of translation how-to * toc translation * move proactive messaging into develop node * move TOC elements for v4 * Update .openpublishing.publish.config.json (MicrosoftDocs#541) * Add image * edit code and link * add --- * minor bug fixes * add debug file and monikers to emulator topic * Update bot-service-prompts.md * Update bot-builder-how-to-v4-state.md * Update bot-builder-luis-and-qna.md * Place holder for javascript topics * Update bot-builder-luis-and-qna.md * Update bot-builder-luis-and-qna.md * Update bot-builder-how-to-v4-luis.md * Update bot-service-create-middleware.md * language detection callback and luis * locale placeholder * take out section links * fix out-of-order section * Update bot-builder-javascript-quickstart.md * fix missing --- * Update bot-builder-conversations.md * Add proactive concept article and bug fixes * attempt to adjust tabbed snippets * js snippet * fix TOC for new proactive message entry * remove dead code from snippet, update comment and image * locale support comment * edits to intro * Revise design and control flow topic for v4 * Try grouping activity in toc * Update bot-builder-how-to-v4-storage.md * Update bot-builder-how-to-v4-storage.md * Update bot-builder-javascript-compositcontrols.md * Update bot-builder-javascript-compositcontrols.md * Update bot-builder-howto-proactive-message.md * Update bot-service-prompts.md * Update bot-service-prompts.md * Update bot-service-prompts.md * Update bot-service-prompts.md * Update bot-service-prompts.md * Update bot-service-prompts.md * minor updates to design articles * Update bot-builder-howto-proactive-message.md * Update bot-service-prompts.md * Update bot-builder-howto-proactive-message.md * Update bot-builder-howto-proactive-message.md * Added TODO once we have articles to link to in design topics * attempted fix at tab bug in proactive messages * add logical flow to concept articles * Reframe topic away from dialog centric and more conversation centric. * Stub out article about combining luis and qna * Further refinement of the procedural section... * Update bot-service-prompts.md * Update bot-builder-how-to-v4-state.md * Update bot-builder-luis-and-qna.md * Update bot-builder-how-to-v4-luis.md * Update bot-builder-how-to-v4-luis.md * Update bot-builder-luis-and-qna.md * Update bot-builder-combine-luis-and-qna.md * Update bot-builder-combine-luis-and-qna.md * Inital draft of content...ready for feedback * copy edit. * fix typos and add back context.responded * Update bot-builder-javascript-compositcontrols.md * fix syntax error * added my revisions and edits. * Update bot-builder-howto-proactive-message.md * fix comments, update dispatch section * rename controls = control * Split QnA and LUIS topics * js edit * minor fix for luis merge * typo fix * js snippet edit * minor update * Update bot-builder-javascript-compositcontrol.md * qna screen shots * Update bot-builder-howto-qna.md * Update bot-builder-combine-luis-and-qna.md * Update bot-builder-combine-luis-and-qna.md * initial draft...conceptual content. Need to add code samples * Fixed punctuation * Update bot-service-overview-introduction.md * Delete QnA_2.png * Add files via upload * Add files via upload * Update bot-builder-howto-qna.md * Update bot-builder-combine-luis-and-qna.md * add basics article * Added more clarity and code snippets where appropriate. * fix file name issue * updates to middleware and basics * add link to the Handle user interrupt topic. * Add interrupt into the TOC under the JS bucket. * Update bot-builder-combine-luis-and-qna.md * Update bot-service-overview-introduction.md * Content of this topic has been spread into other topics * Add files via upload * Update bot-service-overview-introduction.md * Add files via upload * fix feedback based off basics/middleware articles * updated javascript snippets * reorg of conceptual content, and addition of next step button * Edit content with new sample code and flow for JS * add links and fix minor bugs in concept basics * Add entity boilerplate snippet * added js snippets * fix links for flow of concept topics * cautionary note on locale converter usage * javascript code snippet update * Split prompts sections into it's own topic. * fix concept topic bugs * TOC change to tutorial, small edit to locale, remove keys, edit patterns * translation code snippet locale * remove locale from JS snippet * OnTurn * update note * add clarifying image * image fix * edits * OnReceive to OnTurn * Update bot-service-overview-introduction.md * dialog snippet * Added content to tutorial topics - saving progress * minor fixes * first round of link fixes * fix link bugs round 2 * add overview readme back into branch * feedback inclusion for testing article * fix links round 3 * final link fixes * Dispatch tutorial and conceptual updates (#550) * Dispatch tutorial and conceptual updates * attempt to fix C#/Js code tabs * line break to fix tab * more attempts to fix tabs * fix name mismatch * Update bot-service-overview-introduction.md * merge docfx.json with master * Update bot-service-channel-inspector.md * Update docfx.json * Update docfx.json * Update docfx.json * Update docfx.json * Update docfx.json * Update bot-service-channel-connect-cortana.md * Update bot-service-debug-cortana-skill.md * Update bot-service-design-conversation-flow.md * Update bot-service-debug-emulator.md * Update bot-service-debug-emulator.md * Update bot-service-design-navigation.md * Update bot-service-overview-introduction.md * Update bot-builder-dotnet-quickstart.md * Update bot-builder-dotnet-samples.md * Update bot-builder-java-quickstart.md * Update bot-builder-java-samples.md * Update bot-builder-javascript-quickstart.md * Update bot-builder-javascript-samples.md * Add files via upload * Add files via upload * Update bot-builder-python-quickstart.md * Update bot-builder-python-samples.md * Update bot-builder-basics.md * Update bot-builder-combine-luis-and-qna.md * Update bot-builder-concept-luis.md * Update bot-builder-concept-luis.md * Update bot-builder-concept-luis.md * Update bot-builder-concept-luis.md * Update bot-builder-concept-luis.md * Update bot-builder-conversations.md * Update bot-builder-how-to-v4-state.md * Update bot-builder-how-to-v4-state.md * Update bot-builder-how-to-v4-storage.md * Update bot-concepts.md * Update bot-builder-howto-add-suggested-actions.md * Update bot-builder-howto-cosmos-middleware.md * Update bot-builder-howto-proactive-message.md * Update bot-builder-howto-qna.md * Update bot-builder-howto-send-messages.md * Update bot-builder-storage-concept.md * Update bot-builder-testing-debugging.md * Update bot-builder-tutorial-dispatch.md * Update bot-builder-tutorial-waterfall.md * Delete tutorial-1.md * Update TOC.md * Update TOC.md * Update index.md * Update bot-builder-how-to-v4-state.md * Update bot-service-proactive-messages.md * Update bot-service-proactive-messages.md * Update bot-service-proactive-messages.md * Update bot-service-proactive-messages.md * Update bot-builder-how-to-v4-storage.md * Update bot-builder-how-to-v4-state.md * Delete index.yml.oldv3 * Delete bot-builder-how-to-v4-state.md * Delete bot-builder-how-to-v4-storage.md * Delete bot-service-proactive-messages.md * PR: Merge commits into V4 from KI-V4 (#555) * Update bot-service-overview-introduction.md * Update bot-service-overview-introduction.md * Update bot-builder-dotnet-quickstart.md * Update bot-builder-dotnet-samples.md * Delete bot-builder-javascript-compositcontrol.md * Delete bot-builder-javascript-control.md * Delete bot-builder-javascript-dialog-manage-conversation-flow.md * Delete bot-builder-javascript-prompts.md * Delete bot-builder-tutorial-prompts.md * Delete bot-builder-how-to-handle-user-interrupt.md * Delete bot-builder-how-to-v4-luis.md * Delete bot-service-concept-message-processing.md * Update bot-builder-java-quickstart.md * Update bot-builder-java-samples.md * Update bot-builder-java-samples.md * Update bot-builder-java-samples.md * Update bot-builder-javascript-quickstart.md * Update bot-builder-javascript-samples.md * Update bot-builder-python-quickstart.md * Update bot-builder-python-samples.md * Update bot-builder-storage-concept.md * Update bot-builder-java-samples.md * Update bot-builder-javascript-samples.md * Update bot-builder-python-samples.md * Update bot-service-design-pattern-integrate-browser.md * Update bot-service-design-pattern-integrate-browser.md * Update TOC.md * Landing Page QS fix (MicrosoftDocs#572) * Qna bug fixes (MicrosoftDocs#573) * Remove topic with code not working against latest updates (MicrosoftDocs#571) * Update bot-service-overview-introduction.md (#577) * Quickstart bug fix (#580) * fix typo/missing link/Dispatch tutorial (MicrosoftDocs#578) * Update bot-builder-javascript-quickstart.md (#583) * Quickstart fix (#585) * Update bot-service-debug-emulator.md (#587) * Update bot-builder-nodejs-quickstart.md (#590) * dotnet botbuilder docs (#589) * CI Update * CI Update * CI Update * Delete botbuilder-4.0.xml * CI Update * CI Update * CI Update * CI Update * CI Update * CI Update * CI Update
openpublishbuild
pushed a commit
that referenced
this pull request
Mar 29, 2019
* merge master into community-content (#1007) * Sync community content branch (#1006) * Resolve syncing conflicts from community-content-live-sync-work to community-content (#1008) * Resolve syncing conflicts from community-content-live-sync-work to community-content (#1013) * Resolve syncing conflicts from community-content-live-sync-work to community-content (#1028) * Resolve syncing conflicts from community-content-live-sync-work to community-content (#1033) * Fix git push error for protected CLA branch (#1075) * Fix git push error for protected CLA branch (#1080) * Adding support statement for regional LUIS apps (#224) Customers requesting official documentation of lack of support for non US LUIS apps for speech priming feature for EU due to GDPR requirements to keep data in EU and no workaround currently available. * Update tutorial doc (#240) inserted line 74, as missing it in the global.asax.cs file causes a 404 error for customers. * Update bot-builder-dotnet-sdk-quickstart.md * Update bot-builder-basics.md (#314) Incorporate feedback from the grammar checking bot while making the sentence more precise at the same time. * Update bot-builder-basics.md (#317) Incorporate grammar bot feedback. * Update bot-builder-concept-middleware.md (#318) Typo. Replace "alos" with "also" * Update bot-builder-howto-v4-state.md 1. Fixed code to use variables than hardcoded string in Startup.cs, variables were defined but not used previously. 2. Fixed typo Modift -> Modify * Update bot-service-quickstart.md updated to indicate that placing resources within the same region should be preferred * Update node-send-card-buttons.js Add a line of code to actually send the message as well. * Misspell (#386) * typo : Double Use of words (#374) Fixing the typo double use of 'to', 'the' Fixing typo of 'teh' * Correcting typo (#341) Typo in header, assuming it should be using instead of usubg * Resolution for grammar issue #294 (#340) * typo: teh -> the (#321) * Update bot-builder-concept-luis.md (#380) Fixed the missing links for speech and LUIS. * Typo dd => add * Update image alignment in bot-builder-dotnet-sqk-quickstart.md * Update bot-service-design-pattern-knowledge-base.md The link was redirecting to the v3 bot builder templates which was missing the context of the paragraph. * fix formatting and typo * Resolve syncing conflicts from live-sync-work to live * Update README.md "About your contributions to Bot Framework content" link updated * add additional fixes to this file * Resolve syncing conflicts from live-sync-work to live (#399) * Release 'live' 10-13-2018 (#1003) * Release 'live' 10-15-2018 (#1011) * Release 'live' 10-17-2018 (#1012) * Release 'live' 10-18-2018 (#1016) * Update bot-framework-rest-direct-line-3-0-api-reference.md (#431) Add a comment about max activity size. * Update bot-builder-enterprise-template-deployment.md (#427) Added solution for common MSA app provisioning error. * Update command to create metadata for qna maker (#405) Previous command does not work. We should put one space. * Wrongly used MD h2 title at "usage" section (#432) Missing a space behind the second # at the "usage" section. The h2 style isn't rendered. By adding a space behind ## it renders the title as an h2. * Moved language-agnostic instruction (#460) This snippet fell under a C# specific snippet, which made it unclear that it also applies to Node: "The `botFilePath` references the name of your bot, simply replace "yourbasicBot.bot" with your own bot name. To obtain the `botFileSecret` key, refer to [Bot File Encryption](https://aka.ms/bot-file-encryption) article on generating a key for your bot." * Add "Dialog Lifecycle" header (#454) The documentation opens with an overview and then flows right into discussing dialog lifecycle. I think adding a header would be a good to break that up and call more attention to the specific topic that is being discussed. * Update issue templates * Update issue templates * Update issue templates * Release 'live' 11-08-2018 (#1074) * Replaced 'This topics' with 'This topic' (#512) * Fix intro text for SDK v4 (#508) As far as I know, the v4 of the C# and NodeJS SDK-s are not in preview anymore. * Delete bot-builder-enterprise-template-overview-detail - Copy.md * Fix git push error for protected CLA branch (#1103) * Adding support statement for regional LUIS apps (#224) Customers requesting official documentation of lack of support for non US LUIS apps for speech priming feature for EU due to GDPR requirements to keep data in EU and no workaround currently available. * Update tutorial doc (#240) inserted line 74, as missing it in the global.asax.cs file causes a 404 error for customers. * Update bot-builder-dotnet-sdk-quickstart.md * Update bot-builder-basics.md (#314) Incorporate feedback from the grammar checking bot while making the sentence more precise at the same time. * Update bot-builder-basics.md (#317) Incorporate grammar bot feedback. * Update bot-builder-concept-middleware.md (#318) Typo. Replace "alos" with "also" * Update bot-builder-howto-v4-state.md 1. Fixed code to use variables than hardcoded string in Startup.cs, variables were defined but not used previously. 2. Fixed typo Modift -> Modify * Update bot-service-quickstart.md updated to indicate that placing resources within the same region should be preferred * Update node-send-card-buttons.js Add a line of code to actually send the message as well. * Misspell (#386) * typo : Double Use of words (#374) Fixing the typo double use of 'to', 'the' Fixing typo of 'teh' * Correcting typo (#341) Typo in header, assuming it should be using instead of usubg * Resolution for grammar issue #294 (#340) * typo: teh -> the (#321) * Update bot-builder-concept-luis.md (#380) Fixed the missing links for speech and LUIS. * Typo dd => add * Update image alignment in bot-builder-dotnet-sqk-quickstart.md * Update bot-service-design-pattern-knowledge-base.md The link was redirecting to the v3 bot builder templates which was missing the context of the paragraph. * fix formatting and typo * Resolve syncing conflicts from live-sync-work to live * Update README.md "About your contributions to Bot Framework content" link updated * add additional fixes to this file * Resolve syncing conflicts from live-sync-work to live (#399) * Release 'live' 10-13-2018 (#1003) * Release 'live' 10-15-2018 (#1011) * Release 'live' 10-17-2018 (#1012) * Release 'live' 10-18-2018 (#1016) * Update bot-framework-rest-direct-line-3-0-api-reference.md (#431) Add a comment about max activity size. * Update bot-builder-enterprise-template-deployment.md (#427) Added solution for common MSA app provisioning error. * Update command to create metadata for qna maker (#405) Previous command does not work. We should put one space. * Wrongly used MD h2 title at "usage" section (#432) Missing a space behind the second # at the "usage" section. The h2 style isn't rendered. By adding a space behind ## it renders the title as an h2. * Moved language-agnostic instruction (#460) This snippet fell under a C# specific snippet, which made it unclear that it also applies to Node: "The `botFilePath` references the name of your bot, simply replace "yourbasicBot.bot" with your own bot name. To obtain the `botFileSecret` key, refer to [Bot File Encryption](https://aka.ms/bot-file-encryption) article on generating a key for your bot." * Add "Dialog Lifecycle" header (#454) The documentation opens with an overview and then flows right into discussing dialog lifecycle. I think adding a header would be a good to break that up and call more attention to the specific topic that is being discussed. * Update issue templates * Update issue templates * Update issue templates * Replaced 'This topics' with 'This topic' (#512) * Fix intro text for SDK v4 (#508) As far as I know, the v4 of the C# and NodeJS SDK-s are not in preview anymore. * Fix typo in the Welcome message. (#513) * Update bot-builder-dialog-manage-conversation-flow.md (#522) Fixed the typo. * typo: succesful -> successful (#520) * typo: pannel -> panel (#518) * typo: Actvity -> Activity (#517) * One '''csharp too much (#478) * Release 'live' 11-13-2018 (#1101) * Update bot-builder-enterprise-template-customize.md * Update bot-builder-enterprise-template-deployment.md * Update bot-file-basics.md * Resolve syncing conflicts from community-content-live-sync-work to community-content (#1141) * Release 'live' 12-11-2018 (#1190) (#1193) * Updated values in #update-the-.bot-file (#1191) * Create BotFrameworkAdapter.xml * bot deploy clarity (#1196) * Updated dispatch content (#1142) * Update docfx.json * Update docfx.json * Update Deployment steps (#1205) * Fix deployment (#1206) * Update bot-builder-deploy-az-cli.md * Add deployment (#1209) * Add the MSA account instructions back in with some modifications. (#1208) * Update bot-service-resources-bot-framework-faq.md (#1212) * Updates to deploying samples article (#1215) * Updates to deploying samples article * Update per feedback * Fix copy-paste error, some formatting. * enteprise bot updates to include chitchat in qna (#1218) * Fixes for various bot-docs issues (#1217) * wip * Addresses bot-docs issue 628 * Fix for bot-docs issue [624](https://github.com/MicrosoftDocs/bot-docs/issues/624) * Fix for Microsoft/bot-docs#655. * copy edit * Fix for [bot-docs 630](https://github.com/MicrosoftDocs/bot-docs/issues/630) * Fix for (Microsoft/bot-docs#612). * Add Troubleshoot bot configuration issues * Add second troubleshooting article, fix warnings in the first. * fix moniker range. * fix metadata keywords in second topic. * Experimental fix. * Fix markup * Minor correction. * Fixes welcome user sample code pointers (#1221) * Fixed aka.ms sample code pointers Somehow these changed to point to the wrong sample, not the one documented step-by-step in our article. * added Ivor's aka.ms link * corrected my "author" name and date * fixed author name again! * Various issue fixes. (#1224) * Fix link to point to the new article. * Remove transparency, expand border. * Remove transparency from images. * Update screenshot per (Microsoft/bot-docs#603) * makes it clearer how you train and publish the LUIS dispatch app (#1225) * Issues fixes 12-20 (#1222) * update dotnet emulator screenshot * update screenshot for dotnet project * fix sentence from issue 607 * make manage toc alphabetic * Issues fixes - samples links, redirect fixes (#1227) * Added reference to the BotFramework-Samples directory * attempted fix at redirect url * Update bot-builder-enterprise-template-deployment.md (#1232) Update to remove "az extension" step. Latest msbot version no longer requires the botservice extension. * Update bot-service-quickstart.md (#1242) * Update bot-service-quickstart.md * Update bot-service-quickstart.md * Update bot-service-quickstart.md (#1244) * Updated ET PowerBI doc to point users to the Conversational AI Telemetry doc on Microsoft/AI repo & updated telemetry properties. (#1214) * Fix java (#1246) * Fix for bot-docs (#684)[Microsoft/bot-docs#684] (#1235) * Fix for bot-docs (#684)[https://github.com/MicrosoftDocs/bot-docs/issues/684] * Attempt to fix markdown * Continue to try to fix markdown * yet one more fix * Add instruction to create resource group before using az bot create * Fix for bot-docs issue 685 * Fix for bot-docs 685 * Update the --proj-name description for JS * include a fix from loc folks. * Update Slack channel doc and bing speech (#1249) * Update Slack channel doc * Update text * tweak wording * remove bing speech from v3 docs * Resolve syncing conflicts from community-content-live-sync-work to community-content (#1253) * Community content merge (#1255) * Rename Bot Builder (#1252) * remove sample * Revert "remove sample" This reverts commit 840f423b9ab9082d8d7effa87a63488b187db1c5. * fix references to bot builder * Fix terminology (#1251) * Update bot-builder-basics.md * Update bot-service-overview-introduction.md * Update bot-service-overview-introduction.md * Update bot-builder-basics.md * Update bot-builder-basics.md * Various issues fixes - dispatch pointer, helpful tips (#1233) * add tip to authentication about url encoding * Initially fixed Github pointer to point to correct subdirectory Really want to make this an aka.ms pointer, but my access seems to have disappeared. * tested link, fixed link * add auth tip * Added a short step-by-step for folks who don't know how to download from Git Plus the aka.ms link pointing directly to the 4 files. * change botservice extension info for new msbot version * Revert "change botservice extension info for new msbot version" This reverts commit 3a01f1098fd8a864953a7766c6bb1c37698633ad. * add explanatory text about different repos for dispatch files * update v4 appID and password info * try to fix layout issues for quickstart * Update bot-builder-howto-direct-line.md (#1258) * Fix directline (#1261) * Resolve syncing conflicts from community-content-live-sync-work to community-content (#1257) * Community content (#1264) * Resolve syncing conflicts from community-content-live-sync-work to community-content (#1266) * Community content (#1267) * added link pointing to update/create LUIS model info (#1263) * C56914: Missing break line (#1238) * Resolve syncing conflicts from community-content-live-sync-work to community-content (#1269) * Fix samples (#1272) * Community content (#1276) * Update bot-builder-deploy-az-cli.md * Updating CosmosDB with partition info (#1280) * New basics tutorial (#1241) * Fix for bot-docs bugs (#1260) * Added info on Azure Service Name character restrictions (#1285) Also changed uses of YOUR_BOT_NAME to YOUR-BOT-NAME since underscores are not allowed in this name. * Fix for various bot-docs issues (#1282) * Address: Seemingly no mention of card styling * Fix for bot-docs issues - for: No docs on how to initialize a dialog with data - for: The .values property that hangs off of stepContext in JS is not properly documented. * copy edit * Add note that ABS and local development are parallel paths to the quickstarts. * Various issues fixes (#1286) * Per review feedback * per review feedback * Added Call that creates Dictionary to C# code example. (#1291) Resolves Bot-docs Issue #726 * Fix landing page (#1292) * Update bot-builder-enterprise-template-deployment.md (#1287) * added warning about password character "|" (#1295) per issue #741 * Various doc fixes (#1296) * Bugs and issues fixes (#1290) * remove localized part of link * First draft of v3-v4 migration use case (#1298) * Clarifies qna connection info (#1301) * Update bot-framework-rest-direct-line-3-0-concepts.md (#1303) * Add telemetry (#1299) * Updates details for welcome users (#1307) * Issue fixes (#1308) * Fix bugs (#1309) * fixed getAnswers parameter for NodeJS (#1310) * Add a conceptual topic for v3-4 migration (#1305) * Line channel docs (#1236) * Line channel doc and screenshots * line channel * scrub screenshots * added line channel functionality * add new images * add TOC entry * line feedback bug fixes * updates based on bugbash and feedback * small bug fixes * fix conversation screenshot * add more space for image * more feedback * Additional changes to line channeldata * Various issues and bug fixes (#1321) * Add to the FAQ a link to main migration topic. (#1322) * Add link to main migration topic to the FAQ. * line fix (#1324) * Common issues PR for week of 2/25 (#1323) * Fix markdown formatting. * update update date * Fix the "real" markdown issue * Jumbled sentence fixed. * Add cross linking between debugging and troubleshooting articles - partial fix for bot-docs issue [888](https://github.com/MicrosoftDocs/bot-docs/issues/888) * Update 4.2 VSIX screenshot - For issue [894](https://github.com/MicrosoftDocs/bot-docs/issues/894) * Immediate fix for QnA Maker article re: bot-docs issue [905](https://github.com/MicrosoftDocs/bot-docs/issues/905) * Immediate fix for C# code in Suggested actions and Rich media how-tos re: bot-docs issue [897](https://github.com/MicrosoftDocs/bot-docs/issues/897) * Changed Sample code pointers from tree/master to tree/v3-sdk-samples * Add notes on re-encrypting the .bot file - In response to bot-docs issue [902](https://github.com/MicrosoftDocs/bot-docs/issues/902). * fix for bot-docs issue 911 - Fix for [911](https://github.com/MicrosoftDocs/bot-docs/issues/911). - We jumped the gun. `getAnswers` will go live with 4.3. * Make the link to the card thumbnails more visible - Fix for bot-docs issue [910](https://github.com/MicrosoftDocs/bot-docs/issues/910) * Changed Service name pointer info to be more clear per issue #912. * few issues fixes with proactive * remove old metadata tags (#1328) * Channel behavior (#1330) * Create bot-service-channels-reference.md * Update TOC.md * Update bot-service-channels-reference.md * Update bot-service-channels-reference.md * Update config file to support out-of-repo code links. (#1331) * Enterprise Bot Template 4.3 updates (#1337) * enterprise template doc updates * updated emulator link * updated enterprise template docs * fixed broken links * updated file path * add mention of new dialog for downloading keys (#1338) * Issues-03-01 (#1334) * Fix landing page and broken links (#1388) * Bug fixes 3-28 (#1384) * C76850: Adding two spaces after line (#1382) Localization team has reported source content issue that causes localized version to have broken/different format compared to en-us version. * SfB update * Update bot-service-channel-connect-skypeforbusiness.md * add fb api version info * Update bot-service-channel-connect-skypeforbusiness.md * CI Update (#1366) * CI Update * CI Update * CI Update * CI Update * CI Update
openpublishbuild
pushed a commit
that referenced
this pull request
May 6, 2019
* merge master into community-content (#1007) * Sync community content branch (#1006) * Resolve syncing conflicts from community-content-live-sync-work to community-content (#1008) * Resolve syncing conflicts from community-content-live-sync-work to community-content (#1013) * Resolve syncing conflicts from community-content-live-sync-work to community-content (#1028) * Resolve syncing conflicts from community-content-live-sync-work to community-content (#1033) * Fix git push error for protected CLA branch (#1075) * Fix git push error for protected CLA branch (#1080) * Adding support statement for regional LUIS apps (#224) Customers requesting official documentation of lack of support for non US LUIS apps for speech priming feature for EU due to GDPR requirements to keep data in EU and no workaround currently available. * Update tutorial doc (#240) inserted line 74, as missing it in the global.asax.cs file causes a 404 error for customers. * Update bot-builder-dotnet-sdk-quickstart.md * Update bot-builder-basics.md (#314) Incorporate feedback from the grammar checking bot while making the sentence more precise at the same time. * Update bot-builder-basics.md (#317) Incorporate grammar bot feedback. * Update bot-builder-concept-middleware.md (#318) Typo. Replace "alos" with "also" * Update bot-builder-howto-v4-state.md 1. Fixed code to use variables than hardcoded string in Startup.cs, variables were defined but not used previously. 2. Fixed typo Modift -> Modify * Update bot-service-quickstart.md updated to indicate that placing resources within the same region should be preferred * Update node-send-card-buttons.js Add a line of code to actually send the message as well. * Misspell (#386) * typo : Double Use of words (#374) Fixing the typo double use of 'to', 'the' Fixing typo of 'teh' * Correcting typo (#341) Typo in header, assuming it should be using instead of usubg * Resolution for grammar issue #294 (#340) * typo: teh -> the (#321) * Update bot-builder-concept-luis.md (#380) Fixed the missing links for speech and LUIS. * Typo dd => add * Update image alignment in bot-builder-dotnet-sqk-quickstart.md * Update bot-service-design-pattern-knowledge-base.md The link was redirecting to the v3 bot builder templates which was missing the context of the paragraph. * fix formatting and typo * Resolve syncing conflicts from live-sync-work to live * Update README.md "About your contributions to Bot Framework content" link updated * add additional fixes to this file * Resolve syncing conflicts from live-sync-work to live (#399) * Release 'live' 10-13-2018 (#1003) * Release 'live' 10-15-2018 (#1011) * Release 'live' 10-17-2018 (#1012) * Release 'live' 10-18-2018 (#1016) * Update bot-framework-rest-direct-line-3-0-api-reference.md (#431) Add a comment about max activity size. * Update bot-builder-enterprise-template-deployment.md (#427) Added solution for common MSA app provisioning error. * Update command to create metadata for qna maker (#405) Previous command does not work. We should put one space. * Wrongly used MD h2 title at "usage" section (#432) Missing a space behind the second # at the "usage" section. The h2 style isn't rendered. By adding a space behind ## it renders the title as an h2. * Moved language-agnostic instruction (#460) This snippet fell under a C# specific snippet, which made it unclear that it also applies to Node: "The `botFilePath` references the name of your bot, simply replace "yourbasicBot.bot" with your own bot name. To obtain the `botFileSecret` key, refer to [Bot File Encryption](https://aka.ms/bot-file-encryption) article on generating a key for your bot." * Add "Dialog Lifecycle" header (#454) The documentation opens with an overview and then flows right into discussing dialog lifecycle. I think adding a header would be a good to break that up and call more attention to the specific topic that is being discussed. * Update issue templates * Update issue templates * Update issue templates * Release 'live' 11-08-2018 (#1074) * Replaced 'This topics' with 'This topic' (#512) * Fix intro text for SDK v4 (#508) As far as I know, the v4 of the C# and NodeJS SDK-s are not in preview anymore. * Delete bot-builder-enterprise-template-overview-detail - Copy.md * Fix git push error for protected CLA branch (#1103) * Adding support statement for regional LUIS apps (#224) Customers requesting official documentation of lack of support for non US LUIS apps for speech priming feature for EU due to GDPR requirements to keep data in EU and no workaround currently available. * Update tutorial doc (#240) inserted line 74, as missing it in the global.asax.cs file causes a 404 error for customers. * Update bot-builder-dotnet-sdk-quickstart.md * Update bot-builder-basics.md (#314) Incorporate feedback from the grammar checking bot while making the sentence more precise at the same time. * Update bot-builder-basics.md (#317) Incorporate grammar bot feedback. * Update bot-builder-concept-middleware.md (#318) Typo. Replace "alos" with "also" * Update bot-builder-howto-v4-state.md 1. Fixed code to use variables than hardcoded string in Startup.cs, variables were defined but not used previously. 2. Fixed typo Modift -> Modify * Update bot-service-quickstart.md updated to indicate that placing resources within the same region should be preferred * Update node-send-card-buttons.js Add a line of code to actually send the message as well. * Misspell (#386) * typo : Double Use of words (#374) Fixing the typo double use of 'to', 'the' Fixing typo of 'teh' * Correcting typo (#341) Typo in header, assuming it should be using instead of usubg * Resolution for grammar issue #294 (#340) * typo: teh -> the (#321) * Update bot-builder-concept-luis.md (#380) Fixed the missing links for speech and LUIS. * Typo dd => add * Update image alignment in bot-builder-dotnet-sqk-quickstart.md * Update bot-service-design-pattern-knowledge-base.md The link was redirecting to the v3 bot builder templates which was missing the context of the paragraph. * fix formatting and typo * Resolve syncing conflicts from live-sync-work to live * Update README.md "About your contributions to Bot Framework content" link updated * add additional fixes to this file * Resolve syncing conflicts from live-sync-work to live (#399) * Release 'live' 10-13-2018 (#1003) * Release 'live' 10-15-2018 (#1011) * Release 'live' 10-17-2018 (#1012) * Release 'live' 10-18-2018 (#1016) * Update bot-framework-rest-direct-line-3-0-api-reference.md (#431) Add a comment about max activity size. * Update bot-builder-enterprise-template-deployment.md (#427) Added solution for common MSA app provisioning error. * Update command to create metadata for qna maker (#405) Previous command does not work. We should put one space. * Wrongly used MD h2 title at "usage" section (#432) Missing a space behind the second # at the "usage" section. The h2 style isn't rendered. By adding a space behind ## it renders the title as an h2. * Moved language-agnostic instruction (#460) This snippet fell under a C# specific snippet, which made it unclear that it also applies to Node: "The `botFilePath` references the name of your bot, simply replace "yourbasicBot.bot" with your own bot name. To obtain the `botFileSecret` key, refer to [Bot File Encryption](https://aka.ms/bot-file-encryption) article on generating a key for your bot." * Add "Dialog Lifecycle" header (#454) The documentation opens with an overview and then flows right into discussing dialog lifecycle. I think adding a header would be a good to break that up and call more attention to the specific topic that is being discussed. * Update issue templates * Update issue templates * Update issue templates * Replaced 'This topics' with 'This topic' (#512) * Fix intro text for SDK v4 (#508) As far as I know, the v4 of the C# and NodeJS SDK-s are not in preview anymore. * Fix typo in the Welcome message. (#513) * Update bot-builder-dialog-manage-conversation-flow.md (#522) Fixed the typo. * typo: succesful -> successful (#520) * typo: pannel -> panel (#518) * typo: Actvity -> Activity (#517) * One '''csharp too much (#478) * Release 'live' 11-13-2018 (#1101) * Update bot-builder-enterprise-template-customize.md * Update bot-builder-enterprise-template-deployment.md * Update bot-file-basics.md * Resolve syncing conflicts from community-content-live-sync-work to community-content (#1141) * Release 'live' 12-11-2018 (#1190) (#1193) * Updated values in #update-the-.bot-file (#1191) * Create BotFrameworkAdapter.xml * bot deploy clarity (#1196) * Updated dispatch content (#1142) * Update docfx.json * Update docfx.json * Update Deployment steps (#1205) * Fix deployment (#1206) * Update bot-builder-deploy-az-cli.md * Add deployment (#1209) * Add the MSA account instructions back in with some modifications. (#1208) * Update bot-service-resources-bot-framework-faq.md (#1212) * Updates to deploying samples article (#1215) * Updates to deploying samples article * Update per feedback * Fix copy-paste error, some formatting. * enteprise bot updates to include chitchat in qna (#1218) * Fixes for various bot-docs issues (#1217) * wip * Addresses bot-docs issue 628 * Fix for bot-docs issue [624](https://github.com/MicrosoftDocs/bot-docs/issues/624) * Fix for Microsoft/bot-docs#655. * copy edit * Fix for [bot-docs 630](https://github.com/MicrosoftDocs/bot-docs/issues/630) * Fix for (Microsoft/bot-docs#612). * Add Troubleshoot bot configuration issues * Add second troubleshooting article, fix warnings in the first. * fix moniker range. * fix metadata keywords in second topic. * Experimental fix. * Fix markup * Minor correction. * Fixes welcome user sample code pointers (#1221) * Fixed aka.ms sample code pointers Somehow these changed to point to the wrong sample, not the one documented step-by-step in our article. * added Ivor's aka.ms link * corrected my "author" name and date * fixed author name again! * Various issue fixes. (#1224) * Fix link to point to the new article. * Remove transparency, expand border. * Remove transparency from images. * Update screenshot per (Microsoft/bot-docs#603) * makes it clearer how you train and publish the LUIS dispatch app (#1225) * Issues fixes 12-20 (#1222) * update dotnet emulator screenshot * update screenshot for dotnet project * fix sentence from issue 607 * make manage toc alphabetic * Issues fixes - samples links, redirect fixes (#1227) * Added reference to the BotFramework-Samples directory * attempted fix at redirect url * Update bot-builder-enterprise-template-deployment.md (#1232) Update to remove "az extension" step. Latest msbot version no longer requires the botservice extension. * Update bot-service-quickstart.md (#1242) * Update bot-service-quickstart.md * Update bot-service-quickstart.md * Update bot-service-quickstart.md (#1244) * Updated ET PowerBI doc to point users to the Conversational AI Telemetry doc on Microsoft/AI repo & updated telemetry properties. (#1214) * Fix java (#1246) * Fix for bot-docs (#684)[Microsoft/bot-docs#684] (#1235) * Fix for bot-docs (#684)[https://github.com/MicrosoftDocs/bot-docs/issues/684] * Attempt to fix markdown * Continue to try to fix markdown * yet one more fix * Add instruction to create resource group before using az bot create * Fix for bot-docs issue 685 * Fix for bot-docs 685 * Update the --proj-name description for JS * include a fix from loc folks. * Update Slack channel doc and bing speech (#1249) * Update Slack channel doc * Update text * tweak wording * remove bing speech from v3 docs * Resolve syncing conflicts from community-content-live-sync-work to community-content (#1253) * Community content merge (#1255) * Rename Bot Builder (#1252) * remove sample * Revert "remove sample" This reverts commit 840f423b9ab9082d8d7effa87a63488b187db1c5. * fix references to bot builder * Fix terminology (#1251) * Update bot-builder-basics.md * Update bot-service-overview-introduction.md * Update bot-service-overview-introduction.md * Update bot-builder-basics.md * Update bot-builder-basics.md * Various issues fixes - dispatch pointer, helpful tips (#1233) * add tip to authentication about url encoding * Initially fixed Github pointer to point to correct subdirectory Really want to make this an aka.ms pointer, but my access seems to have disappeared. * tested link, fixed link * add auth tip * Added a short step-by-step for folks who don't know how to download from Git Plus the aka.ms link pointing directly to the 4 files. * change botservice extension info for new msbot version * Revert "change botservice extension info for new msbot version" This reverts commit 3a01f1098fd8a864953a7766c6bb1c37698633ad. * add explanatory text about different repos for dispatch files * update v4 appID and password info * try to fix layout issues for quickstart * Update bot-builder-howto-direct-line.md (#1258) * Fix directline (#1261) * Resolve syncing conflicts from community-content-live-sync-work to community-content (#1257) * Community content (#1264) * Resolve syncing conflicts from community-content-live-sync-work to community-content (#1266) * Community content (#1267) * added link pointing to update/create LUIS model info (#1263) * C56914: Missing break line (#1238) * Resolve syncing conflicts from community-content-live-sync-work to community-content (#1269) * Fix samples (#1272) * Community content (#1276) * Update bot-builder-deploy-az-cli.md * Updating CosmosDB with partition info (#1280) * New basics tutorial (#1241) * Fix for bot-docs bugs (#1260) * Added info on Azure Service Name character restrictions (#1285) Also changed uses of YOUR_BOT_NAME to YOUR-BOT-NAME since underscores are not allowed in this name. * Fix for various bot-docs issues (#1282) * Address: Seemingly no mention of card styling * Fix for bot-docs issues - for: No docs on how to initialize a dialog with data - for: The .values property that hangs off of stepContext in JS is not properly documented. * copy edit * Add note that ABS and local development are parallel paths to the quickstarts. * Various issues fixes (#1286) * Per review feedback * per review feedback * Added Call that creates Dictionary to C# code example. (#1291) Resolves Bot-docs Issue #726 * Fix landing page (#1292) * Update bot-builder-enterprise-template-deployment.md (#1287) * added warning about password character "|" (#1295) per issue #741 * Various doc fixes (#1296) * Bugs and issues fixes (#1290) * remove localized part of link * First draft of v3-v4 migration use case (#1298) * Clarifies qna connection info (#1301) * Update bot-framework-rest-direct-line-3-0-concepts.md (#1303) * Add telemetry (#1299) * Updates details for welcome users (#1307) * Issue fixes (#1308) * Fix bugs (#1309) * fixed getAnswers parameter for NodeJS (#1310) * Add a conceptual topic for v3-4 migration (#1305) * Line channel docs (#1236) * Line channel doc and screenshots * line channel * scrub screenshots * added line channel functionality * add new images * add TOC entry * line feedback bug fixes * updates based on bugbash and feedback * small bug fixes * fix conversation screenshot * add more space for image * more feedback * Additional changes to line channeldata * Various issues and bug fixes (#1321) * Add to the FAQ a link to main migration topic. (#1322) * Add link to main migration topic to the FAQ. * line fix (#1324) * Common issues PR for week of 2/25 (#1323) * Fix markdown formatting. * update update date * Fix the "real" markdown issue * Jumbled sentence fixed. * Add cross linking between debugging and troubleshooting articles - partial fix for bot-docs issue [888](https://github.com/MicrosoftDocs/bot-docs/issues/888) * Update 4.2 VSIX screenshot - For issue [894](https://github.com/MicrosoftDocs/bot-docs/issues/894) * Immediate fix for QnA Maker article re: bot-docs issue [905](https://github.com/MicrosoftDocs/bot-docs/issues/905) * Immediate fix for C# code in Suggested actions and Rich media how-tos re: bot-docs issue [897](https://github.com/MicrosoftDocs/bot-docs/issues/897) * Changed Sample code pointers from tree/master to tree/v3-sdk-samples * Add notes on re-encrypting the .bot file - In response to bot-docs issue [902](https://github.com/MicrosoftDocs/bot-docs/issues/902). * fix for bot-docs issue 911 - Fix for [911](https://github.com/MicrosoftDocs/bot-docs/issues/911). - We jumped the gun. `getAnswers` will go live with 4.3. * Make the link to the card thumbnails more visible - Fix for bot-docs issue [910](https://github.com/MicrosoftDocs/bot-docs/issues/910) * Changed Service name pointer info to be more clear per issue #912. * few issues fixes with proactive * remove old metadata tags (#1328) * Channel behavior (#1330) * Create bot-service-channels-reference.md * Update TOC.md * Update bot-service-channels-reference.md * Update bot-service-channels-reference.md * Update config file to support out-of-repo code links. (#1331) * Enterprise Bot Template 4.3 updates (#1337) * enterprise template doc updates * updated emulator link * updated enterprise template docs * fixed broken links * updated file path * add mention of new dialog for downloading keys (#1338) * Issues-03-01 (#1334) * Fix landing page and broken links (#1388) * Bug fixes 3-28 (#1384) * C76850: Adding two spaces after line (#1382) Localization team has reported source content issue that causes localized version to have broken/different format compared to en-us version. * SfB update * Update bot-service-channel-connect-skypeforbusiness.md * add fb api version info * Update bot-service-channel-connect-skypeforbusiness.md * CI Update (#1366) * CI Update * CI Update * CI Update * CI Update * CI Update * Fix deployment (#1395) * fix deployment (#1399) * Update bot-builder-deploy-az-cli.md (#1401) * Port auth updates forward to master (#1409) * remove jointoc plugin as it is unused (#1412) * Remove bot-service-continuous-deployment.md (#1411) * Community content (#1417) * Create .openpublishing.redirection.json (#1425) * Fix redirects (#1427) * Community content (#1430) * Delete channel-facebook.md * Delete channel-groupme.md * Delete channel-kik.md * Delete channel-slack.md * Delete channel-telegram.md * Delete channel-twilio.md * fix redirects (#1433) * C76850: Reversing the order of string 14 and 16 (#1434) * Update overview topic + applies to label (#1438) * Add knowledgebase with no .bot file (#1414) * Community content (#1444) * Update .openpublishing.redirection.json (#1449) * Update JS ref links (#1457) * Direct Line Speech -- Release Date: 5/2/19 (#1453) * Update bot-service-design-pattern-handoff-human.md (#1475) * MVC changes (#1325) * Update TOC.md (#1477) * qna snippet fixes (#1479) * /build fixes (#1482) * Quickstart (#1484) * Update index.md (#1486) * Update what-is-new.md (#1488) * Update what-is-new.md * Update what-is-new.md * Update index.md * Update to reflect latest VA content (#1491) * Fix Image Link (#1493) * CI Update (#1481)
openpublishbuild
added a commit
that referenced
this pull request
Nov 25, 2019
* Adding support statement for regional LUIS apps (#224) Customers requesting official documentation of lack of support for non US LUIS apps for speech priming feature for EU due to GDPR requirements to keep data in EU and no workaround currently available. * Update tutorial doc (#240) inserted line 74, as missing it in the global.asax.cs file causes a 404 error for customers. * Update bot-builder-dotnet-sdk-quickstart.md * Update bot-builder-basics.md (#314) Incorporate feedback from the grammar checking bot while making the sentence more precise at the same time. * Update bot-builder-basics.md (#317) Incorporate grammar bot feedback. * Update bot-builder-concept-middleware.md (#318) Typo. Replace "alos" with "also" * Update bot-builder-howto-v4-state.md 1. Fixed code to use variables than hardcoded string in Startup.cs, variables were defined but not used previously. 2. Fixed typo Modift -> Modify * Update bot-service-quickstart.md updated to indicate that placing resources within the same region should be preferred * Update node-send-card-buttons.js Add a line of code to actually send the message as well. * Misspell (#386) * typo : Double Use of words (#374) Fixing the typo double use of 'to', 'the' Fixing typo of 'teh' * Correcting typo (#341) Typo in header, assuming it should be using instead of usubg * Resolution for grammar issue #294 (#340) * typo: teh -> the (#321) * Update bot-builder-concept-luis.md (#380) Fixed the missing links for speech and LUIS. * Typo dd => add * Update image alignment in bot-builder-dotnet-sqk-quickstart.md * Update bot-service-design-pattern-knowledge-base.md The link was redirecting to the v3 bot builder templates which was missing the context of the paragraph. * fix formatting and typo * Resolve syncing conflicts from live-sync-work to live * Update README.md "About your contributions to Bot Framework content" link updated * add additional fixes to this file * Resolve syncing conflicts from live-sync-work to live (#399) * Release 'live' 10-13-2018 (#1003) * Release 'live' 10-15-2018 (#1011) * Release 'live' 10-17-2018 (#1012) * Release 'live' 10-18-2018 (#1016) * Update bot-framework-rest-direct-line-3-0-api-reference.md (#431) Add a comment about max activity size. * Update bot-builder-enterprise-template-deployment.md (#427) Added solution for common MSA app provisioning error. * Update command to create metadata for qna maker (#405) Previous command does not work. We should put one space. * Wrongly used MD h2 title at "usage" section (#432) Missing a space behind the second # at the "usage" section. The h2 style isn't rendered. By adding a space behind ## it renders the title as an h2. * Moved language-agnostic instruction (#460) This snippet fell under a C# specific snippet, which made it unclear that it also applies to Node: "The `botFilePath` references the name of your bot, simply replace "yourbasicBot.bot" with your own bot name. To obtain the `botFileSecret` key, refer to [Bot File Encryption](https://aka.ms/bot-file-encryption) article on generating a key for your bot." * Add "Dialog Lifecycle" header (#454) The documentation opens with an overview and then flows right into discussing dialog lifecycle. I think adding a header would be a good to break that up and call more attention to the specific topic that is being discussed. * Update issue templates * Update issue templates * Update issue templates * Release 'live' 11-08-2018 (#1074) * Replaced 'This topics' with 'This topic' (#512) * Fix intro text for SDK v4 (#508) As far as I know, the v4 of the C# and NodeJS SDK-s are not in preview anymore.
openpublishbuild
added a commit
that referenced
this pull request
Nov 25, 2019
* Adding support statement for regional LUIS apps (#224) Customers requesting official documentation of lack of support for non US LUIS apps for speech priming feature for EU due to GDPR requirements to keep data in EU and no workaround currently available. * Update tutorial doc (#240) inserted line 74, as missing it in the global.asax.cs file causes a 404 error for customers. * Update bot-builder-dotnet-sdk-quickstart.md * Update bot-builder-basics.md (#314) Incorporate feedback from the grammar checking bot while making the sentence more precise at the same time. * Update bot-builder-basics.md (#317) Incorporate grammar bot feedback. * Update bot-builder-concept-middleware.md (#318) Typo. Replace "alos" with "also" * Update bot-builder-howto-v4-state.md 1. Fixed code to use variables than hardcoded string in Startup.cs, variables were defined but not used previously. 2. Fixed typo Modift -> Modify * Update bot-service-quickstart.md updated to indicate that placing resources within the same region should be preferred * Update node-send-card-buttons.js Add a line of code to actually send the message as well. * Misspell (#386) * typo : Double Use of words (#374) Fixing the typo double use of 'to', 'the' Fixing typo of 'teh' * Correcting typo (#341) Typo in header, assuming it should be using instead of usubg * Resolution for grammar issue #294 (#340) * typo: teh -> the (#321) * Update bot-builder-concept-luis.md (#380) Fixed the missing links for speech and LUIS. * Typo dd => add * Update image alignment in bot-builder-dotnet-sqk-quickstart.md * Update bot-service-design-pattern-knowledge-base.md The link was redirecting to the v3 bot builder templates which was missing the context of the paragraph. * fix formatting and typo * Resolve syncing conflicts from live-sync-work to live * Update README.md "About your contributions to Bot Framework content" link updated * add additional fixes to this file * Resolve syncing conflicts from live-sync-work to live (#399) * Release 'live' 10-13-2018 (#1003) * Release 'live' 10-15-2018 (#1011) * Release 'live' 10-17-2018 (#1012) * Release 'live' 10-18-2018 (#1016) * Update bot-framework-rest-direct-line-3-0-api-reference.md (#431) Add a comment about max activity size. * Update bot-builder-enterprise-template-deployment.md (#427) Added solution for common MSA app provisioning error. * Update command to create metadata for qna maker (#405) Previous command does not work. We should put one space. * Wrongly used MD h2 title at "usage" section (#432) Missing a space behind the second # at the "usage" section. The h2 style isn't rendered. By adding a space behind ## it renders the title as an h2. * Moved language-agnostic instruction (#460) This snippet fell under a C# specific snippet, which made it unclear that it also applies to Node: "The `botFilePath` references the name of your bot, simply replace "yourbasicBot.bot" with your own bot name. To obtain the `botFileSecret` key, refer to [Bot File Encryption](https://aka.ms/bot-file-encryption) article on generating a key for your bot." * Add "Dialog Lifecycle" header (#454) The documentation opens with an overview and then flows right into discussing dialog lifecycle. I think adding a header would be a good to break that up and call more attention to the specific topic that is being discussed. * Update issue templates * Update issue templates * Update issue templates * Replaced 'This topics' with 'This topic' (#512) * Fix intro text for SDK v4 (#508) As far as I know, the v4 of the C# and NodeJS SDK-s are not in preview anymore. * Fix typo in the Welcome message. (#513) * Update bot-builder-dialog-manage-conversation-flow.md (#522) Fixed the typo. * typo: succesful -> successful (#520) * typo: pannel -> panel (#518) * typo: Actvity -> Activity (#517) * One '''csharp too much (#478) * Release 'live' 11-13-2018 (#1101)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
As far as I know, the v4 of the C# and NodeJS SDK-s are not in preview anymore.