FollowUpInput constructor
FollowUpInput({})
Implementation
FollowUpInput({
required this.promptText,
this.template,
this.reminderEnabled,
this.reminderTemplateId,
this.reminderTimeoutMinutes,
this.reminderRepeat,
});