ios SDK for LexV2

0

I am building an iOS app that uses Lex. I can successfully contact Lex V1 bots using the code provided in the https://github.com/awslabs/aws-sdk-ios-samples/tree/main/Lex-Sample/Swift , but I am unable to reach Lex V2 bots. It seems like the Swift SDK can only connect to Lex V1 bots.

How do I tell the iOS Swift SDK to connect to a Lex V2 bot?

AWS-DJ
asked 2 years ago593 views
2 Answers
0

Hi AWS-DJ, As per ReadMe of the repository it relies on aws-amplify/aws-sdk-ios which does not support Lex V2 as of now.

You can track udpates related to Lex V2 integration on this feature request https://github.com/aws-amplify/amplify-js/issues/7662

AWS
Saket
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions