Delen via


Templates.AddTemplate(String, List<String>, String) Methode

Definitie

Voegt een nieuwe sjabloon toe en retourneert het bijgewerkte exemplaar van Sjablonen.

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

Parameters

templateName
String

Nieuwe sjabloonnaam.

parameters
List<String>

Nieuwe params.

templateBody
String

Nieuwe sjabloontekst.

Retouren

Lg-bestand bijgewerkt.

Van toepassing op