EvaluationOptions.Merge(EvaluationOptions) メソッド

定義

入ってくるオプションを現在のオプションに統合する。 現在のオプションで null の場合、受信オプションのプロパティが null でない場合は、このプロパティの値が上書きされます。

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

パラメーター

opt
EvaluationOptions

マージの受信オプション。

返品

マージ後の結果。

適用対象