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