We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For erasing aws lex sessionAttributes I need to pass empty map according to aws lex docs (https://docs.aws.amazon.com/lex/latest/dg/context-mgmt.html) But LexResponse uses json tag with omitempty option and aws lex won't clear sessionAttributes. Code example: https://play.golang.org/p/Qpca-uHwGQL I'm proposing to remove omitempty option in LexResponse struct.
LexResponse
omitempty
The text was updated successfully, but these errors were encountered:
Makes sense to me, feel free to open a pull-request!
Sorry, something went wrong.
Fix aws#218 - remove omitempty from SessionAttributes in LexResponse
fa4a5d3
Hi, I've created, please review #225
cb75cfe
No branches or pull requests
For erasing aws lex sessionAttributes I need to pass empty map according to aws lex docs (https://docs.aws.amazon.com/lex/latest/dg/context-mgmt.html)
But
LexResponse
uses json tag withomitempty
option and aws lex won't clear sessionAttributes.Code example: https://play.golang.org/p/Qpca-uHwGQL
I'm proposing to remove
omitempty
option inLexResponse
struct.The text was updated successfully, but these errors were encountered: