Extensions.ParseResolutions Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Parse all resolutions from a LUIS result.
public static System.Collections.Generic.IEnumerable<Microsoft.Bot.Builder.Luis.Resolution> ParseResolutions (this Microsoft.Bot.Builder.Luis.IResolutionParser parser, System.Collections.Generic.IEnumerable<Microsoft.Bot.Builder.Luis.Models.EntityRecommendation> entities);
static member ParseResolutions : Microsoft.Bot.Builder.Luis.IResolutionParser * seq<Microsoft.Bot.Builder.Luis.Models.EntityRecommendation> -> seq<Microsoft.Bot.Builder.Luis.Resolution>
<Extension()>
Public Iterator Function ParseResolutions (parser As IResolutionParser, entities As IEnumerable(Of EntityRecommendation)) As IEnumerable(Of Resolution)
Parameters
- parser
- IResolutionParser
The resolution parser.
- entities
- IEnumerable<EntityRecommendation>
The LUIS entities.
Returns
The parsed resolutions.