Skip to content

Commit

Permalink
fix: remove preview from LG readme (#3873)
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Gummersall authored Jul 19, 2021
1 parent 285f3e9 commit ffde26a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libraries/botbuilder-lg/README.MD
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Language Generation ***_[PREVIEW]_***
# Language Generation

Learning from our customers experiences and bringing together capabilities first implemented by Cortana and Cognition teams, we are introducing Language Generation; which allows the developer to extract the embedded strings from their code and resource files and manage them through a Language Generation runtime and file format. Language Generation enable customers to define multiple variations on a phrase, execute simple expressions based on context, refer to conversational memory, and over time will enable us to bring additional capabilities all leading to a more natural conversational experience.

Expand Down Expand Up @@ -78,7 +78,7 @@ the result could be:
the structured name would be placed into property 'lgType'.
See more tests here : [structured LG test][4]

By this, You can use the `ActivityFactory.fromObject(lgResult)` method to transform the lg output into a Bot Framework activity to post back to the user.
By this, You can use the `ActivityFactory.fromObject(lgResult)` method to transform the lg output into a Bot Framework activity to post back to the user.

see more samples here: [Structured LG to Activity][5]

Expand Down

0 comments on commit ffde26a

Please sign in to comment.