Templates.AddTemplate(String, List<String>, String) 方法

定义

添加新模板并返回更新的 Templates 实例。

public Microsoft.Bot.Builder.LanguageGeneration.Templates AddTemplate (string templateName, System.Collections.Generic.List<string> parameters, string templateBody);
member this.AddTemplate : string * System.Collections.Generic.List<string> * string -> Microsoft.Bot.Builder.LanguageGeneration.Templates
Public Function AddTemplate (templateName As String, parameters As List(Of String), templateBody As String) As Templates

参数

templateName
String

新模板名称。

parameters
List<String>

新参数。

templateBody
String

新模板正文。

返回

更新了 LG 文件。

适用于