次の方法で共有


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 ファイルを更新しました。

適用対象