Templates.ExpandTemplate(String, Object, EvaluationOptions) 方法

定义

展开具有给定名称和范围的模板。 返回所有可能的响应,而不是随机响应。

public System.Collections.Generic.IList<object> ExpandTemplate (string templateName, object scope = default, Microsoft.Bot.Builder.LanguageGeneration.EvaluationOptions opt = default);
member this.ExpandTemplate : string * obj * Microsoft.Bot.Builder.LanguageGeneration.EvaluationOptions -> System.Collections.Generic.IList<obj>
Public Function ExpandTemplate (templateName As String, Optional scope As Object = Nothing, Optional opt As EvaluationOptions = Nothing) As IList(Of Object)

参数

templateName
String

要评估的模板名称。

scope
Object

评估中可见的状态。

opt
EvaluationOptions

EvaluationOptions 中的展开模板。

返回

展开的结果。

适用于