See: Description
Interface | Description |
---|---|
AmazonLexRuntime |
Interface for accessing Amazon Lex Runtime Service.
|
AmazonLexRuntimeAsync |
Interface for accessing Amazon Lex Runtime Service asynchronously.
|
Class | Description |
---|---|
AbstractAmazonLexRuntime |
Abstract implementation of
AmazonLexRuntime . |
AbstractAmazonLexRuntimeAsync |
Abstract implementation of
AmazonLexRuntimeAsync . |
AmazonLexRuntimeAsyncClient |
Client for accessing Amazon Lex Runtime Service asynchronously.
|
AmazonLexRuntimeAsyncClientBuilder |
Fluent builder for
AmazonLexRuntimeAsync . |
AmazonLexRuntimeClient |
Client for accessing Amazon Lex Runtime Service.
|
AmazonLexRuntimeClientBuilder |
Fluent builder for
AmazonLexRuntime . |
Amazon Lex provides both build and runtime endpoints. Each endpoint provides a set of operations (API). Your application uses the runtime API to understand user utterances (user input text or voice). For example, suppose user says "I want pizza", your application 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 application). Then Amazon Lex engages in user conversation on behalf of the application 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 application). You use the build-time API to create and manage your Amazon Lex applications. For a list of build-time operations, see the build-time API. .
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.