Share via


InteractionInput Class

Definition

Represents an input for an interaction.

public sealed class InteractionInput
type InteractionInput = class
Public NotInheritable Class InteractionInput
Inheritance
InteractionInput

Constructors

InteractionInput()

Properties

Description

Gets or sets the description for the input.

EnableDescriptionMarkdown

Gets or sets a value indicating whether the description should be rendered as Markdown. Setting this to true allows a description to contain Markdown elements such as links, text decoration and lists.

InputType

Gets or sets the type of the input.

Label

Gets or sets the label for the input.

MaxLength

gets or sets the maximum length for text inputs.

Options

Gets or sets the options for the input. Only used by Choice inputs.

Placeholder

Gets or sets the placeholder text for the input.

Required

Gets or sets a value indicating whether the input is required.

Value

Gets or sets the value of the input.

Applies to