Retrieve complete LUIS DateTimeV2 entity from recognizer
问题 I'm using the Microsoft Bot Framework v4 to do some fairly basic date and date range recognition. The most straightforward use of the LUIS recognizer that most examples use and is used in the enterprise template doesn't return the complete DateTimeV2 structure. The example below is for "last week" corresponding to a daterange. These results are in recognizer.result.entities: { "$instance": { "datetime": [ { "startIndex": 8, "endIndex": 17, "text": "last week", "type": "builtin.datetimeV2