Delen via


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

Definitie

Updates een bestaande sjabloon in het huidige sjablonenexemplaar.

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

Parameters

templateName
String

Oorspronkelijke sjabloonnaam. De enige id van een sjabloon.

newTemplateName
String

Naam van nieuwe sjabloon.

parameters
List<String>

Nieuwe params.

templateBody
String

Nieuwe sjabloontekst.

Retouren

Lg-bestand bijgewerkt.

Van toepassing op