InputType 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.
Specifies the type of input for an InteractionInput.
public enum InputType
type InputType =
Public Enum InputType
- Inheritance
-
InputType
Fields
| Name | Value | Description |
|---|---|---|
| Text | 0 | A single-line text input. |
| SecretText | 1 | A secure text input. |
| Choice | 2 | A choice input. Selects from a list of options. |
| Boolean | 3 | A boolean input. |
| Number | 4 | A numeric input. |