lexruntimeservice_get_session: Returns session information for a specified bot, alias, and...

View source: R/lexruntimeservice_operations.R

lexruntimeservice_get_sessionR Documentation

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

Description

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

See https://www.paws-r-sdk.com/docs/lexruntimeservice_get_session/ for full documentation.

Usage

lexruntimeservice_get_session(
  botName,
  botAlias,
  userId,
  checkpointLabelFilter = NULL
)

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 ID of the client application user. Amazon Lex uses this to identify a user's conversation with your bot.

checkpointLabelFilter

A string used to filter the intents returned in the recentIntentSummaryView structure.

When you specify a filter, only intents with their checkpointLabel field set to that string are returned.


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.