BeginTemplateEvaluationArgs Class
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.
Provide event data when a certain template is evaluated.
public class BeginTemplateEvaluationArgs : Microsoft.Bot.Builder.LanguageGeneration.LGEventArgs
type BeginTemplateEvaluationArgs = class
inherit LGEventArgs
Public Class BeginTemplateEvaluationArgs
Inherits LGEventArgs
- Inheritance
Constructors
BeginTemplateEvaluationArgs() |
Properties
Source |
Gets or sets source id of the lg file. (Inherited from LGEventArgs) |
TemplateName |
Gets or sets template name. |