SimpleIntentSection Constructors
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.
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
- parseTree
- LUFileParser.SimpleIntentSectionContext