Templates.ExpandTemplate(String, Object, EvaluationOptions) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
展开具有给定名称和范围的模板。 返回所有可能的响应,而不是随机响应。
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
评估中可见的状态。
EvaluationOptions 中的展开模板。
返回
展开的结果。