0

Is there a way to set request attributes with iOS SDK? I am using this on android:

textInForAudioOut(java.lang.String text, java.util.Map<java.lang.String,java.lang.String> sessionAttributes, java.util.Map<java.lang.String,java.lang.String> requestAttributes)

but i can't find the equivalent in iOS. Is there another way to add request attributes to requests in iOS?

AtulParmar
  • 4,358
  • 1
  • 24
  • 45
Ivan
  • 11
  • 2

1 Answers1

0

If you are using AWSLexPostTextRequest or AWSLexPostContentRequest, you can set it on the request object

https://github.com/aws-amplify/aws-sdk-ios/blob/518ad4d1506ee696965a5e57973e2d4226d835a5/AWSLex/AWSLexModel.m#L439

Lawmicha
  • 147
  • 6