Κοινή χρήση μέσω


About Direct Line

APPLIES TO: SDK v4

The Bot Framework offers multiple channels with the Direct Line branding. It's important that you select the version that best fits the conversational AI experience you're designing.

  • Direct Line. This is the standard channel offering of Direct Line. It works by default with bot templates via the Azure portal, bots from the Bot Builder Samples, and bots created with the Azure CLI. This is the Direct Line best suited in the majority of the cases. See Connect a bot to Direct Line.
  • Direct Line App Service Extension. It runs inside the same subscription, App Service, and Azure network as your bot. If you have network isolation requirements, this version of Direct Line may be ideal. Bots and clients require special modifications to work with the Direct Line App Service Extension to ensure traffic never leaves the isolated network. See Direct Line App Service Extension.

You can choose which offering of Direct Line is best for you by evaluating the features each offers and the needs of your solution. Over time these offerings will be simplified.

Feature Direct Line Direct Line App Service Extension
Availability and Licensing GA GA
Speech recognition and text-to-speech performance Standard Standard
Supports legacy web browsers Yes Yes
Bot Framework SDK support All v3, v4 v4.63+ required
Client SDK support JS, C# JS, C#
Works with Web Chat Yes Yes
VNET No Yes

Additional resources