Not through the API I'm afraid. But you can get to the button iframe element and reach for the name field and add the 'required' attribute to it.
logger.feedbackButton.el.querySelector('[name=name]').setAttribute('required', true);
Tired of debugging javascript errors in web applications? Try our powerful error logging service RootCause