EvaluationOptions.Merge(EvaluationOptions) 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.EvaluationOptions Merge (Microsoft.Bot.Builder.LanguageGeneration.EvaluationOptions opt);
member this.Merge : Microsoft.Bot.Builder.LanguageGeneration.EvaluationOptions -> Microsoft.Bot.Builder.LanguageGeneration.EvaluationOptions
Public Function Merge (opt As EvaluationOptions) As EvaluationOptions
Parameters
Incoming option for merging.
Returns
Result after merging.