PromptStyle Enum

Definition

The style of generated prompt

public enum PromptStyle
type PromptStyle = 
Public Enum PromptStyle
Inheritance
PromptStyle

Fields

Auto 0

Generate buttons for choices and let connector generate the right style based on channel capabilities

AutoText 2

Show choices as Text.

Inline 3

Show choices on the same line.

Keyboard 1

Map choices to a list of suggested actions that depending on the channel will be a keyboard, quick replies or a HeroCard.

None 5

Do not show possible choices in the prompt

PerLine 4

Show choices with one per line.

Applies to