CreateInteractionInputOptions
Type
type CreateInteractionInputOptions = { Label?: string; Description?: string; EnableDescriptionMarkdown?: boolean; Required?: boolean; Placeholder?: string; Value?: string; AllowCustomChoice?: boolean; Disabled?: boolean; MaxLength?: number; MaxFileSize?: number; AllowMultipleFiles?: boolean; FileFilter?: string;}12 members
Fields
LabelstringoptionalDescriptionstringoptionalEnableDescriptionMarkdownbooleanoptionalRequiredbooleanoptionalPlaceholderstringoptionalValuestringoptionalAllowCustomChoicebooleanoptionalDisabledbooleanoptionalMaxLengthnumberoptionalMaxFileSizenumberoptionalAllowMultipleFilesbooleanoptionalFileFilterstringoptional