Removes session information for a specified bot, alias, and user ID
Removes session information for a specified bot, alias, and user ID.
lexruntimeservice_delete_session(botName, botAlias, userId)
botName |
[required] The name of the bot that contains the session data. |
botAlias |
[required] The alias in use for the bot that contains the session data. |
userId |
[required] The identifier of the user associated with the session data. |
A list with the following syntax:
list( botName = "string", botAlias = "string", userId = "string", sessionId = "string" )
svc$delete_session( botName = "string", botAlias = "string", userId = "string" )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.