Skip to content
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.

Commit

Permalink
[Virtual Assistant][TypeScript] Update core functionality (#999)
Browse files Browse the repository at this point in the history
* Update CognitiveModels and DepoymentScripts

* Add resources files

* Update dialogs

* Update remaining 'assistant' files

* Update authentication, middleware and responses

* Update proactive, skills, util and extensions folders, index.ts and npm-srinkwrap files

* Fix some TSLint warnings

* Add backgroundTaskQueue

* Update logic for using skills with InProc approach
  • Loading branch information
David Favretto authored and darrenj committed Mar 26, 2019
1 parent b80d772 commit 6d4c457
Show file tree
Hide file tree
Showing 107 changed files with 9,511 additions and 8,680 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
> Construct the root dispatch LUIS model based on other .lu files
> Construct the root dispatch LUIS model based on other .lu files

# l_General
- [l_General](general.lu#Cancel)
Expand Down Expand Up @@ -62,4 +62,9 @@ $KEYWORD:simple
$ADDRESS:simple

# q_FAQ
- [q_FAQ](../../QnA/de/faq.lu#?)
- [q_FAQ](../../QnA/de/faq.lu#?)

# None
- Meine Wasserflasche ist grün
- Schildkröten schwimmen gerne im Ozean
- Papierflächen am Himmel
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
> Entity Definitions
> Entity Definitions
$PREBUILT:datetimeV2
$PREBUILT:number

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
> Construct the root dispatch LUIS model based on other .lu files
> Construct the root dispatch LUIS model based on other .lu files

# l_General
- [l_General](general.lu#Cancel)
Expand Down Expand Up @@ -62,4 +62,9 @@ $KEYWORD:simple
$ADDRESS:simple

# q_FAQ
- [q_FAQ](../../QnA/en/faq.lu#?)
- [q_FAQ](../../QnA/en/faq.lu#?)

# None
- my water bottle is green
- turtles like to swim in the ocean
- paper planes in the sky
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
> Construct the root dispatch LUIS model based on other .lu files
> Construct the root dispatch LUIS model based on other .lu files

# l_General
- [l_General](general.lu#Cancel)
Expand Down Expand Up @@ -62,4 +62,9 @@ $KEYWORD:simple
$ADDRESS:simple

# q_FAQ
- [q_FAQ](../../QnA/es/faq.lu#?)
- [q_FAQ](../../QnA/es/faq.lu#?)

# None
- mi botella de agua es verde
- a las tortugas les gusta nadar en el océano
- aviones de papel en el cielo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
> Entity Definitions
> Entity Definitions
$PREBUILT:datetimeV2
$PREBUILT:number

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
> Construct the root dispatch LUIS model based on other .lu files
> Construct the root dispatch LUIS model based on other .lu files

# l_General
- [l_General](general.lu#Cancel)
Expand Down Expand Up @@ -62,4 +62,9 @@ $KEYWORD:simple
$ADDRESS:simple

# q_FAQ
- [q_FAQ](../../QnA/fr/faq.lu#?)
- [q_FAQ](../../QnA/fr/faq.lu#?)

# None
- ma bouteille d'eau est verte
- tortues aiment nager dans l'océan
- avions en papier dans le ciel
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
> Entity Definitions
> Entity Definitions
$PREBUILT:datetimeV2
$PREBUILT:number

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
> Construct the root dispatch LUIS model based on other .lu files
> Construct the root dispatch LUIS model based on other .lu files

# l_General
- [l_General](general.lu#Cancel)
Expand Down Expand Up @@ -62,4 +62,9 @@ $KEYWORD:simple
$ADDRESS:simple

# q_FAQ
- [q_FAQ](../../QnA/it/faq.lu#?)
- [q_FAQ](../../QnA/it/faq.lu#?)

# None
- la mia bottiglia d'acqua è verde
- tartarughe amano nuotare nell'oceano
- piani di carta nel cielo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
> Entity Definitions
> Entity Definitions
$PREBUILT:datetimeV2
$PREBUILT:number

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
> Construct the root dispatch LUIS model based on other .lu files
> Construct the root dispatch LUIS model based on other .lu files

# l_General
- [l_General](general.lu#Cancel)
Expand Down Expand Up @@ -62,4 +62,9 @@ $KEYWORD:simple
$ADDRESS:simple

# q_FAQ
- [q_FAQ](../../QnA/zh/faq.lu#?)
- [q_FAQ](../../QnA/zh/faq.lu#?)

# None
- 我的水瓶是绿色的
- 海龟喜欢在海里游泳
- 天空中的纸飞机
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@


> # Intent definitions

## Cancel
Expand Down
Loading

0 comments on commit 6d4c457

Please sign in to comment.