- GenericAttachment - Class in com.amazonaws.services.lexruntime.model
-
Represents an option rendered to the user when a prompt is shown.
- GenericAttachment() - Constructor for class com.amazonaws.services.lexruntime.model.GenericAttachment
-
- getAttachmentLinkUrl() - Method in class com.amazonaws.services.lexruntime.model.GenericAttachment
-
- getBotAlias() - Method in class com.amazonaws.services.lexruntime.model.PostTextRequest
-
Alias of the Amazon Lex bot.
- getBotName() - Method in class com.amazonaws.services.lexruntime.model.PostTextRequest
-
Name of the Amazon Lex bot.
- getButtons() - Method in class com.amazonaws.services.lexruntime.model.GenericAttachment
-
List of options to show to the user.
- getCachedResponseMetadata(AmazonWebServiceRequest) - Method in class com.amazonaws.services.lexruntime.AbstractAmazonLexRuntime
-
- getCachedResponseMetadata(AmazonWebServiceRequest) - Method in interface com.amazonaws.services.lexruntime.AmazonLexRuntime
-
Returns additional metadata for a previously executed successful request, typically used for debugging issues
where a service isn't acting as expected.
- getCachedResponseMetadata(AmazonWebServiceRequest) - Method in class com.amazonaws.services.lexruntime.AmazonLexRuntimeClient
-
Returns additional metadata for a previously executed successful, request, typically used for debugging issues
where a service isn't acting as expected.
- getContentType() - Method in class com.amazonaws.services.lexruntime.model.ResponseCard
-
Content type of the response.
- getDialogState() - Method in class com.amazonaws.services.lexruntime.model.PostTextResult
-
Represents the message type to be conveyed to the user.
- getExecutorService() - Method in class com.amazonaws.services.lexruntime.AmazonLexRuntimeAsyncClient
-
Returns the executor service used by this client to execute async requests.
- getGenericAttachments() - Method in class com.amazonaws.services.lexruntime.model.ResponseCard
-
An array of attachment objects representing options.
- getImageUrl() - Method in class com.amazonaws.services.lexruntime.model.GenericAttachment
-
URL of an image that is displayed to the user.
- getInputText() - Method in class com.amazonaws.services.lexruntime.model.PostTextRequest
-
Text user entered (Amazon Lex interprets this text).
- getIntentName() - Method in class com.amazonaws.services.lexruntime.model.PostTextResult
-
Intent Amazon Lex inferred from the user input text.
- getMessage() - Method in class com.amazonaws.services.lexruntime.model.PostTextResult
-
Prompt (or statement) to convey to the user.
- getResponseCard() - Method in class com.amazonaws.services.lexruntime.model.PostTextResult
-
Represents the options that the user has to respond to the current prompt.
- getRetryAfterSeconds() - Method in exception com.amazonaws.services.lexruntime.model.LimitExceededException
-
- getSessionAttributes() - Method in class com.amazonaws.services.lexruntime.model.PostTextRequest
-
A session represents the dialog between a user and Amazon Lex.
- getSessionAttributes() - Method in class com.amazonaws.services.lexruntime.model.PostTextResult
-
Map of key value pairs representing the session specific context information.
- getSlots() - Method in class com.amazonaws.services.lexruntime.model.PostTextResult
-
Intent slots (name/value pairs) Amazon Lex detected so far from the user input in the conversation.
- getSlotToElicit() - Method in class com.amazonaws.services.lexruntime.model.PostTextResult
-
If dialogState value is ElicitSlot, returns the name of the slot for which Amazon Lex
is eliciting a value.
- getSubTitle() - Method in class com.amazonaws.services.lexruntime.model.GenericAttachment
-
Subtitle shown below the title.
- getText() - Method in class com.amazonaws.services.lexruntime.model.Button
-
Text visible to the user on the button.
- getTitle() - Method in class com.amazonaws.services.lexruntime.model.GenericAttachment
-
Title of the option.
- getUserId() - Method in class com.amazonaws.services.lexruntime.model.PostTextRequest
-
User ID of your client application.
- getValue() - Method in class com.amazonaws.services.lexruntime.model.Button
-
Value sent to Amazon Lex when user clicks the button.
- getVersion() - Method in class com.amazonaws.services.lexruntime.model.ResponseCard
-
Version of response card format.
- setAttachmentLinkUrl(String) - Method in class com.amazonaws.services.lexruntime.model.GenericAttachment
-
- setBotAlias(String) - Method in class com.amazonaws.services.lexruntime.model.PostTextRequest
-
Alias of the Amazon Lex bot.
- setBotName(String) - Method in class com.amazonaws.services.lexruntime.model.PostTextRequest
-
Name of the Amazon Lex bot.
- setButtons(Collection<Button>) - Method in class com.amazonaws.services.lexruntime.model.GenericAttachment
-
List of options to show to the user.
- setContentType(String) - Method in class com.amazonaws.services.lexruntime.model.ResponseCard
-
Content type of the response.
- setContentType(ContentType) - Method in class com.amazonaws.services.lexruntime.model.ResponseCard
-
Content type of the response.
- setDialogState(String) - Method in class com.amazonaws.services.lexruntime.model.PostTextResult
-
Represents the message type to be conveyed to the user.
- setDialogState(DialogState) - Method in class com.amazonaws.services.lexruntime.model.PostTextResult
-
Represents the message type to be conveyed to the user.
- setGenericAttachments(Collection<GenericAttachment>) - Method in class com.amazonaws.services.lexruntime.model.ResponseCard
-
An array of attachment objects representing options.
- setImageUrl(String) - Method in class com.amazonaws.services.lexruntime.model.GenericAttachment
-
URL of an image that is displayed to the user.
- setInputText(String) - Method in class com.amazonaws.services.lexruntime.model.PostTextRequest
-
Text user entered (Amazon Lex interprets this text).
- setIntentName(String) - Method in class com.amazonaws.services.lexruntime.model.PostTextResult
-
Intent Amazon Lex inferred from the user input text.
- setMessage(String) - Method in class com.amazonaws.services.lexruntime.model.PostTextResult
-
Prompt (or statement) to convey to the user.
- setResponseCard(ResponseCard) - Method in class com.amazonaws.services.lexruntime.model.PostTextResult
-
Represents the options that the user has to respond to the current prompt.
- setRetryAfterSeconds(String) - Method in exception com.amazonaws.services.lexruntime.model.LimitExceededException
-
- setSessionAttributes(Map<String, String>) - Method in class com.amazonaws.services.lexruntime.model.PostTextRequest
-
A session represents the dialog between a user and Amazon Lex.
- setSessionAttributes(Map<String, String>) - Method in class com.amazonaws.services.lexruntime.model.PostTextResult
-
Map of key value pairs representing the session specific context information.
- setSlots(Map<String, String>) - Method in class com.amazonaws.services.lexruntime.model.PostTextResult
-
Intent slots (name/value pairs) Amazon Lex detected so far from the user input in the conversation.
- setSlotToElicit(String) - Method in class com.amazonaws.services.lexruntime.model.PostTextResult
-
If dialogState value is ElicitSlot, returns the name of the slot for which Amazon Lex
is eliciting a value.
- setSubTitle(String) - Method in class com.amazonaws.services.lexruntime.model.GenericAttachment
-
Subtitle shown below the title.
- setText(String) - Method in class com.amazonaws.services.lexruntime.model.Button
-
Text visible to the user on the button.
- setTitle(String) - Method in class com.amazonaws.services.lexruntime.model.GenericAttachment
-
Title of the option.
- setUserId(String) - Method in class com.amazonaws.services.lexruntime.model.PostTextRequest
-
User ID of your client application.
- setValue(String) - Method in class com.amazonaws.services.lexruntime.model.Button
-
Value sent to Amazon Lex when user clicks the button.
- setVersion(String) - Method in class com.amazonaws.services.lexruntime.model.ResponseCard
-
Version of response card format.
- shutdown() - Method in class com.amazonaws.services.lexruntime.AbstractAmazonLexRuntime
-
- shutdown() - Method in interface com.amazonaws.services.lexruntime.AmazonLexRuntime
-
Shuts down this client object, releasing any resources that might be held open.
- shutdown() - Method in class com.amazonaws.services.lexruntime.AmazonLexRuntimeAsyncClient
-
Shuts down the client, releasing all managed resources.
- standard() - Static method in class com.amazonaws.services.lexruntime.AmazonLexRuntimeAsyncClientBuilder
-
- standard() - Static method in class com.amazonaws.services.lexruntime.AmazonLexRuntimeClientBuilder
-
- withAttachmentLinkUrl(String) - Method in class com.amazonaws.services.lexruntime.model.GenericAttachment
-
- withBotAlias(String) - Method in class com.amazonaws.services.lexruntime.model.PostTextRequest
-
Alias of the Amazon Lex bot.
- withBotName(String) - Method in class com.amazonaws.services.lexruntime.model.PostTextRequest
-
Name of the Amazon Lex bot.
- withButtons(Button...) - Method in class com.amazonaws.services.lexruntime.model.GenericAttachment
-
List of options to show to the user.
- withButtons(Collection<Button>) - Method in class com.amazonaws.services.lexruntime.model.GenericAttachment
-
List of options to show to the user.
- withContentType(String) - Method in class com.amazonaws.services.lexruntime.model.ResponseCard
-
Content type of the response.
- withContentType(ContentType) - Method in class com.amazonaws.services.lexruntime.model.ResponseCard
-
Content type of the response.
- withDialogState(String) - Method in class com.amazonaws.services.lexruntime.model.PostTextResult
-
Represents the message type to be conveyed to the user.
- withDialogState(DialogState) - Method in class com.amazonaws.services.lexruntime.model.PostTextResult
-
Represents the message type to be conveyed to the user.
- withGenericAttachments(GenericAttachment...) - Method in class com.amazonaws.services.lexruntime.model.ResponseCard
-
An array of attachment objects representing options.
- withGenericAttachments(Collection<GenericAttachment>) - Method in class com.amazonaws.services.lexruntime.model.ResponseCard
-
An array of attachment objects representing options.
- withImageUrl(String) - Method in class com.amazonaws.services.lexruntime.model.GenericAttachment
-
URL of an image that is displayed to the user.
- withInputText(String) - Method in class com.amazonaws.services.lexruntime.model.PostTextRequest
-
Text user entered (Amazon Lex interprets this text).
- withIntentName(String) - Method in class com.amazonaws.services.lexruntime.model.PostTextResult
-
Intent Amazon Lex inferred from the user input text.
- withMessage(String) - Method in class com.amazonaws.services.lexruntime.model.PostTextResult
-
Prompt (or statement) to convey to the user.
- withResponseCard(ResponseCard) - Method in class com.amazonaws.services.lexruntime.model.PostTextResult
-
Represents the options that the user has to respond to the current prompt.
- withRetryAfterSeconds(String) - Method in exception com.amazonaws.services.lexruntime.model.LimitExceededException
-
- withSessionAttributes(Map<String, String>) - Method in class com.amazonaws.services.lexruntime.model.PostTextRequest
-
A session represents the dialog between a user and Amazon Lex.
- withSessionAttributes(Map<String, String>) - Method in class com.amazonaws.services.lexruntime.model.PostTextResult
-
Map of key value pairs representing the session specific context information.
- withSlots(Map<String, String>) - Method in class com.amazonaws.services.lexruntime.model.PostTextResult
-
Intent slots (name/value pairs) Amazon Lex detected so far from the user input in the conversation.
- withSlotToElicit(String) - Method in class com.amazonaws.services.lexruntime.model.PostTextResult
-
If dialogState value is ElicitSlot, returns the name of the slot for which Amazon Lex
is eliciting a value.
- withSubTitle(String) - Method in class com.amazonaws.services.lexruntime.model.GenericAttachment
-
Subtitle shown below the title.
- withText(String) - Method in class com.amazonaws.services.lexruntime.model.Button
-
Text visible to the user on the button.
- withTitle(String) - Method in class com.amazonaws.services.lexruntime.model.GenericAttachment
-
Title of the option.
- withUserId(String) - Method in class com.amazonaws.services.lexruntime.model.PostTextRequest
-
User ID of your client application.
- withValue(String) - Method in class com.amazonaws.services.lexruntime.model.Button
-
Value sent to Amazon Lex when user clicks the button.
- withVersion(String) - Method in class com.amazonaws.services.lexruntime.model.ResponseCard
-
Version of response card format.