v1.4.0 nightly wrong property reference in memory
See original GitHub issueDescribe the bug
In v1.4.0 (nightly, haven’t checked the public version yet) if you want to refer to the recognized entities by LUIS, there is the option to insert a property reference from the context menu within the “Send a response” action, but unfortunately this inserts the reference wrong as it adds turn.recognizedEntities
which does not refer to properties/entities in memory as it should be turn.recognized.entities
to refer to the entites recognized from LUIS correctly.
Version
1.4.0-nightly
Browser
- Electron distribution
- Chrome
- Safari
- Firefox
- Edge
OS
- macOS
- Windows
- Ubuntu
Screenshots
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (5 by maintainers)
Top Results From Across the Web
Configuring CircleCI
This document is a reference for the CircleCI 2.x configuration keys that are used in the .circleci/config.yml file. You can see a complete...
Read more >cordova-plugin-file
cordova-plugin-file. This plugin implements a File API allowing read/write access to files residing on the device. This plugin is based on several specs, ......
Read more >Ray Core API — Ray 2.2.0 - the Ray documentation
Arguments to the task will be recursively reconstructed. If False, then ray.ObjectLostError will be thrown. _redis_max_memory – Redis max memory.
Read more >Bug listing with status RESOLVED with resolution FIXED as at ...
... Bug:715 - "sun-jdk-1.4.0.ebuild" status:RESOLVED resolution:FIXED severity: ... Bug:1533 - "incorrect font.properties file with blackdown-jdk-1.3.1-r3" ...
Read more >Releases · opentoonz/opentoonz - GitHub
OpenToonz - An open-source full-featured 2D animation creation software - Releases · opentoonz/opentoonz.
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
@stephanbisser @hatpick I double checked the TurnPath in SDK, https://github.com/microsoft/botbuilder-dotnet/blob/d299138cdc41aa4782bc0918fffdba2ab13d664a/libraries/Microsoft.Bot.Builder.Dialogs/Memory/TurnPath.cs#L53 I think
turn.recognizedEntities
is right.@stephanbisser I found some documents for
TurnPath
anddialogPath
, which corresponding toturn.sth
anddialog.sth
TurnPath DialogPath