다음을 통해 공유


Templates.UpdateTemplate(String, String, List<String>, String) 메서드

정의

현재 템플릿 인스턴스에서 기존 템플릿을 업데이트.

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 파일이 업데이트되었습니다.

적용 대상