InteractionInput Class
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.
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 |
| InputType |
Gets or sets the type of the input. |
| Label |
Gets or sets the label for the input. If not specified, the name will be used as the label. |
| MaxLength |
gets or sets the maximum length for text inputs. |
| Name |
Gets or sets the name for the input. Used for accessing inputs by name from a keyed collection. |
| 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. |