23 KiB
What's new (Ignite November 2019)
Bot Framework SDK v4
The Bot Framework SDK v4 is an open source SDK that enable developers to model and build sophisticated conversation using their favorite programming language.
C# | JS | Python | Java | |
---|---|---|---|---|
Release | 4.6 GA | 4.6 GA | Beta 4 | Preview 3 |
Docs | docs | docs | ||
Samples | .NET Core, WebAPI | Node.js, TypeScript, es6 |
Bot Framework SDK for Microsoft Teams (GA)
The Bot Framework SDK v4.6 release fully integrates support for building Teams bots allowing users to use them in channel or group chat conversations. By adding a bot to a team or chat, all users of the conversation can take advantage of the bot functionality right in the conversation. [docs | C# sample | JS sample]
Bot Framework SDK Skills (Preview)
Create a reusable conversational skill to add functionality to a bot. Leverage pre-buit skills which include: Calendar, Email, Task, Point of Interest, Automotive, Weather and News skills. Skills include language models, dialogs, QnA, and integration code delivered to customize and extend as required. [download]
Adaptive Dialog (Preview)
Adaptive Dialogs enable developers to build conversations that can be dynamically changed as the conversation progresses. It allows developers to dynamically update conversation flow based on context and events. This is especially handy when dealing with conversation context switches and interruptions in the middle of a conversation. [docs | C# samples]
Language Generation (Preview)
Language Generation enable developers to separate logic used to generate bot's respones including ability to define multiple variations on a phrase, execute simple expressions based on context, refer to conversational memory. [docs | C# samples]
Common Expression Language (Preview)
Bots, like any other application, require use of expressions to evaluate outcome of a condition based on runtime information available in memory or to the dialog or the language generation system. Common Expression Language addresses this core need as well as provides a common language that can be used across Bot Framework SDK and other conversational AI components that need expressions. Both Adaptive dialogs and Language Generation rely on and use a common expression language to power bot conversations. [docs | api]
Bot Framework Composer (Preview)
Bot Framework Composer is an integrated development tool for developers and multi-disciplinary teams for building bots and other types of conversational software with the Microsoft Bot Framework. Within this tool, you'll find everything you need to build a sophisticated conversational experience. docs
Azure Bot Service
-
Direct Line Speech (GA): Bot Framework and Microsoft's Speech Services provide a channel that enables streamed speech and text bi-directionally from the client to the bot application using WebSockets. [docs]
-
Direct Line App Serive Extension (Preview): A version of Direct Line that isolates your bot from other traffic on the Bot Service by running Direct Line on its Azure App Service. This both improves latency, and allows bots to participate in Azure VNET configuraitons. A VNET lets developers create your own private space in Azure and is crucial to your cloud network as it offers isolation, segmentation, and other key benefits. [docs]
Bot Framework Web Chat (GA)
-
React was upgraded to 16.8.6 to support React Hooks and stateful function components.
-
Uploaded image attachments can now include a thumbnail. Additional UI improvements and customizability include:
- Bubble nub styling options were added.
- Timestamp format were modified to allow absolute and relative time.
- Stylable avatar background colors were added.
-
Following demos were released:
- Single Sign-On for Microsoft Teams using OAuth shows user authorization through a bot.
- Select Voice for Speech Synthesis shows how to select DNN-based voices.
-
The accessibility experience was improved for customers utilizing Assistive Technology across different browsers.
-
To see the rest of Web Chat's updates for 4.6, take a look at the changelog.
Bot Framework CLI Tools (GA)
The new Bot Framework CLI tool replaces legacy standalone tools used to manage bots and related services. We've ported most of the tools and are in the process of porting the rest of them. BF CLI aggregates the collection of cross-platform tools into one cohesive and consistent interface.
For the 4.6 release, Chatdown, QnAMaker, LuDown, and LuisGen were ported. Older versions of the remaining tools will be deprecated in subsequent releases. [docs]
Bot Framework Solutions
Virtual Assistan Solution Accelerator for Enterprise (??)
Related Services
Language Understanding
A machine learning-based service to build natural language experiences. Quickly create enterprise-ready, custom models that continuously improve. Language Understanding Service(LUIS) allows your application to understand what a person wants in their own words.
Advanced language understanding capabilities - build sophisticated language models with less effort
- Define machine learning features at the model level and enable models to be used as signals to other model, like using entities as features to intents and to other entities.
- Extract information from text in the format of deep hierarchical structure, making conversation applications more powerful.
Improved developer productivity - General availability of prediction endpoint V3. Ability to import and export .lu files paves the way for an effective CI/CD process.
Enhanced user experience - labeling experience enables building and debugging complex models
Language expansion - basic support for Arabic and Hindi (public preview)
[docs]
QnA Maker
QnA Maker is a cloud-based API service that creates a conversational, question-and-answer layer over your data. With QnA Maker, you can build, train and publish a simple question and answer bot based on FAQ URLs, structured documents, product manuals or editorial content in minutes.
-
Multi-turn Q&A Conversations: Multi-turn feature is available to build guided conversational flows. With the latest release, multi-turn moves out of preview, and you can build multi-turn Q&A conversations with no code. [docs]
-
Chit-Chat: The new set of languages supported for chit-chat dataset are Chinese, French, German, Japanese, Italian, Korean, Portugese, Spanish. The new languages have chit-chat available for only 1 personality today - the professional personality. [docs]
US Government Cloud Support: QnA Maker is now available (GA) for US Government cloud.
Enhanced KB Management Experience: The new KB language settings option lets you explicitly set the KB language for your service. Excel file format support has been added to the import and export actions for easy editing and replacment of the content. Batch Testing allows you to batch test your KB or KBs to analyse the quality and training of your KB data.
July 2019
The Bot Framework SDK v4 is an Open Source SDK that enable developers to model and build sophisticated conversation using their favorite programming language. Click here to learn more about Microsoft Bot Framework.
This page summarizes key new features and improvements in Bot Framework and Azure Bot Service.
C# | JS | Python | |
---|---|---|---|
SDK | 4.5 | 4.5 | 4.4.0b2 (preview) |
Docs | docs | docs | |
Samples | .NET Core, WebAPI | Node.js , TypeScript, es6 | Python |
Bot Framework Channels
-
Direct Line Speech (public preview) | docs: Bot Framework and Microsoft's Speech Services provide a channel that enables streamed speech and text bi-directionally from the client to the bot application using WebSockets.
-
Better isolation for your bot: Direct Line VNet (public preview) | docs: A version of Direct Line that allows bots to participate in Azure VNet. A VNet lets you create your own private space in Azure and is crucial to your cloud network as it offers isolation, segmentation, and other key benefits.
Bot Framework SDK
-
Adaptive Dialog (SDK v4.6 preview) | docs | C# samples: Adaptive Dialog now allow developers to dynamically update conversation flow based on context and events. This is especially useful when dealing with conversation context switches and interruptions in the middle of a conversation.
-
Bot Framework Python SDK (preview 2) | samples: The Python SDK now supports OAuth, Prompts, CosmosDB, and includes all major functionality in SDK 4.5. Plus, samples to help you learn about the new features in the SDK.
Bot Framework Testing
-
Unit Testing | docs | C# sample | JS sample: Addressing customers’ and developers’ ask for better testing tools, the July version of the SDK introduces a new unit testing capability. The Microsoft.Bot.Builder.testing package simplifies the process of unit testing dialogs in your bot.
-
Channel Testing: Introduced at Microsoft Build 2019, the Bot Inspector is a new feature in the Bot Framework Emulator which lets you debug and test bots on channels like Microsoft Teams, Slack, Cortana, and more. As you use the bot on specific channels, messages will be mirrored to the Bot Framework Emulator where you can inspect the message data that the bot received. Additionally, a snapshot of the bot memory state for any given turn between the channel and the bot is rendered as well.
Web Chat
Based on enterprise customers asks, we've added a web chat sample that shows how to authorize a user to access resources on an enterprise app with a bot. Two types of resources are used to demonstrate the interoperability of OAuth with Microsoft Graph and GitHub API.
Solutions
-
Virtual Assistant Solution Acclerator : Provides a set of templates, solution accelerators and skills to help build sophisticated conversational experiences. New Android app client for Virtual Assistant that integrates with Direct-Line Speech and Virtual Assistant demonstrating how a device client can interact with your Virtual Assistant and render Adaptive Cards. Updates also include support for Direct-Line Speech and Microsoft Teams.
-
Dynamics 365 Virtual Agent for Customer Service (public preview): With the public preview, you can provide exceptional customer service with intelligent, adaptable virtual agents. Customer service experts can easily create and enhance bots with AI-driven insights.
-
Chat for Dynamics 365: Chat for Dynamics 365 offers several capabilities to ensure the support agents and end users can interact effectively and remain highly productive. Live chat and track conversations from visitors on your website within Microsoft Dynamics 365.
May 2019
Sessions
- Vision Keynote by Satya Nadella, Microsoft CEO.
- Microsoft Azure by Scott Guthrie, EVP, CLOUD & ENTERPRISE
- The Microsoft Office 365 Platform by Rajesh Jha, EVP, EXPERIENCES + DEVICES
- How to use Azure Conversational AI to scale your business for the next generation - A deep dive into La Liga’s story by Tulasi Menon, Nayer Wanas, Jesus Serrano Castro
- Your App, Your Device, Your Assistant - How to build a branded, voice-first Virtual Assistant by Darren Jefford, Travis Wilson, Khuram Shahid.
- Microsoft Research APIs – Project Personality Chat in action, by Tulasi Menon
- Designing for Speech by Jessica Engström
What's new
-
-
Adaptive Dialog | docs | C# samples :: Simplify the development of sophisticated dialogs by dynamically updating as the conversation unfolds. This is especially useful when the context of conversation is switched or if there are interruptions in the middle of a conversation.
-
Language Generation | docs | C# samples :: Streamlines the creation of smart and dynamic bot responses by constructing meaningful, variable and grammatically correct responses that a bot can send back to the user.
-
Common Expression Language | api :: Both Adaptive dialogs and Language Generation rely on and use a common expression language to power bot conversations.
-
Botkit :: Major version update with support for Bot Framework Emulator, Azure Bot Service. New model for handling interruptions and composable dialogs.
-
-
-
Enhanced Speech capabilities, Direct Line Speech Channel – (private preview) Streamlined integration of the Bot Framework and Microsoft's Speech Services in Azure Bot Service as a new channel, with support for custom wake words and bi-directional speech and text. To sign up, add the Direct Line Speech channel to your Azure Bot Service.
-
SDK Channel adapters available here - New platform adapters for Web chat, Slack, Webex, Facebook, Google Hangouts and Twilio SMS. Work with Bot Framework V4 SDK (JS only). Additional new adapters put together by the BotBuilderCommunity
-
-
- Skills include language models, dialogs, and cards that can be reusable across bots. Examples include productivity (calendar, email and task productivity- powered by Microsoft Graph), industry (point of interest, and automotive), and custom.
-
- This template incorporates the previous Enterprise Template and brings together all of the best practices and supporting components identified through building advanced assistant-like conversational experiences. It greatly simplifies the creation of a new bot project including: basic conversational intents, Dispatch integration, QnA Maker, Application Insights and an automated deployment.
-
- Bot Inspector, a new ability to debug live conversations in your bots on any channel or adapter - Microsoft Teams, Slack, Cortana, Facebook Messenger, Skype, etc.
-
- Roles, External Entities and Dynamic Entities :: Extract more detailed information from text and build more intelligent solutions with less effort.
- Entity Roles are now available for all entity types which enables you to identify subtypes based on context, such as from and to which are both types of location.
- External entities gives you the ability to use external context for more accurate understanding of user intent.
- Dynamic lists help append synonyms to list entities, at prediction time enabling dynamic, user-specific information to get matched exactly.
- Analytics dashboard :: Provides insight into your models’ quality and potential data problems. Gives guidance to help solve issues and adopt best practices.
- Roles, External Entities and Dynamic Entities :: Extract more detailed information from text and build more intelligent solutions with less effort.
-
QnA Maker Multi-turn Conversations (Public Preview): Extract information from URL or .pdf, .docx files to create multi-turn conversational flows. You can edit and author your own multi-turn flows and test them using the new contextual ranker. See this sample to create a multi-turn QnA Maker bot.