lexruntimev2_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/lexruntimev2_delete_session/ for full documentation.
Usage
lexruntimev2_delete_session(botId, botAliasId, localeId, sessionId)
Arguments
botId |
[required] The identifier of the bot that contains the session data. |
botAliasId |
[required] The alias identifier in use for the bot that contains the session data. |
localeId |
[required] The locale where the session is in use. |
sessionId |
[required] The identifier of the session to delete. |
[Package paws.machine.learning version 0.9.0 Index]