Templates.Evaluate(String, Object, EvaluationOptions) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
评估具有给定名称和范围的模板。
public object Evaluate (string templateName, object scope = default, Microsoft.Bot.Builder.LanguageGeneration.EvaluationOptions opt = default);
member this.Evaluate : string * obj * Microsoft.Bot.Builder.LanguageGeneration.EvaluationOptions -> obj
Public Function Evaluate (templateName As String, Optional scope As Object = Nothing, Optional opt As EvaluationOptions = Nothing) As Object
参数
- templateName
- String
要评估的模板名称。
- scope
- Object
评估中可见的状态。
Evaluation在评估模板时选项。
返回
计算结果。