PromptStyler Class
Definition
Styles a prompt
[System.Serializable]
public class PromptStyler
[<System.Serializable>]
type PromptStyler = class
Public Class PromptStyler
- Inheritance
-
PromptStyler
- Attributes
Constructors
PromptStyler(PromptStyle) |
Fields
PromptStyle |
Style of the prompt PromptStyle. |
Methods
Apply(IMessageActivity, String, String) |
Style a prompt and populate the Text. |
Apply<T>(IMessageActivity, String, IReadOnlyList<T>, IReadOnlyList<String>, String) |
Style a prompt and populate the message based on PromptStyle. |
Apply<T>(IMessageActivity, String, IReadOnlyList<T>, PromptStyle, IReadOnlyList<String>, String) |