LuResource(List<Section>, String, List<Error>) Constructor

Definition

public LuResource (System.Collections.Generic.List<Microsoft.Bot.Builder.Parsers.LU.Section> sections, string content, System.Collections.Generic.List<Microsoft.Bot.Builder.Parsers.LU.Error> errors);
new Microsoft.Bot.Builder.Parsers.LU.LuResource : System.Collections.Generic.List<Microsoft.Bot.Builder.Parsers.LU.Section> * string * System.Collections.Generic.List<Microsoft.Bot.Builder.Parsers.LU.Error> -> Microsoft.Bot.Builder.Parsers.LU.LuResource
Public Sub New (sections As List(Of Section), content As String, errors As List(Of Error))

Parameters

sections
List<Section>
content
String
errors
List<Error>

Applies to