AnalyzerResult.Union(AnalyzerResult) 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.
Combine two analyzer results.
public Microsoft.Bot.Builder.LanguageGeneration.AnalyzerResult Union (Microsoft.Bot.Builder.LanguageGeneration.AnalyzerResult outputItem);
member this.Union : Microsoft.Bot.Builder.LanguageGeneration.AnalyzerResult -> Microsoft.Bot.Builder.LanguageGeneration.AnalyzerResult
Public Function Union (outputItem As AnalyzerResult) As AnalyzerResult
Parameters
- outputItem
- AnalyzerResult
Another analyzer result.
Returns
Combined analyzer result.