putSession
abstract suspend fun <T> putSession(input: PutSessionRequest, block: suspend (PutSessionResponse) -> T): T
Creates a new session or modifies an existing session with an Amazon Lex bot. Use this operation to enable your application to set the state of the bot.
For more information, see Managing Sessions.