Templates.AddTemplate(String, List<String>, String) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
새 템플릿을 추가하고 업데이트된 템플릿 인스턴스를 반환합니다.
public Microsoft.Bot.Builder.LanguageGeneration.Templates AddTemplate (string templateName, System.Collections.Generic.List<string> parameters, string templateBody);
member this.AddTemplate : string * System.Collections.Generic.List<string> * string -> Microsoft.Bot.Builder.LanguageGeneration.Templates
Public Function AddTemplate (templateName As String, parameters As List(Of String), templateBody As String) As Templates
매개 변수
- templateName
- String
새 템플릿 이름입니다.
- templateBody
- String
새 템플릿 본문입니다.
반환
LG 파일이 업데이트되었습니다.