Share via


AnalyzerOptions Constructors

Definition

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))

Parameters

optionsList
IList<String>

List of strings containing the options from an LG file.

Applies to