DeleteSession
Source:
src/AWS/LexV2/DeleteSession.ts
Runtime binding for lex:DeleteSession — end a conversation with an
Amazon Lex V2 bot alias, discarding its session state so the next user
input starts a fresh conversation.
Managing Sessions
Section titled “Managing Sessions”// initconst deleteSession = yield* AWS.LexV2.DeleteSession(alias);
// runtimeyield* deleteSession({ localeId: "en_US", sessionId: "user-123",});