Enum PromptType
- Namespace
- DisCatSharp.Enums
- Assembly
- DisCatSharp.dll
Represents the prompt types for onboarding.
public enum PromptType
Fields
MultipleChoice = 0
The prompt type is multiple choice.
Dropdown = 1
The prompt type is a dropdown.
Represents the prompt types for onboarding.
public enum PromptType
MultipleChoice = 0
The prompt type is multiple choice.
Dropdown = 1
The prompt type is a dropdown.