Package-level declarations

Types

Link copied to clipboard

This section contains documentation for the Amazon Lex V2 Runtime V2 API operations.

Properties

Link copied to clipboard
const val SdkVersion: String
Link copied to clipboard
Link copied to clipboard
const val ServiceId: String

Inherited functions

Link copied to clipboard

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

Link copied to clipboard
inline suspend fun LexRuntimeV2Client.getSession(crossinline block: GetSessionRequest.Builder.() -> Unit): GetSessionResponse

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

Link copied to clipboard

Sends user input to Amazon Lex V2. Client applications use this API to send requests to Amazon Lex V2 at runtime. Amazon Lex V2 then interprets the user input using the machine learning model that it build for the bot.

Link copied to clipboard

Create a copy of the client with one or more configuration values overridden. This method allows the caller to perform scoped config overrides for one or more client operations.