PromptStyle Enum
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.
The style of generated prompt
public enum PromptStyle
type PromptStyle =
Public Enum PromptStyle
- Inheritance
-
PromptStyle
Fields
Name | Value | Description |
---|---|---|
Auto | 0 | Generate buttons for choices and let connector generate the right style based on channel capabilities |
Keyboard | 1 | Map choices to a list of suggested actions that depending on the channel will be a keyboard, quick replies or a HeroCard. |
AutoText | 2 | Show choices as Text. |
Inline | 3 | Show choices on the same line. |
PerLine | 4 | Show choices with one per line. |
None | 5 | Do not show possible choices in the prompt |