以下记录学习Azure Bot Service API Develop Document的过程
目录结构如下:
- Send and receive text message
- Add media to message
- Add buttons to guide user action
- Save user and conversation data
- Promt users for input
- Send welcome message to user
- Send proactive notification to users
- Implement sequential conversation flow
- Add natural language understanding to your bot
- Answer user's question using QnA Maker
- Use multiple LUIS and QnA models
- Create advanced conversation flow using branches and loops
- Reuse dialogs
- Handle user interruptions
- Write directly to storage
- Add authentication to your bot
- Implement custom storage for your bot
- Add telemetry to your bot
- Use Direct Line Speech in your bot
文章来源于 Azure Bot Service官方文档:这里。