Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
189 changes: 26 additions & 163 deletions articles/TOC.md
Original file line number Diff line number Diff line change
@@ -1,172 +1,35 @@
# [Bot Service Documentation](index.yml)
# Overview
## [About Bot Framework](overview-introduction-bot-framework.md)
## [How it works](overview-how-bot-framework-works.md)
## [Add intelligence to bots](cognitive-services-bot-intelligence-overview.md)
## [Start building bots](bot-builder-overview-getstarted.md)
## [About Bot Service](bot-service-overview-introduction.md)
# Quickstarts
## [Create bot - Azure Bot Service](~/azure-bot-service-quickstart.md)
## [Create bot - .NET SDK](~/dotnet/bot-builder-dotnet-quickstart.md)
## [Create bot - Node.js SDK](~/nodejs/bot-builder-nodejs-quickstart.md)
## [Create bot - REST](~/rest-api/bot-framework-rest-connector-quickstart.md)
## [Create a bot with Bot Service](~/bot-service-quickstart.md)
## Create a bot with Bot Builder
### [Use .NET](~/dotnet/bot-builder-dotnet-quickstart.md)
### [Use Node.js](~/nodejs/bot-builder-nodejs-quickstart.md)
## [Register a bot with Bot Service](bot-service-quickstart-registration.md)
# Samples
## [.NET](~/dotnet/bot-builder-dotnet-samples.md)
## [Node.js](~/nodejs/bot-builder-nodejs-samples.md)
# Concepts
## [How Bot Service works](bot-service-overview-readme.md)
## [Bot Service templates](bot-service-concept-templates.md)
## [Develop with Bot Builder](bot-builder-overview-getstarted.md)
## [Key scenarios for bots](bot-service-scenario-overview.md)
### [Commerce bot](bot-service-scenario-commerce.md)
### [Cortana Skill bot](bot-service-scenario-cortana-skill.md)
### [Enterprise Productivity bot](bot-service-scenario-enterprise-productivity.md)
### [Information bot](bot-service-scenario-informational.md)
### [Internet of Things bot](bot-service-scenario-internet-things.md)
# How-To guides
## [Design bots](design/TOC.md)
## [Develop with Azure Bot Service](~/azure-bot-service-overview.md)
### [Choose a hosting plan](~/azure-bot-service-hosting-plan.md)
### [Bot templates](~/azure-bot-service-templates.md)
#### [Create a basic bot](~/azure-bot-service-serverless-template-basic.md)
#### [Create a form bot](~/azure-bot-service-serverless-template-form.md)
#### [Create a language understanding bot](~/azure-bot-service-template-language-understanding.md)
#### [Create a proactive bot](~/azure-bot-service-template-proactive.md)
#### [Create a question and answer bot](~/azure-bot-service-template-question-answer.md)
### [Build features](~/azure-bot-service-build-options.md)
### [Publish a bot](~/azure-bot-service-continuous-deployment.md)
### [Migrate a Consumption plan bot into a web app bot](~/azure-bot-service-migration-plans.md)
## [Develop with .NET](~/dotnet/bot-builder-dotnet-overview.md)
### [Key concepts](~/dotnet/bot-builder-dotnet-concepts.md)
### Messages and activities
#### [Activities overview](~/dotnet/bot-builder-dotnet-activities.md)
#### [Create messages](~/dotnet/bot-builder-dotnet-create-messages.md)
#### [Add media attachments to messages](~/dotnet/bot-builder-dotnet-add-media-attachments.md)
#### [Add rich cards to messages](~/dotnet/bot-builder-dotnet-add-rich-card-attachments.md)
#### [Add speech to messages](~/dotnet/bot-builder-dotnet-text-to-speech.md)
#### [Add input hints to messages](~/dotnet/bot-builder-dotnet-add-input-hints.md)
#### [Add suggested actions to messages](~/dotnet/bot-builder-dotnet-add-suggested-actions.md)
#### [Implement channel-specific functionality](~/dotnet/bot-builder-dotnet-channeldata.md)
#### [Send and receive activities](~/dotnet/bot-builder-dotnet-connector.md)
#### [Implement global message handlers](~/dotnet/bot-builder-dotnet-global-handlers.md)
#### [Intercept messages](~/dotnet/bot-builder-dotnet-middleware.md)
#### [Send proactive messages](~/dotnet/bot-builder-dotnet-proactive-messages.md)
### Dialogs
#### [Dialogs overview](~/dotnet/bot-builder-dotnet-dialogs.md)
#### [Manage conversation flow](~/dotnet/bot-builder-dotnet-manage-conversation-flow.md)
#### [Scorable dialogs](~/dotnet/bot-builder-dotnet-scorable-dialogs.md)
### FormFlow
#### [Basic features of FormFlow](~/dotnet/bot-builder-dotnet-formflow.md)
#### [Advanced features of FormFlow](~/dotnet/bot-builder-dotnet-formflow-advanced.md)
#### [FormBuilder](~/dotnet/bot-builder-dotnet-formflow-formbuilder.md)
#### [Pattern language](~/dotnet/bot-builder-dotnet-formflow-pattern-language.md)
#### [Localization](~/dotnet/bot-builder-dotnet-formflow-localize.md)
#### [JSON schema](~/dotnet/bot-builder-dotnet-formflow-json-schema.md)
### Channels
#### [Build a Cortana skill](~/dotnet/bot-builder-dotnet-cortana-skill.md)
#### [Conduct audio calls with Skype](~/dotnet/bot-builder-dotnet-audio-calls.md)
#### Conduct real-time media calls with Skype
##### [Real-time media calling concepts](~/dotnet/bot-builder-dotnet-real-time-media-concepts.md)
##### [Requirements for real-time media bots](~/dotnet/bot-builder-dotnet-real-time-media-requirements.md)
##### [Build a real-time media bot](~/dotnet/bot-builder-dotnet-real-time-audio-video-call-overview.md)
##### [Deploy a real-time media bot](~/dotnet/bot-builder-dotnet-real-time-deploy-visual-studio.md)
### State data
#### [Manage state data](~/dotnet/bot-builder-dotnet-state.md)
#### [Manage state data using Cosmos DB](~/dotnet/bot-builder-dotnet-state-azure-cosmosdb.md)
#### [Manage state data using Table storage](~/dotnet/bot-builder-dotnet-state-azure-table-storage.md)
### [.NET Core authentication models](~/dotnet/bot-builder-dotnet-core-authentication.md)
### [Recognize intent with LUIS](~/dotnet/bot-builder-dotnet-luis-dialogs.md)
### [Request payment](~/dotnet/bot-builder-dotnet-request-payment.md)
### [Add Azure Search](~/dotnet/bot-builder-dotnet-search-azure.md)
### [Secure your bot](~/dotnet/bot-builder-dotnet-security.md)
### [SDK release notes](https://github.com/Microsoft/BotBuilder/releases)
### [SDK reference](/dotnet/api/?view=botbuilder-3.11.0)
## [Develop with Node.js](~/nodejs/bot-builder-nodejs-overview.md)
### [Key concepts](~/nodejs/bot-builder-nodejs-concepts.md)
### Dialogs
#### [Dialogs overview](~/nodejs/bot-builder-nodejs-dialog-overview.md)
#### [Define conversation steps](~/nodejs/bot-builder-nodejs-dialog-waterfall.md)
#### [Prompt for user input](~/nodejs/bot-builder-nodejs-dialog-prompt.md)
#### [Manage conversation flow](~/nodejs/bot-builder-nodejs-dialog-manage-conversation-flow.md)
#### [Replace dialogs](~/nodejs/bot-builder-nodejs-dialog-replace.md)
#### [Handle user actions](~/nodejs/bot-builder-nodejs-dialog-actions.md)
### Messages
#### [Create messages](~/nodejs/bot-builder-nodejs-message-create.md)
#### [Send and receive attachments](~/nodejs/bot-builder-nodejs-send-receive-attachments.md)
#### [Send proactive messages](~/nodejs/bot-builder-nodejs-proactive-messages.md)
#### [Add rich cards to messages](~/nodejs/bot-builder-nodejs-send-rich-cards.md)
#### [Add speech to messages](~/nodejs/bot-builder-nodejs-text-to-speech.md)
#### [Add input hints to messages](~/nodejs/bot-builder-nodejs-send-input-hints.md)
#### [Add suggested actions to messages](~/nodejs/bot-builder-nodejs-send-suggested-actions.md)
#### [Send a typing indicator](~/nodejs/bot-builder-nodejs-send-typing-indicator.md)
#### [Intercept messages](~/nodejs/bot-builder-nodejs-intercept-messages.md)
### Channels
#### [Build a Cortana skill](~/nodejs/bot-builder-nodejs-cortana-skill.md)
#### [Conduct Skype calls](~/nodejs/bot-builder-nodejs-conduct-audio-calls.md)
### State Data
#### [Manage state data](~/nodejs/bot-builder-nodejs-state.md)
#### [Manage state data with Cosmos DB](~/nodejs/bot-builder-nodejs-state-azure-cosmosdb.md)
#### [Manage state data with Table storage](~/nodejs/bot-builder-nodejs-state-azure-table-storage.md)
### [Recognize intent from message content](~/nodejs/bot-builder-nodejs-recognize-intent-messages.md)
### [Recognize intent with LUIS](~/nodejs/bot-builder-nodejs-recognize-intent-luis.md)
### [Handle user and conversation events](~/nodejs/bot-builder-nodejs-handle-conversation-events.md)
### [Support localization](~/nodejs/bot-builder-nodejs-localization.md)
### [Use backchannel mechanism](~/nodejs/bot-builder-nodejs-backchannel.md)
### [Request payment](~/nodejs/bot-builder-nodejs-request-payment.md)
### [Add Azure Search](~/nodejs/bot-builder-nodejs-search-azure.md)
### [SDK reference](https://docs.botframework.com/en-us/node/builder/chat-reference/modules/_botbuilder_d_.html)
## [Develop with REST](~/rest-api/bot-framework-rest-overview.md)
### Build a bot
#### [Key concepts](~/rest-api/bot-framework-rest-connector-concepts.md)
#### [Authentication](~/rest-api/bot-framework-rest-connector-authentication.md)
#### [Activities overview](~/rest-api/bot-framework-rest-connector-activities.md)
#### [Create messages](~/rest-api/bot-framework-rest-connector-create-messages.md)
#### [Send and receive messages](~/rest-api/bot-framework-rest-connector-send-and-receive-messages.md)
#### [Add media attachments to messages](~/rest-api/bot-framework-rest-connector-add-media-attachments.md)
#### [Add rich cards to messages](~/rest-api/bot-framework-rest-connector-add-rich-cards.md)
#### [Add speech to messages](~/rest-api/bot-framework-rest-connector-text-to-speech.md)
#### [Add input hints to messages](~/rest-api/bot-framework-rest-connector-add-input-hints.md)
#### [Add suggested actions to messages](~/rest-api/bot-framework-rest-connector-add-suggested-actions.md)
#### [Implement channel-specific functionality](~/rest-api/bot-framework-rest-connector-channeldata.md)
#### [Manage state data](~/rest-api/bot-framework-rest-state.md)
#### [API reference](~/rest-api/bot-framework-rest-connector-api-reference.md)
### Build a client
#### Direct Line API 3.0
##### [Key concepts](~/rest-api/bot-framework-rest-direct-line-3-0-concepts.md)
##### [Authentication](~/rest-api/bot-framework-rest-direct-line-3-0-authentication.md)
##### [Start a conversation](~/rest-api/bot-framework-rest-direct-line-3-0-start-conversation.md)
##### [Reconnect to a conversation](~/rest-api/bot-framework-rest-direct-line-3-0-reconnect-to-conversation.md)
##### [Send an activity to the bot](~/rest-api/bot-framework-rest-direct-line-3-0-send-activity.md)
##### [Receive activities from the bot](~/rest-api/bot-framework-rest-direct-line-3-0-receive-activities.md)
##### [End a conversation](~/rest-api/bot-framework-rest-direct-line-3-0-end-conversation.md)
##### [API reference](~/rest-api/bot-framework-rest-direct-line-3-0-api-reference.md)
#### Direct Line API 1.1
##### [Key concepts](~/rest-api/bot-framework-rest-direct-line-1-1-concepts.md)
##### [Authentication](~/rest-api/bot-framework-rest-direct-line-1-1-authentication.md)
##### [Start a conversation](~/rest-api/bot-framework-rest-direct-line-1-1-start-conversation.md)
##### [Send a message to the bot](~/rest-api/bot-framework-rest-direct-line-1-1-send-message.md)
##### [Receive messages from the bot](~/rest-api/bot-framework-rest-direct-line-1-1-receive-messages.md)
##### [API reference](~/rest-api/bot-framework-rest-direct-line-1-1-api-reference.md)
## [Test and debug](debug/TOC.md)
## [Deploy bots](deploy-bot-overview.md)
### [Deploy from local git repo](deploy-bot-local-git.md)
### [Deploy from GitHub](deploy-bot-github.md)
### Deploy from Visual Studio
#### [Deploy a .NET bot](deploy-dotnet-bot-visual-studio.md)
#### [Deploy a Node.js bot](deploy-nodejs-bot-visual-studio.md)
## [Design](design/TOC.md)
## [Manage](manage/TOC.md)
## Connect to channels
### [Configure a bot](portal-configure-channels.md)
### [Preview bot features](~/portal-channel-inspector.md)
### [Bing](channel-connect-bing.md)
### [Cortana](channel-connect-cortana.md)
### [Skype for Business](channel-connect-skypeforbusiness.md)
### [Direct Line](channel-connect-directline.md)
### [Microsoft Teams](https://msdn.microsoft.com/en-us/microsoft-teams/bots)
### [Skype](https://dev.skype.com/bots)
### Web Chat
#### [Connect a bot to Web Chat](channel-connect-webchat.md)
#### [Enable speech in Web Chat](channel-connect-webchat-speech.md)
### [Email](channel-connect-email.md)
### [GroupMe](channel-connect-groupme.md)
### [Facebook](channel-connect-facebook.md)
### [Kik](channel-connect-kik.md)
### [Slack](channel-connect-slack.md)
### [Telegram](channel-connect-telegram.md)
### [Twilio](channel-connect-twilio.md)
### [Bot review guidelines](portal-bot-review-guidelines.md)
## [Troubleshoot](troubleshoot/TOC.md)
## Develop
### [.NET](dotnet/)
### [Node.js](nodejs/)
### [REST](rest-api/)
## [Debug](debug/TOC.md)
# Reference
## [Bot Framework reference](reference-overview.md)
## [.NET](/dotnet/api/?view=botbuilder-3.11.0)
## [Node](https://docs.botframework.com/en-us/node/builder/chat-reference/modules/_botbuilder_d_.html)
## [REST API](~/rest-api-reference.md)
## [.NET SDK](/dotnet/api/?view=botbuilder-3.12.2.4)
## [Node.js SDK](https://docs.botframework.com/en-us/node/builder/chat-reference/modules/_botbuilder_d_.html)
## [REST API](rest-api/bot-framework-rest-connector-api-reference.md)
# [Resources](resources/TOC.md)
54 changes: 0 additions & 54 deletions articles/azure-bot-service-build-options.md

This file was deleted.

3 changes: 0 additions & 3 deletions articles/azure-bot-service-continuous-integration.md

This file was deleted.

14 changes: 0 additions & 14 deletions articles/azure-bot-service-hosting-plan.md

This file was deleted.

Loading