Templates.UpdateTemplate(String, String, List<String>, String) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
현재 템플릿 인스턴스에서 기존 템플릿을 업데이트.
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 파일이 업데이트되었습니다.