<inputid="idle_enabled"type="checkbox"title="Toggle to enable or disable the idle feature."/>
<labelfor="idle_enabled">Enabled</label>
</div>
<divclass="idle_block flex-container">
<inputid="idle_repeats"class="text_pole widthUnset"type="number"min="0"max="100000"step="1"title="The number of times the idle action will be prompted."/>
<inputid="idle_timer_min"class="text_pole widthUnset"type="number"min="0"max="600000"step="1"title="The minimum amount of time in seconds before the idle action is triggered."/>
<inputid="idle_timer"class="text_pole widthUnset"type="number"min="0"max="600000"step="1"title="The amount of time in seconds before the idle action is triggered."/>
<textareaid="idle_prompts"class="text_pole textarea_compact"rows="6"title="The prompts to be sent to initial the idle reply (newline seperated)."></textarea>
</div>
<divclass="idle_block flex-container">
<inputid="idle_use_continuation"type="checkbox"title="Indicates whether the idle action will just use the 'Continue' function instead of a prompt."/>