{"id":1138,"date":"2019-07-18T00:00:00","date_gmt":"2019-07-18T00:00:00","guid":{"rendered":"https:\/\/azure.microsoft.com\/blog\/conversational-ai-updates-for-july-2019"},"modified":"2025-06-25T02:39:34","modified_gmt":"2025-06-25T09:39:34","slug":"conversational-ai-updates-for-july-2019","status":"publish","type":"post","link":"https:\/\/azure.microsoft.com\/en-us\/blog\/conversational-ai-updates-for-july-2019\/","title":{"rendered":"Conversational AI updates for July 2019"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">At Build, we highlighted a few customers who are building conversational experiences using the Bot Framework to transform their customer experiences. For example, <a href=\"https:\/\/mybuild.techcommunity.microsoft.com\/sessions\/77572?source=%7B%7B%20ctrl.source#top-anchor\" target=\"_blank\" rel=\"noopener\">BMW discussed its work on the BMW Intelligent Personal Assistant<\/a> to deliver conversational experiences across multiple canvases by leveraging the Bot Framework and Cognitive Services. LaLiga <a href=\"https:\/\/azure.microsoft.com\/en-us\/blog\/laliga-entertains-billions-with-azure-based-conversational-ai\/\" target=\"_blank\" rel=\"noopener\">built their own virtual assistant<\/a> which allows fans to experience and interact with LaLiga across multiple platforms.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">With the Bot Framework release in July, we are happy to share new releases of <a href=\"https:\/\/github.com\/microsoft\/botframework-sdk\" target=\"_blank\" rel=\"noopener\">Bot Framework SDK 4.5 and preview of 4.6<\/a>, updates to our developer tools, and new channels in Azure Bot Service. We\u2019ll use the opportunity to provide additional updates for the Conversational AI releases from Microsoft.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"bot-framework-channels\">Bot Framework channels<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">We continue to expend channels support and functionality for Bot Framework and Azure Bot Service.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"voice-first-bot-applications-direct-line-speech-preview\">Voice-first bot applications: Direct Line Speech preview<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">The Microsoft Bot Framework lets you connect with your users wherever your users are. We offer thirteen <a href=\"https:\/\/github.com\/microsoft\/botframework-sdk#channels-and-adapters\" target=\"_blank\" rel=\"noopener\">supported channels<\/a>, including popular messaging apps like Skype, Microsoft Teams, Slack, Facebook Messenger, Telegram, Kik, as well as a growing number of <a href=\"https:\/\/github.com\/microsoft\/botframework-sdk#channels-and-adapters\" target=\"_blank\" rel=\"noopener\">community adapters<\/a>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Today, we are happy to share the preview of Direct Line Speech channel. This is a new channel designed for voice-first experiences for your Bot Framework utilizing Microsoft\u2019s Speech Services technologies.&nbsp; he Direct Line Speech channel is a native implementation of speech for mobile applications and IoT devices, with support for Text-to-speech, Speech-to-text, and custom wake words.&nbsp; We\u2019re happy to share that we\u2019re now opening the preview to all Bot Framework customers.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Getting started with voice support to your bot is easy. Simply update to the latest Bot Framework SDK, configure the Direct Line Speech channel for your bot, and use the Speech SDK to embed voice into your mobile application or device today.<\/p>\n\n\n\n<figure class=\"wp-block-image has-custom-border\"><img decoding=\"async\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2019\/07\/c89eac96-f41c-49c6-9664-686f7a75419c.webp\" alt=\"Flowchart diagram showing how to utilize Direct Line speech co-located services\" style=\"border-radius:0px\" title=\"Flowchart diagram showing how to utilize Direct Line speech co-located services\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"better-isolation-for-your-bot-direct-line-app-service-extension\">Better isolation for your bot: Direct Line App Service Extension<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Direct Line and Webchat are used broadly by Bot Framework customers to provide chat experiences on their web pages, mobile apps, and devices. For some scenarios, customers have given us the feedback that they\u2019d like a version of Direct Line that can be deployed in isolation, such as in a Virtual Network (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. The Direct Line App Service Extension can be deployed as part of a VNET, allowing IT administrators to have more control over conversation traffic and improve latency in conversations due to reduction in the number of hops. Feel free to get started with Direct Line App Service Extension.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"bot-framework-sdk\">Bot Framework SDK<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">As part of the Bot Framework SDK 4.6 preview we updated <a href=\"https:\/\/github.com\/Microsoft\/BotBuilder-Samples\/tree\/master\/experimental\/adaptive-dialog#readme\" target=\"_blank\" rel=\"noopener\">Adaptive Dialog<\/a>, which 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. Learn more by reading the <a href=\"https:\/\/github.com\/Microsoft\/BotBuilder-Samples\/tree\/master\/experimental\/adaptive-dialog\/docs\" target=\"_blank\" rel=\"noopener\">documentation<\/a> and reviewing the <a href=\"https:\/\/github.com\/Microsoft\/BotBuilder-Samples\/tree\/master\/experimental\/adaptive-dialog\/csharp_dotnetcore\" target=\"_blank\" rel=\"noopener\">samples<\/a>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Continuing our commitment to the Open Source community and following on our promise to allow developers to use their favorite programing language, we <a href=\"https:\/\/github.com\/microsoft\/botbuilder-python\" target=\"_blank\" rel=\"noopener\">updated Bot Framework Python SDK<\/a>. The Python SDK now supports OAuth, Prompts, CosmosDB, and includes all major functionality in SDK 4.5. In addition we got new samples.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Addressing customers\u2019 and developers\u2019 ask for better testing tools, the July version of the SDK introduces a new <a href=\"https:\/\/aka.ms\/bot-test-package\" target=\"_blank\" rel=\"noopener\">unit testing<\/a> capability. The Microsoft.Bot.Builder.testing package simplifies the process of unit testing dialogs in your bot. Check out the <a href=\"https:\/\/aka.ms\/testing-framework\" target=\"_blank\" rel=\"noopener\">documentation<\/a> and <a href=\"https:\/\/aka.ms\/corebot-test\" target=\"_blank\" rel=\"noopener\">samples<\/a>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Introduced at Microsoft Build 2019, the <a href=\"https:\/\/github.com\/Microsoft\/BotFramework-Emulator\/blob\/master\/content\/CHANNELS.md\" target=\"_blank\" rel=\"noopener\">Bot Inspector<\/a> 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.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Following enterprise customers asks, we put together a <a href=\"https:\/\/github.com\/microsoft\/BotFramework-WebChat\/tree\/master\/samples\/19.a.single-sign-on-for-enterprise-apps#single-sign-on-demo-for-enterprise-apps-using-oauth\" target=\"_blank\" rel=\"noopener\">web chat sample<\/a> for a single sign-on to enterprise apps using OAuth. In this sample, we show 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, <a href=\"https:\/\/developer.microsoft.com\/en-us\/graph\/\" target=\"_blank\" rel=\"noopener\">Microsoft Graph<\/a> and <a href=\"https:\/\/developer.github.com\/v3\/\" target=\"_blank\" rel=\"noopener\">GitHub API<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"solutions\">Solutions<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"virtual-agent-solution-accelerator\">Virtual agent solution accelerator<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">We updated the Virtual Assistant and associated skills to enable out-of-box support for Direct Line Speech opening voice assistant experiences with no additional steps. This includes middleware to enable control of the voice being used. Once a new Virtual Assistant has been deployed, you can follow instructions for <a href=\"https:\/\/github.com\/microsoft\/botframework-solutions\/blob\/master\/docs\/howto\/assistant\/csharp\/speechenablement.md\" target=\"_blank\" rel=\"noopener\">configuring Virtual Assistant with the Direct Line Speech channel<\/a>. The example test harness application is also provided to enable you to quickly and easily test Speech scenarios.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">An <a href=\"https:\/\/github.com\/microsoft\/botframework-solutions\/tree\/master\/solutions\/android\/VirtualAssistantClient\" target=\"_blank\" rel=\"noopener\">Android app client for Virtual Assistant<\/a> is also available which integrates with Direct Line Speech and Virtual Assistant, demonstrating how a device client can interact with your Virtual Assistant and render Adaptive Cards.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In addition, we have added out-of-box support for Microsoft Teams ensuring that your Virtual Assistant and skills work including authentication and adaptive cards. You can follow steps for <a href=\"https:\/\/github.com\/microsoft\/botframework-solutions\/blob\/master\/docs\/howto\/assistant\/vaaddtoteams.md\" target=\"_blank\" rel=\"noopener\">creating the associated application manifest<\/a>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The <a href=\"https:\/\/github.com\/Microsoft\/botframework-solutions#readme\" target=\"_blank\" rel=\"noopener\">Virtual Assistant Solution Accelerator<\/a> provides a set of templates, solution accelerators, and skills to help build sophisticated conversational experiences. A new Android app client for Virtual Assistant that integrates with Direct Line Speech and Virtual Assistant demonstrates 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.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The <a href=\"https:\/\/dynamics.microsoft.com\/en-us\/ai\/virtual-agent-for-customer-service\/\" target=\"_blank\" rel=\"noopener\">Dynamics 365 Virtual Agent for Customer Service preview<\/a> provides exceptional customer service with intelligent, adaptable virtual agents. Customer service experts can easily create and enhance bots with AI-driven insights. The Dynamic 365 Virtual Agent is built on top of the Bot Framework and Azure.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>With the Bot Framework release in July, we are happy to share new releases of Bot Framework SDK 4.5 and preview of 4.6, updates to our developer tools, and new channels in Azure Bot Service. We\u2019ll use the opportunity to provide additional updates for the Conversational AI releases from Microsoft.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"ms_queue_id":[],"ep_exclude_from_search":false,"_classifai_error":"","_classifai_text_to_speech_error":"","_alt_title":"","footnotes":"","msx_community_cta_settings":[]},"categories":[1454],"tags":[],"audience":[3057,3055,3056],"content-type":[],"product":[1631],"tech-community":[],"topic":[],"coauthors":[97],"class_list":["post-1138","post","type-post","status-publish","format-standard","hentry","category-ai-machine-learning","audience-data-professionals","audience-developers","audience-it-implementors","product-azure-ai-bot-service","review-flag-4-1680286581-250","review-flag-5-1680286581-950","review-flag-6-1680286581-909","review-flag-ai-driven-ai-driven-2","review-flag-free-1680286579-836","review-flag-iot-1680286585-835","review-flag-microsofts","review-flag-new-1680286579-546"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Conversational AI updates for July 2019 | Microsoft Azure Blog<\/title>\n<meta name=\"description\" content=\"With the Bot Framework release in July, we are happy to share new releases of Bot Framework SDK 4.5 and preview of 4.6, updates to our developer tools, and new channels in Azure Bot Service. We\u2019ll use the opportunity to provide additional updates for the Conversational AI releases from Microsoft.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/azure.microsoft.com\/en-us\/blog\/conversational-ai-updates-for-july-2019\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Conversational AI updates for July 2019 | Microsoft Azure Blog\" \/>\n<meta property=\"og:description\" content=\"With the Bot Framework release in July, we are happy to share new releases of Bot Framework SDK 4.5 and preview of 4.6, updates to our developer tools, and new channels in Azure Bot Service. We\u2019ll use the opportunity to provide additional updates for the Conversational AI releases from Microsoft.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/azure.microsoft.com\/en-us\/blog\/conversational-ai-updates-for-july-2019\/\" \/>\n<meta property=\"og:site_name\" content=\"Microsoft Azure Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/microsoftazure\" \/>\n<meta property=\"article:published_time\" content=\"2019-07-18T00:00:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-06-25T09:39:34+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2019\/07\/c89eac96-f41c-49c6-9664-686f7a75419c.webp\" \/>\n<meta name=\"author\" content=\"Microsoft Azure\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@azure\" \/>\n<meta name=\"twitter:site\" content=\"@azure\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Microsoft Azure\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/conversational-ai-updates-for-july-2019\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/conversational-ai-updates-for-july-2019\/\"},\"author\":[{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/microsoft-azure\/\",\"@type\":\"Person\",\"@name\":\"Microsoft Azure\"}],\"headline\":\"Conversational AI updates for July 2019\",\"datePublished\":\"2019-07-18T00:00:00+00:00\",\"dateModified\":\"2025-06-25T09:39:34+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/conversational-ai-updates-for-july-2019\/\"},\"wordCount\":983,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/conversational-ai-updates-for-july-2019\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2019\/07\/c89eac96-f41c-49c6-9664-686f7a75419c.webp\",\"articleSection\":[\"AI + machine learning\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/azure.microsoft.com\/en-us\/blog\/conversational-ai-updates-for-july-2019\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/conversational-ai-updates-for-july-2019\/\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/conversational-ai-updates-for-july-2019\/\",\"name\":\"Conversational AI updates for July 2019 | Microsoft Azure Blog\",\"isPartOf\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/conversational-ai-updates-for-july-2019\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/conversational-ai-updates-for-july-2019\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2019\/07\/c89eac96-f41c-49c6-9664-686f7a75419c.webp\",\"datePublished\":\"2019-07-18T00:00:00+00:00\",\"dateModified\":\"2025-06-25T09:39:34+00:00\",\"description\":\"With the Bot Framework release in July, we are happy to share new releases of Bot Framework SDK 4.5 and preview of 4.6, updates to our developer tools, and new channels in Azure Bot Service. We\u2019ll use the opportunity to provide additional updates for the Conversational AI releases from Microsoft.\",\"breadcrumb\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/conversational-ai-updates-for-july-2019\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/azure.microsoft.com\/en-us\/blog\/conversational-ai-updates-for-july-2019\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/conversational-ai-updates-for-july-2019\/#primaryimage\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2019\/07\/c89eac96-f41c-49c6-9664-686f7a75419c.webp\",\"contentUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2019\/07\/c89eac96-f41c-49c6-9664-686f7a75419c.webp\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/conversational-ai-updates-for-july-2019\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Blog home\",\"item\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"AI + machine learning\",\"item\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/category\/ai-machine-learning\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Conversational AI updates for July 2019\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#website\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/\",\"name\":\"Microsoft Azure Blog\",\"description\":\"Get the latest Azure news, updates, and announcements from the Azure blog. From product updates to hot topics, hear from the Azure experts.\",\"publisher\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization\",\"name\":\"Microsoft Azure Blog\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2024\/06\/microsoft_logo.webp\",\"contentUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2024\/06\/microsoft_logo.webp\",\"width\":512,\"height\":512,\"caption\":\"Microsoft Azure Blog\"},\"image\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/microsoftazure\",\"https:\/\/x.com\/azure\",\"https:\/\/www.instagram.com\/microsoftdeveloper\/\",\"https:\/\/www.linkedin.com\/company\/16188386\",\"https:\/\/www.youtube.com\/user\/windowsazure\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/person\/c702e5edd662b328b49b7e1180cab117\",\"name\":\"shakir\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g7664e653ea371ce16eaf75e9fa8952c4\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g\",\"caption\":\"shakir\"},\"sameAs\":[\"https:\/\/azure.microsoft.com\"],\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/shakir\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Conversational AI updates for July 2019 | Microsoft Azure Blog","description":"With the Bot Framework release in July, we are happy to share new releases of Bot Framework SDK 4.5 and preview of 4.6, updates to our developer tools, and new channels in Azure Bot Service. We\u2019ll use the opportunity to provide additional updates for the Conversational AI releases from Microsoft.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/azure.microsoft.com\/en-us\/blog\/conversational-ai-updates-for-july-2019\/","og_locale":"en_US","og_type":"article","og_title":"Conversational AI updates for July 2019 | Microsoft Azure Blog","og_description":"With the Bot Framework release in July, we are happy to share new releases of Bot Framework SDK 4.5 and preview of 4.6, updates to our developer tools, and new channels in Azure Bot Service. We\u2019ll use the opportunity to provide additional updates for the Conversational AI releases from Microsoft.","og_url":"https:\/\/azure.microsoft.com\/en-us\/blog\/conversational-ai-updates-for-july-2019\/","og_site_name":"Microsoft Azure Blog","article_publisher":"https:\/\/www.facebook.com\/microsoftazure","article_published_time":"2019-07-18T00:00:00+00:00","article_modified_time":"2025-06-25T09:39:34+00:00","og_image":[{"url":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2019\/07\/c89eac96-f41c-49c6-9664-686f7a75419c.webp","type":"","width":"","height":""}],"author":"Microsoft Azure","twitter_card":"summary_large_image","twitter_creator":"@azure","twitter_site":"@azure","twitter_misc":{"Written by":"Microsoft Azure","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/conversational-ai-updates-for-july-2019\/#article","isPartOf":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/conversational-ai-updates-for-july-2019\/"},"author":[{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/microsoft-azure\/","@type":"Person","@name":"Microsoft Azure"}],"headline":"Conversational AI updates for July 2019","datePublished":"2019-07-18T00:00:00+00:00","dateModified":"2025-06-25T09:39:34+00:00","mainEntityOfPage":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/conversational-ai-updates-for-july-2019\/"},"wordCount":983,"commentCount":0,"publisher":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization"},"image":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/conversational-ai-updates-for-july-2019\/#primaryimage"},"thumbnailUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2019\/07\/c89eac96-f41c-49c6-9664-686f7a75419c.webp","articleSection":["AI + machine learning"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/azure.microsoft.com\/en-us\/blog\/conversational-ai-updates-for-july-2019\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/conversational-ai-updates-for-july-2019\/","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/conversational-ai-updates-for-july-2019\/","name":"Conversational AI updates for July 2019 | Microsoft Azure Blog","isPartOf":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/conversational-ai-updates-for-july-2019\/#primaryimage"},"image":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/conversational-ai-updates-for-july-2019\/#primaryimage"},"thumbnailUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2019\/07\/c89eac96-f41c-49c6-9664-686f7a75419c.webp","datePublished":"2019-07-18T00:00:00+00:00","dateModified":"2025-06-25T09:39:34+00:00","description":"With the Bot Framework release in July, we are happy to share new releases of Bot Framework SDK 4.5 and preview of 4.6, updates to our developer tools, and new channels in Azure Bot Service. We\u2019ll use the opportunity to provide additional updates for the Conversational AI releases from Microsoft.","breadcrumb":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/conversational-ai-updates-for-july-2019\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/azure.microsoft.com\/en-us\/blog\/conversational-ai-updates-for-july-2019\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/conversational-ai-updates-for-july-2019\/#primaryimage","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2019\/07\/c89eac96-f41c-49c6-9664-686f7a75419c.webp","contentUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2019\/07\/c89eac96-f41c-49c6-9664-686f7a75419c.webp"},{"@type":"BreadcrumbList","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/conversational-ai-updates-for-july-2019\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Blog home","item":"https:\/\/azure.microsoft.com\/en-us\/blog\/"},{"@type":"ListItem","position":2,"name":"AI + machine learning","item":"https:\/\/azure.microsoft.com\/en-us\/blog\/category\/ai-machine-learning\/"},{"@type":"ListItem","position":3,"name":"Conversational AI updates for July 2019"}]},{"@type":"WebSite","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#website","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/","name":"Microsoft Azure Blog","description":"Get the latest Azure news, updates, and announcements from the Azure blog. From product updates to hot topics, hear from the Azure experts.","publisher":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/azure.microsoft.com\/en-us\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization","name":"Microsoft Azure Blog","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2024\/06\/microsoft_logo.webp","contentUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2024\/06\/microsoft_logo.webp","width":512,"height":512,"caption":"Microsoft Azure Blog"},"image":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/microsoftazure","https:\/\/x.com\/azure","https:\/\/www.instagram.com\/microsoftdeveloper\/","https:\/\/www.linkedin.com\/company\/16188386","https:\/\/www.youtube.com\/user\/windowsazure"]},{"@type":"Person","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/person\/c702e5edd662b328b49b7e1180cab117","name":"shakir","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g7664e653ea371ce16eaf75e9fa8952c4","url":"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g","caption":"shakir"},"sameAs":["https:\/\/azure.microsoft.com"],"url":"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/shakir\/"}]}},"msxcm_display_generated_audio":false,"msxcm_animated_featured_image":null,"distributor_meta":false,"distributor_terms":false,"distributor_media":false,"distributor_original_site_name":"Microsoft Azure Blog","distributor_original_site_url":"https:\/\/azure.microsoft.com\/en-us\/blog","push-errors":false,"_links":{"self":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts\/1138","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/comments?post=1138"}],"version-history":[{"count":1,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts\/1138\/revisions"}],"predecessor-version":[{"id":43184,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts\/1138\/revisions\/43184"}],"wp:attachment":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/media?parent=1138"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/categories?post=1138"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/tags?post=1138"},{"taxonomy":"audience","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/audience?post=1138"},{"taxonomy":"content-type","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/content-type?post=1138"},{"taxonomy":"product","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/product?post=1138"},{"taxonomy":"tech-community","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/tech-community?post=1138"},{"taxonomy":"topic","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/topic?post=1138"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/coauthors?post=1138"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}