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

定义

汇报当前 Templates 实例中的现有模板。

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

参数

templateName
String

原始模板名称。 模板的唯一 ID。

newTemplateName
String

新模板名称。

parameters
List<String>

新参数。

templateBody
String

新模板正文。

返回

更新了 LG 文件。

适用于