Package software.amazon.awssdk.services.lexruntime
Amazon Lex provides both build and runtime endpoints. Each endpoint provides a set of operations (API). Your conversational bot uses the runtime API to understand user utterances (user input text or voice). For example, suppose a user says "I want pizza", your bot sends this input to Amazon Lex using the runtime API. Amazon Lex recognizes that the user request is for the OrderPizza intent (one of the intents defined in the bot). Then Amazon Lex engages in user conversation on behalf of the bot to elicit required information (slot values, such as pizza size and crust type), and then performs fulfillment activity (that you configured when you created the bot). You use the build-time API to create and manage your Amazon Lex bot. For a list of build-time operations, see the build-time API, .
-
Interface Summary Interface Description LexRuntimeAsyncClient Service client for accessing Amazon Lex Runtime Service asynchronously.LexRuntimeAsyncClientBuilder A builder for creating an instance ofLexRuntimeAsyncClient.LexRuntimeBaseClientBuilder<B extends LexRuntimeBaseClientBuilder<B,C>,C> This includes configuration specific to Amazon Lex Runtime Service that is supported by bothLexRuntimeClientBuilderandLexRuntimeAsyncClientBuilder.LexRuntimeClient Service client for accessing Amazon Lex Runtime Service.LexRuntimeClientBuilder A builder for creating an instance ofLexRuntimeClient.LexRuntimeServiceClientConfiguration.Builder A builder for creating aLexRuntimeServiceClientConfiguration -
Class Summary Class Description LexRuntimeServiceClientConfiguration Class to expose the service client settings to the user.