This repository was archived by the owner on Jan 15, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 124
Surface lu parser error #1291
Merged
Merged
Surface lu parser error #1291
Changes from 4 commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
|
||
> LUIS application information | ||
> !# @app.name = Weather | ||
> !# @app.desc = Weather LUIS application - Bot Builder Samples | ||
> !# @app.versionId = 0.1 | ||
> !# @app.culture = en-us | ||
> !# @app.luis_schema_version = 4.0.0 | ||
|
||
|
||
> # Intent definitions | ||
- current weather ? | ||
- do {@Location=florida} residents usually need ice | ||
|
||
## Get Weather Forecast | ||
- forecast in celcius | ||
- get the forcast for me | ||
- i want to know the temperature at {@Location=death valley} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
**Prompts:** | ||
- [Files that Cannot Sync | ||
](#1) | ||
|
||
<a id = "1"/> | ||
|
||
## ? Files that Cannot Sync | ||
``` | ||
Files that cannot sync. | ||
``` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
|
||
> LUIS application information | ||
> !# @app.name = Weather | ||
> !# @app.desc = Weather LUIS application - Bot Builder Samples | ||
> !# @app.versionId = 0.1 | ||
> !# @app.culture = en-us | ||
> !# @app.luis_schema_version = 4.0.0 | ||
|
||
|
||
> # Intent definitions | ||
|
||
## Get Weather Condition | ||
- current weather ? | ||
- do {@Location=florida} residents usually need ice scrapers | ||
- get {@Location=florence} temperature in september | ||
- get for me the weather conditions in {@Location=sonoma county} | ||
- get the daily temperature {@Location=greenwood indiana} | ||
- get the weather at {@Location=saint george utah} | ||
- how much rain does {@Location=chambersburg} get a year | ||
- show average rainfall for {@Location=boise} | ||
- temperature of {@Location=delhi} in celsius please | ||
- was last year about this time as wet as it is now in the {@Location=south} ? | ||
- what is the rain volume in {@Location=sonoma county} ? | ||
- what to wear in march in {@Location=california} | ||
- what's the weather like in {@Location=minneapolis} | ||
- weather in {@Location_PatternAny} | ||
- how's the weather in {@Location_PatternAny} | ||
- current weather in {@Location_PatternAny} | ||
|
||
|
||
## Get Weather Forecast | ||
- forecast in celcius | ||
- get the forcast for me | ||
- i want to know the temperature at {@Location=death valley} | ||
- provide me by {@Location=toronto} weather please | ||
- show me the forecast at {@Location=alabama} | ||
- soliciting today's weather | ||
- what is the weather in {@Location=redmond} ? | ||
- what is the weather today at 10 day {@Location=durham} ? | ||
- what will the weather be tomorrow in {@Location=new york} ? | ||
- what's the weather going to be like in {@Location=hawaii} ? | ||
- will it be raining in {@Location=ranchi} | ||
- will it rain this weekend | ||
- will it snow today | ||
- what's the forecast for next week in {@Location_PatternAny} | ||
- show me the forecast for {@Location_PatternAny} | ||
- what's the forecast for {@Location_PatternAny} | ||
|
||
|
||
## None | ||
|
||
|
||
> # Entity definitions | ||
|
||
@ ml Location | ||
|
||
|
||
> # PREBUILT Entity definitions | ||
|
||
|
||
> # Phrase list definitions | ||
|
||
|
||
> # List entities | ||
|
||
> # RegEx entities | ||
|
||
|
||
> # Pattern.Any entities | ||
|
||
@ patternany Location_PatternAny |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# ?store hours | ||
``` | ||
Most our stores are open M-F 9AM-10PM. | ||
``` | ||
**Prompts:** | ||
- [Seattle store](#1) | ||
- [Portland store](#2) | ||
|
||
<a id = "1"></a> | ||
|
||
# ?seattle | ||
``` | ||
The Seattle store is open M-F 9AM-10PM. | ||
``` | ||
|
||
<a id = "2"></a> | ||
|
||
# ?when is the portland store open | ||
- portland store hours | ||
``` | ||
The Portland store is open 24/7. | ||
``` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.