共用方式為


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

原始範本名稱。 範本的唯一識別碼。

newTemplateName
String

新的範本名稱。

parameters
List<String>

新的參數。

templateBody
String

新的範本主體。

傳回

已更新 LG 檔案。

適用於