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
評估中可見的狀態。
EvaluationOptions 用於評估範本。
傳回
評估結果。