Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

lexruntimeservice_delete_session

Removes session information for a specified bot, alias, and user ID


Description

Removes session information for a specified bot, alias, and user ID.

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.

Value

A list with the following syntax:

list(
  botName = "string",
  botAlias = "string",
  userId = "string",
  sessionId = "string"
)

Request syntax

svc$delete_session(
  botName = "string",
  botAlias = "string",
  userId = "string"
)

paws.machine.learning

Amazon Web Services Machine Learning Services

v0.1.11
Apache License (>= 2.0)
Authors
David Kretch [aut, cre], Adam Banker [aut], Amazon.com, Inc. [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.