View source: R/lexruntimeservice_operations.R
lexruntimeservice_delete_session | R Documentation |
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.
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.