You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 2, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: whats-new.md
+2-12Lines changed: 2 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ Create a reusable conversational skill to add functionality to a bot. Leverage p
40
40
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][48] | [C# samples][49]]
41
41
42
42
#### Language Generation (Preview)
43
-
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][44] | [C# samples][45]]
43
+
Language Generation enables 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][44] | [C# samples][45]]
44
44
45
45
#### Common Expression Language (Preview)
46
46
Common Expression Language allows you to evaluate the outcome of a condition-based logic at runtime information. We provide a common language that can be used across the Bot Framework SDK and conversational AI components, such as Adaptive Dialogs and Language Generation. [[Docs][40] | [Api][41]]
@@ -86,17 +86,7 @@ BF CLI aggregates the collection of cross-platform tools into one cohesive and c
86
86
## Related Services
87
87
88
88
### Language Understanding
89
-
A machine learning-based Azure service to build natural language experiences. Quickly create enterprise-ready, custom models that continuously improve. Updates include: build sophisticated, hierarchical language models with less effort, ability to import and export .lu files paves the way for an effective CI/CD process.
-**Advanced language understanding capabilities** -
95
-
96
-
-**Improved developer productivity** -
97
-
-**Enhanced user experience** - labeling experience enables building and debugging complex models
98
-
99
-
-**Language expansion** - basic support for Arabic and Hindi (public preview)
89
+
A machine learning-based Azure service to build natural language experiences. Quickly create enterprise-ready, custom models that continuously improve. Updates include: build sophisticated, hierarchical language models with less effort, import and export .lu files for an effective CI/CD process, and basic support for Arabic and Hindi (public preview). [[Docs](https://docs.microsoft.com/en-gb/azure/cognitive-services/luis/whats-new#november-4-2019---ignite)]
100
90
101
91
### QnA Maker
102
92
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.
0 commit comments