Documentation: DescribeWeather template format is wrong, missing @'s
See original GitHub issueComplete the necessary portions of this template and delete the rest.
Describe the bug
In the Composer tutorial, https://github.com/microsoft/BotFramework-Composer/blob/stable/docs/tutorial/bot-tutorial-lg.md, the tutorial has you create a new template to demonstrate conditional messages, and parameterized messages.
Version
docs: R7 Doc Release (#1743)
To Reproduce
On step 8, the tutorial says to paste the following text:
# DescribeWeather(weather)
- IF: {weather.weather=="Clouds"}
- It is cloudy
This generates a set of errors: if and elseif should [sic] followed by one valid expression
Expected behavior
See the tutorial, should be accepted in the LG editor
The syntax should be:
# DescribeWeather(weather)
- IF: @{weather.weather=="Clouds"}
- It is cloudy
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Sprint 20 · GitHub
Documentation: DescribeWeather template format is wrong, missing @'s #1839 opened by dinobrago. R8 Release 8 - March 16th, 2020. Type: Documentation.
Read more >Missing customizations in Office Word after an update
Press Windows + R and type in %appdata%\Microsoft\Templates and press Enter. Locate the file and select it. If you're missing customizations for Word, ......
Read more >WSOH8.pdf - National Weather Service
1 (FMH-1), Surface Weather Observations and Reports. This handbook is intended for use at Supplementary Aviation Weather Reporting Stations. (SAWRS). No other ...
Read more >Advisory Circular, AC 00-45G, Change 1 - FAA
This publication supplements its companion manual Aviation Weather, Advisory Circular 00-6A, which documents weather theory and its application ...
Read more >House Policy Development - NH.gov
You should document your responsible business practices in the form of ... have a company policy that does not conflict with existing laws...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hey @aalmada thanks for your report. FYI. The updated docs are actually in master branch here. And this is the updated get weather report article.
Hey, thanks again for your report. We have updated the docs here. Closing this issue because it is addressed.