#set($responseIdentifier = $r.responseUniqueId($interaction))
#if($interaction.getPrompt())
$r.renderPrompt($interaction.getPrompt())
#end #if($r.isInvalidResponse($interaction.responseIdentifier))
You must select #if($interaction.minChoices > 0) at least $interaction.minChoices #if($interaction.maxChoices > 0) and #end #end #if($interaction.maxChoices > 0) at most $interaction.maxChoices #end options.
#end $r.renderBlockStatics($interaction.getBlockStatics())