swiftamazon-web-servicesaws-sdkamazon-lexaws-lex

Sending audio to Lex without using AWSLexVoiceButton (AWS sdk for iOS)


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?


Solution

  • Apparently the only way to do it is copying over the (objective c) source code and editing it to accomplish what you want.