AnalyzerOptions 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
AnalyzerOptions() |
Initializes a new instance of the AnalyzerOptions class. |
AnalyzerOptions(AnalyzerOptions) |
Initializes a new instance of the AnalyzerOptions class. |
AnalyzerOptions(IList<String>) |
Initializes a new instance of the AnalyzerOptions class. |
AnalyzerOptions()
Initializes a new instance of the AnalyzerOptions class.
public AnalyzerOptions ();
Public Sub New ()
Applies to
AnalyzerOptions(AnalyzerOptions)
Initializes a new instance of the AnalyzerOptions class.
public AnalyzerOptions (Microsoft.Bot.Builder.LanguageGeneration.AnalyzerOptions opt);
new Microsoft.Bot.Builder.LanguageGeneration.AnalyzerOptions : Microsoft.Bot.Builder.LanguageGeneration.AnalyzerOptions -> Microsoft.Bot.Builder.LanguageGeneration.AnalyzerOptions
Public Sub New (opt As AnalyzerOptions)
Parameters
- opt
- AnalyzerOptions
Instance to copy analyzer settings from.
Applies to
AnalyzerOptions(IList<String>)
Initializes a new instance of the AnalyzerOptions class.
public AnalyzerOptions (System.Collections.Generic.IList<string> optionsList);
new Microsoft.Bot.Builder.LanguageGeneration.AnalyzerOptions : System.Collections.Generic.IList<string> -> Microsoft.Bot.Builder.LanguageGeneration.AnalyzerOptions
Public Sub New (optionsList As IList(Of String))