I've been trying to use AWSLexVoiceButton for a while but I really dislike how little customization is possible. Is there a way I can send audio to Lex in Swift without using AWSLexVoiceButton?
Apparently the only way to do it is copying over the (objective c) source code and editing it to accomplish what you want.