Templates.UpdateTemplate(String, String, List<String>, String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
汇报当前 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
新模板名称。
- templateBody
- String
新模板正文。
返回
更新了 LG 文件。