Jaa


Templates.DeleteTemplate(String) Method

Definition

Removes an existing template in current Templates instances.

public Microsoft.Bot.Builder.LanguageGeneration.Templates DeleteTemplate (string templateName);
member this.DeleteTemplate : string -> Microsoft.Bot.Builder.LanguageGeneration.Templates
Public Function DeleteTemplate (templateName As String) As Templates

Parameters

templateName
String

Which template should delete.

Returns

Updated LG file.

Applies to