Share via


PromptStyle Enum

Definition

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

Applies to