AnalyzerOptions.Merge(AnalyzerOptions) Method
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.
Merge a incoming option to current option. If a property in incoming option is not null while it is null in current option, then the value of this property will be overwritten.
public Microsoft.Bot.Builder.LanguageGeneration.AnalyzerOptions Merge (Microsoft.Bot.Builder.LanguageGeneration.AnalyzerOptions opt);
member this.Merge : Microsoft.Bot.Builder.LanguageGeneration.AnalyzerOptions -> Microsoft.Bot.Builder.LanguageGeneration.AnalyzerOptions
Public Function Merge (opt As AnalyzerOptions) As AnalyzerOptions
Parameters
- opt
- AnalyzerOptions
Incoming option for merging.
Returns
Result after merging.