Package-level declarations
Types
Inherited functions
Link copied to clipboard
inline suspend fun LexRuntimeV2Client.deleteSession(crossinline block: DeleteSessionRequest.Builder.() -> Unit): DeleteSessionResponse
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
inline suspend fun LexRuntimeV2Client.recognizeText(crossinline block: RecognizeTextRequest.Builder.() -> Unit): RecognizeTextResponse
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
fun LexRuntimeV2Client.withConfig(block: LexRuntimeV2Client.Config.Builder.() -> Unit): LexRuntimeV2Client
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.