InteractionInput
Type
type InteractionInput = { Name: string; Label?: string; Description?: string; EnableDescriptionMarkdown?: boolean; InputType: InputType; Required?: boolean; Options: String]][]; DynamicLoading?: InputLoadOptions; Value: string; Placeholder?: string; AllowCustomChoice?: boolean; Disabled: boolean; MaxLength?: number;}13 members
Fields
NamestringLabelstringoptionalDescriptionstringoptionalEnableDescriptionMarkdownbooleanoptionalInputTypeInputTypeRequiredbooleanoptionalOptionsString]][]DynamicLoadingInputLoadOptionsoptionalValuestringPlaceholderstringoptionalAllowCustomChoicebooleanoptionalDisabledbooleanMaxLengthnumberoptional