lexruntimeservice_delete_session {paws.machine.learning} | R Documentation |
Removes session information for a specified bot, alias, and user ID
Description
Removes session information for a specified bot, alias, and user ID.
See https://www.paws-r-sdk.com/docs/lexruntimeservice_delete_session/ for full documentation.
Usage
lexruntimeservice_delete_session(botName, botAlias, userId)
Arguments
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. |
[Package paws.machine.learning version 0.9.0 Index]