SimpleIntentSection Constructors

Definition

Overloads

SimpleIntentSection()
SimpleIntentSection(LUFileParser+SimpleIntentSectionContext)

SimpleIntentSection()

public SimpleIntentSection ();
Public Sub New ()

Applies to

SimpleIntentSection(LUFileParser+SimpleIntentSectionContext)

public SimpleIntentSection (LUFileParser.SimpleIntentSectionContext parseTree);
new Microsoft.Bot.Builder.Parsers.LU.SimpleIntentSection : LUFileParser.SimpleIntentSectionContext -> Microsoft.Bot.Builder.Parsers.LU.SimpleIntentSection
Public Sub New (parseTree As LUFileParser.SimpleIntentSectionContext)

Parameters

Applies to