Share via


InputType Enum

Definition

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.

Applies to