Botframework-sdk: Bot builder SDK C# does not support the new datetimeV2 time in LUIS entities in (builtin.datetimeV2.timerange)

Created on 14 May 2017  路  7Comments  路  Source: microsoft/botframework-sdk

Bot builder SDK version 3.5.9 does not support the new datetimeV2. when are we expecting next relase.
I want to extract start and end time values in following JSON:

{ "entity": "from 4 pm to 6 pm", "type": "builtin.datetimeV2.timerange", "startIndex": 69, "endIndex": 85, "resolution": { "values": [ { "timex": "(T16,T18,PT2H)", "type": "timerange", "start": "16:00:00", "end": "18:00:00" } ] } },

Most helpful comment

I just completed the work to add support for the new entity. Tomorrow I will create a PR for this.

All 7 comments

@m-ehxan Can you upgrade BotBuilder nuget package to the current version (v3.8.x) and let me know if you are still experiencing the issue?

@nwhitmont I have update the nuget package to (v3.8.0) and i still can not access the start and end time values. In SDK Resolution is defined as public IDictionary<string, object> Resolution { get; set; } and there is no way to directly access the values of timex , type , start or end keys

I just completed the work to add support for the new entity. Tomorrow I will create a PR for this.

@stevengum97, can you close this? :)

Thank you @tellarin and @JasonSowers!

You're welcome @stevengum97!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

bluekite2000 picture bluekite2000  路  4Comments

Arimov picture Arimov  路  3Comments

sebsylvester picture sebsylvester  路  3Comments

Vigneshramkumar picture Vigneshramkumar  路  3Comments

somprabhsharma picture somprabhsharma  路  3Comments