TextTemplate 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.
Defines an text Template where the template expression is local aka "inline" and processed through registered ILanguageGenerator.
public class TextTemplate : Microsoft.Bot.Builder.Dialogs.ITemplate<string>
type TextTemplate = class
interface ITemplate<string>
Public Class TextTemplate
Implements ITemplate(Of String)
- Inheritance
-
TextTemplate
- Implements
Constructors
TextTemplate(String) |
Initializes a new instance of the TextTemplate class. |
Fields
Kind |
Class identifier. |
Properties
Template |
Gets or sets the template to evaluate to create the text. |
Methods
BindAsync(DialogContext, Object, CancellationToken) |
Given the turn context bind to the data to create the object of type string. |
ToString() |
Returns a string that represents TextTemplate. |