I have integrated my AWS Lex bot in slack. I want to get the userId from slack
userId = intent_request['userId']
Here the userID comes in {channelID}:{SlackTeamID}:{SlackUserID}
format.
How to get the SlackUserID from this.
I have integrated my AWS Lex bot in slack. I want to get the userId from slack
userId = intent_request['userId']
Here the userID comes in {channelID}:{SlackTeamID}:{SlackUserID}
format.
How to get the SlackUserID from this.