Templates.DeleteTemplate(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.