Skip navigation links
A B C D E F G H I L M N P R S T U V W 

A

AbstractAmazonLexRuntime - Class in com.amazonaws.services.lexruntime
Abstract implementation of AmazonLexRuntime.
AbstractAmazonLexRuntime() - Constructor for class com.amazonaws.services.lexruntime.AbstractAmazonLexRuntime
 
AbstractAmazonLexRuntimeAsync - Class in com.amazonaws.services.lexruntime
Abstract implementation of AmazonLexRuntimeAsync.
AbstractAmazonLexRuntimeAsync() - Constructor for class com.amazonaws.services.lexruntime.AbstractAmazonLexRuntimeAsync
 
ActiveContext - Class in com.amazonaws.services.lexruntime.model
A context is a variable that contains information about the current state of the conversation between a user and Amazon Lex.
ActiveContext() - Constructor for class com.amazonaws.services.lexruntime.model.ActiveContext
 
ActiveContextTimeToLive - Class in com.amazonaws.services.lexruntime.model
The length of time or number of turns that a context remains active.
ActiveContextTimeToLive() - Constructor for class com.amazonaws.services.lexruntime.model.ActiveContextTimeToLive
 
addParametersEntry(String, String) - Method in class com.amazonaws.services.lexruntime.model.ActiveContext
Add a single Parameters entry
addRequestAttributesEntry(String, String) - Method in class com.amazonaws.services.lexruntime.model.PostTextRequest
Add a single RequestAttributes entry
addSessionAttributesEntry(String, String) - Method in class com.amazonaws.services.lexruntime.model.GetSessionResult
Add a single SessionAttributes entry
addSessionAttributesEntry(String, String) - Method in class com.amazonaws.services.lexruntime.model.PostTextRequest
Add a single SessionAttributes entry
addSessionAttributesEntry(String, String) - Method in class com.amazonaws.services.lexruntime.model.PostTextResult
Add a single SessionAttributes entry
addSessionAttributesEntry(String, String) - Method in class com.amazonaws.services.lexruntime.model.PutSessionRequest
Add a single SessionAttributes entry
addSlotsEntry(String, String) - Method in class com.amazonaws.services.lexruntime.model.DialogAction
Add a single Slots entry
addSlotsEntry(String, String) - Method in class com.amazonaws.services.lexruntime.model.IntentSummary
Add a single Slots entry
addSlotsEntry(String, String) - Method in class com.amazonaws.services.lexruntime.model.PostTextResult
Add a single Slots entry
addSlotsEntry(String, String) - Method in class com.amazonaws.services.lexruntime.model.PredictedIntent
Add a single Slots entry
AmazonLexRuntime - Interface in com.amazonaws.services.lexruntime
Interface for accessing Amazon Lex Runtime Service.
AmazonLexRuntimeAsync - Interface in com.amazonaws.services.lexruntime
Interface for accessing Amazon Lex Runtime Service asynchronously.
AmazonLexRuntimeAsyncClient - Class in com.amazonaws.services.lexruntime
Client for accessing Amazon Lex Runtime Service asynchronously.
AmazonLexRuntimeAsyncClientBuilder - Class in com.amazonaws.services.lexruntime
Fluent builder for AmazonLexRuntimeAsync.
AmazonLexRuntimeClient - Class in com.amazonaws.services.lexruntime
Client for accessing Amazon Lex Runtime Service.
AmazonLexRuntimeClientBuilder - Class in com.amazonaws.services.lexruntime
Fluent builder for AmazonLexRuntime.
AmazonLexRuntimeException - Exception in com.amazonaws.services.lexruntime.model
Base exception for all service exceptions thrown by Amazon Lex Runtime Service
AmazonLexRuntimeException(String) - Constructor for exception com.amazonaws.services.lexruntime.model.AmazonLexRuntimeException
Constructs a new AmazonLexRuntimeException with the specified error message.
asyncBuilder() - Static method in class com.amazonaws.services.lexruntime.AmazonLexRuntimeAsyncClient
 

B

BadGatewayException - Exception in com.amazonaws.services.lexruntime.model
Either the Amazon Lex bot is still building, or one of the dependent services (Amazon Polly, AWS Lambda) failed with an internal service error.
BadGatewayException(String) - Constructor for exception com.amazonaws.services.lexruntime.model.BadGatewayException
Constructs a new BadGatewayException with the specified error message.
BadRequestException - Exception in com.amazonaws.services.lexruntime.model
Request validation failed, there is no usable message in the context, or the bot build failed, is still in progress, or contains unbuilt changes.
BadRequestException(String) - Constructor for exception com.amazonaws.services.lexruntime.model.BadRequestException
Constructs a new BadRequestException with the specified error message.
build(AwsAsyncClientParams) - Method in class com.amazonaws.services.lexruntime.AmazonLexRuntimeAsyncClientBuilder
Construct an asynchronous implementation of AmazonLexRuntimeAsync using the current builder configuration.
build(AwsSyncClientParams) - Method in class com.amazonaws.services.lexruntime.AmazonLexRuntimeClientBuilder
Construct a synchronous implementation of AmazonLexRuntime using the current builder configuration.
builder() - Static method in class com.amazonaws.services.lexruntime.AmazonLexRuntimeClient
 
Button - Class in com.amazonaws.services.lexruntime.model
Represents an option to be shown on the client platform (Facebook, Slack, etc.)
Button() - Constructor for class com.amazonaws.services.lexruntime.model.Button
 

C

clearParametersEntries() - Method in class com.amazonaws.services.lexruntime.model.ActiveContext
Removes all the entries added into Parameters.
clearRequestAttributesEntries() - Method in class com.amazonaws.services.lexruntime.model.PostTextRequest
Removes all the entries added into RequestAttributes.
clearSessionAttributesEntries() - Method in class com.amazonaws.services.lexruntime.model.GetSessionResult
Removes all the entries added into SessionAttributes.
clearSessionAttributesEntries() - Method in class com.amazonaws.services.lexruntime.model.PostTextRequest
Removes all the entries added into SessionAttributes.
clearSessionAttributesEntries() - Method in class com.amazonaws.services.lexruntime.model.PostTextResult
Removes all the entries added into SessionAttributes.
clearSessionAttributesEntries() - Method in class com.amazonaws.services.lexruntime.model.PutSessionRequest
Removes all the entries added into SessionAttributes.
clearSlotsEntries() - Method in class com.amazonaws.services.lexruntime.model.DialogAction
Removes all the entries added into Slots.
clearSlotsEntries() - Method in class com.amazonaws.services.lexruntime.model.IntentSummary
Removes all the entries added into Slots.
clearSlotsEntries() - Method in class com.amazonaws.services.lexruntime.model.PostTextResult
Removes all the entries added into Slots.
clearSlotsEntries() - Method in class com.amazonaws.services.lexruntime.model.PredictedIntent
Removes all the entries added into Slots.
clone() - Method in class com.amazonaws.services.lexruntime.model.ActiveContext
 
clone() - Method in class com.amazonaws.services.lexruntime.model.ActiveContextTimeToLive
 
clone() - Method in class com.amazonaws.services.lexruntime.model.Button
 
clone() - Method in class com.amazonaws.services.lexruntime.model.DeleteSessionRequest
 
clone() - Method in class com.amazonaws.services.lexruntime.model.DeleteSessionResult
 
clone() - Method in class com.amazonaws.services.lexruntime.model.DialogAction
 
clone() - Method in class com.amazonaws.services.lexruntime.model.GenericAttachment
 
clone() - Method in class com.amazonaws.services.lexruntime.model.GetSessionRequest
 
clone() - Method in class com.amazonaws.services.lexruntime.model.GetSessionResult
 
clone() - Method in class com.amazonaws.services.lexruntime.model.IntentConfidence
 
clone() - Method in class com.amazonaws.services.lexruntime.model.IntentSummary
 
clone() - Method in class com.amazonaws.services.lexruntime.model.PostContentRequest
 
clone() - Method in class com.amazonaws.services.lexruntime.model.PostContentResult
 
clone() - Method in class com.amazonaws.services.lexruntime.model.PostTextRequest
 
clone() - Method in class com.amazonaws.services.lexruntime.model.PostTextResult
 
clone() - Method in class com.amazonaws.services.lexruntime.model.PredictedIntent
 
clone() - Method in class com.amazonaws.services.lexruntime.model.PutSessionRequest
 
clone() - Method in class com.amazonaws.services.lexruntime.model.PutSessionResult
 
clone() - Method in class com.amazonaws.services.lexruntime.model.ResponseCard
 
clone() - Method in class com.amazonaws.services.lexruntime.model.SentimentResponse
 
com.amazonaws.services.lexruntime - package com.amazonaws.services.lexruntime
Amazon Lex provides both build and runtime endpoints.
com.amazonaws.services.lexruntime.model - package com.amazonaws.services.lexruntime.model
 
configFactory - Static variable in class com.amazonaws.services.lexruntime.AmazonLexRuntimeClient
Client configuration factory providing ClientConfigurations tailored to this client
ConfirmationStatus - Enum in com.amazonaws.services.lexruntime.model
 
ConflictException - Exception in com.amazonaws.services.lexruntime.model
Two clients are using the same AWS account, Amazon Lex bot, and user ID.
ConflictException(String) - Constructor for exception com.amazonaws.services.lexruntime.model.ConflictException
Constructs a new ConflictException with the specified error message.
ContentType - Enum in com.amazonaws.services.lexruntime.model
 

D

defaultClient() - Static method in class com.amazonaws.services.lexruntime.AmazonLexRuntimeAsyncClientBuilder
 
defaultClient() - Static method in class com.amazonaws.services.lexruntime.AmazonLexRuntimeClientBuilder
 
deleteSession(DeleteSessionRequest) - Method in class com.amazonaws.services.lexruntime.AbstractAmazonLexRuntime
 
deleteSession(DeleteSessionRequest) - Method in interface com.amazonaws.services.lexruntime.AmazonLexRuntime
Removes session information for a specified bot, alias, and user ID.
deleteSession(DeleteSessionRequest) - Method in class com.amazonaws.services.lexruntime.AmazonLexRuntimeClient
Removes session information for a specified bot, alias, and user ID.
deleteSessionAsync(DeleteSessionRequest) - Method in class com.amazonaws.services.lexruntime.AbstractAmazonLexRuntimeAsync
 
deleteSessionAsync(DeleteSessionRequest, AsyncHandler<DeleteSessionRequest, DeleteSessionResult>) - Method in class com.amazonaws.services.lexruntime.AbstractAmazonLexRuntimeAsync
 
deleteSessionAsync(DeleteSessionRequest) - Method in interface com.amazonaws.services.lexruntime.AmazonLexRuntimeAsync
Removes session information for a specified bot, alias, and user ID.
deleteSessionAsync(DeleteSessionRequest, AsyncHandler<DeleteSessionRequest, DeleteSessionResult>) - Method in interface com.amazonaws.services.lexruntime.AmazonLexRuntimeAsync
Removes session information for a specified bot, alias, and user ID.
deleteSessionAsync(DeleteSessionRequest) - Method in class com.amazonaws.services.lexruntime.AmazonLexRuntimeAsyncClient
 
deleteSessionAsync(DeleteSessionRequest, AsyncHandler<DeleteSessionRequest, DeleteSessionResult>) - Method in class com.amazonaws.services.lexruntime.AmazonLexRuntimeAsyncClient
 
DeleteSessionRequest - Class in com.amazonaws.services.lexruntime.model
 
DeleteSessionRequest() - Constructor for class com.amazonaws.services.lexruntime.model.DeleteSessionRequest
 
DeleteSessionResult - Class in com.amazonaws.services.lexruntime.model
 
DeleteSessionResult() - Constructor for class com.amazonaws.services.lexruntime.model.DeleteSessionResult
 
DependencyFailedException - Exception in com.amazonaws.services.lexruntime.model
One of the dependencies, such as AWS Lambda or Amazon Polly, threw an exception.
DependencyFailedException(String) - Constructor for exception com.amazonaws.services.lexruntime.model.DependencyFailedException
Constructs a new DependencyFailedException with the specified error message.
DialogAction - Class in com.amazonaws.services.lexruntime.model
Describes the next action that the bot should take in its interaction with the user and provides information about the context in which the action takes place.
DialogAction() - Constructor for class com.amazonaws.services.lexruntime.model.DialogAction
 
DialogActionType - Enum in com.amazonaws.services.lexruntime.model
 
DialogState - Enum in com.amazonaws.services.lexruntime.model
 

E

ENDPOINT_PREFIX - Static variable in interface com.amazonaws.services.lexruntime.AmazonLexRuntime
The region metadata service name for computing region endpoints.
equals(Object) - Method in class com.amazonaws.services.lexruntime.model.ActiveContext
 
equals(Object) - Method in class com.amazonaws.services.lexruntime.model.ActiveContextTimeToLive
 
equals(Object) - Method in class com.amazonaws.services.lexruntime.model.Button
 
equals(Object) - Method in class com.amazonaws.services.lexruntime.model.DeleteSessionRequest
 
equals(Object) - Method in class com.amazonaws.services.lexruntime.model.DeleteSessionResult
 
equals(Object) - Method in class com.amazonaws.services.lexruntime.model.DialogAction
 
equals(Object) - Method in class com.amazonaws.services.lexruntime.model.GenericAttachment
 
equals(Object) - Method in class com.amazonaws.services.lexruntime.model.GetSessionRequest
 
equals(Object) - Method in class com.amazonaws.services.lexruntime.model.GetSessionResult
 
equals(Object) - Method in class com.amazonaws.services.lexruntime.model.IntentConfidence
 
equals(Object) - Method in class com.amazonaws.services.lexruntime.model.IntentSummary
 
equals(Object) - Method in class com.amazonaws.services.lexruntime.model.PostContentRequest
 
equals(Object) - Method in class com.amazonaws.services.lexruntime.model.PostContentResult
 
equals(Object) - Method in class com.amazonaws.services.lexruntime.model.PostTextRequest
 
equals(Object) - Method in class com.amazonaws.services.lexruntime.model.PostTextResult
 
equals(Object) - Method in class com.amazonaws.services.lexruntime.model.PredictedIntent
 
equals(Object) - Method in class com.amazonaws.services.lexruntime.model.PutSessionRequest
 
equals(Object) - Method in class com.amazonaws.services.lexruntime.model.PutSessionResult
 
equals(Object) - Method in class com.amazonaws.services.lexruntime.model.ResponseCard
 
equals(Object) - Method in class com.amazonaws.services.lexruntime.model.SentimentResponse
 

F

fromValue(String) - Static method in enum com.amazonaws.services.lexruntime.model.ConfirmationStatus
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.lexruntime.model.ContentType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.lexruntime.model.DialogActionType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.lexruntime.model.DialogState
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.lexruntime.model.FulfillmentState
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.lexruntime.model.MessageFormatType
Use this in place of valueOf.
FulfillmentState - Enum in com.amazonaws.services.lexruntime.model
 

G

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
 
getAccept() - Method in class com.amazonaws.services.lexruntime.model.PostContentRequest
You pass this value as the Accept HTTP header.
getAccept() - Method in class com.amazonaws.services.lexruntime.model.PutSessionRequest
The message that Amazon Lex returns in the response can be either text or speech based depending on the value of this field.
getActiveContexts() - Method in class com.amazonaws.services.lexruntime.model.GetSessionResult
A list of active contexts for the session.
getActiveContexts() - Method in class com.amazonaws.services.lexruntime.model.PostContentRequest
A list of contexts active for the request.
getActiveContexts() - Method in class com.amazonaws.services.lexruntime.model.PostContentResult
A list of active contexts for the session.
getActiveContexts() - Method in class com.amazonaws.services.lexruntime.model.PostTextRequest
A list of contexts active for the request.
getActiveContexts() - Method in class com.amazonaws.services.lexruntime.model.PostTextResult
A list of active contexts for the session.
getActiveContexts() - Method in class com.amazonaws.services.lexruntime.model.PutSessionRequest
A list of contexts active for the request.
getActiveContexts() - Method in class com.amazonaws.services.lexruntime.model.PutSessionResult
A list of active contexts for the session.
getAlternativeIntents() - Method in class com.amazonaws.services.lexruntime.model.PostContentResult
One to four alternative intents that may be applicable to the user's intent.
getAlternativeIntents() - Method in class com.amazonaws.services.lexruntime.model.PostTextResult
One to four alternative intents that may be applicable to the user's intent.
getAttachmentLinkUrl() - Method in class com.amazonaws.services.lexruntime.model.GenericAttachment
The URL of an attachment to the response card.
getAudioStream() - Method in class com.amazonaws.services.lexruntime.model.PostContentResult
The prompt (or statement) to convey to the user.
getAudioStream() - Method in class com.amazonaws.services.lexruntime.model.PutSessionResult
The audio version of the message to convey to the user.
getBotAlias() - Method in class com.amazonaws.services.lexruntime.model.DeleteSessionRequest
The alias in use for the bot that contains the session data.
getBotAlias() - Method in class com.amazonaws.services.lexruntime.model.DeleteSessionResult
The alias in use for the bot associated with the session data.
getBotAlias() - Method in class com.amazonaws.services.lexruntime.model.GetSessionRequest
The alias in use for the bot that contains the session data.
getBotAlias() - Method in class com.amazonaws.services.lexruntime.model.PostContentRequest
Alias of the Amazon Lex bot.
getBotAlias() - Method in class com.amazonaws.services.lexruntime.model.PostTextRequest
The alias of the Amazon Lex bot.
getBotAlias() - Method in class com.amazonaws.services.lexruntime.model.PutSessionRequest
The alias in use for the bot that contains the session data.
getBotName() - Method in class com.amazonaws.services.lexruntime.model.DeleteSessionRequest
The name of the bot that contains the session data.
getBotName() - Method in class com.amazonaws.services.lexruntime.model.DeleteSessionResult
The name of the bot associated with the session data.
getBotName() - Method in class com.amazonaws.services.lexruntime.model.GetSessionRequest
The name of the bot that contains the session data.
getBotName() - Method in class com.amazonaws.services.lexruntime.model.PostContentRequest
Name of the Amazon Lex bot.
getBotName() - Method in class com.amazonaws.services.lexruntime.model.PostTextRequest
The name of the Amazon Lex bot.
getBotName() - Method in class com.amazonaws.services.lexruntime.model.PutSessionRequest
The name of the bot that contains the session data.
getBotVersion() - Method in class com.amazonaws.services.lexruntime.model.PostContentResult
The version of the bot that responded to the conversation.
getBotVersion() - Method in class com.amazonaws.services.lexruntime.model.PostTextResult
The version of the bot that responded to the conversation.
getButtons() - Method in class com.amazonaws.services.lexruntime.model.GenericAttachment
The 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.
getCheckpointLabel() - Method in class com.amazonaws.services.lexruntime.model.IntentSummary
A user-defined label that identifies a particular intent.
getCheckpointLabelFilter() - Method in class com.amazonaws.services.lexruntime.model.GetSessionRequest
A string used to filter the intents returned in the recentIntentSummaryView structure.
getConfirmationStatus() - Method in class com.amazonaws.services.lexruntime.model.IntentSummary
The status of the intent after the user responds to the confirmation prompt.
getContentType() - Method in class com.amazonaws.services.lexruntime.model.PostContentRequest
You pass this value as the Content-Type HTTP header.
getContentType() - Method in class com.amazonaws.services.lexruntime.model.PostContentResult
Content type as specified in the Accept HTTP header in the request.
getContentType() - Method in class com.amazonaws.services.lexruntime.model.PutSessionResult
Content type as specified in the Accept HTTP header in the request.
getContentType() - Method in class com.amazonaws.services.lexruntime.model.ResponseCard
The content type of the response.
getDialogAction() - Method in class com.amazonaws.services.lexruntime.model.GetSessionResult
Describes the current state of the bot.
getDialogAction() - Method in class com.amazonaws.services.lexruntime.model.PutSessionRequest
Sets the next action that the bot should take to fulfill the conversation.
getDialogActionType() - Method in class com.amazonaws.services.lexruntime.model.IntentSummary
The next action that the bot should take in its interaction with the user.
getDialogState() - Method in class com.amazonaws.services.lexruntime.model.PostContentResult
Identifies the current state of the user interaction.
getDialogState() - Method in class com.amazonaws.services.lexruntime.model.PostTextResult
Identifies the current state of the user interaction.
getDialogState() - Method in class com.amazonaws.services.lexruntime.model.PutSessionResult

getEncodedInputTranscript() - Method in class com.amazonaws.services.lexruntime.model.PostContentResult
The text used to process the request.
getEncodedMessage() - Method in class com.amazonaws.services.lexruntime.model.PostContentResult
The message to convey to the user.
getEncodedMessage() - Method in class com.amazonaws.services.lexruntime.model.PutSessionResult
The next message that should be presented to the user.
getExecutorService() - Method in class com.amazonaws.services.lexruntime.AmazonLexRuntimeAsyncClient
Returns the executor service used by this client to execute async requests.
getFulfillmentState() - Method in class com.amazonaws.services.lexruntime.model.DialogAction
The fulfillment state of the intent.
getFulfillmentState() - Method in class com.amazonaws.services.lexruntime.model.IntentSummary
The fulfillment state of the intent.
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
The URL of an image that is displayed to the user.
getInputStream() - Method in class com.amazonaws.services.lexruntime.model.PostContentRequest
User input in PCM or Opus audio format or text format as described in the Content-Type HTTP header.
getInputText() - Method in class com.amazonaws.services.lexruntime.model.PostTextRequest
The text that the user entered (Amazon Lex interprets this text).
getInputTranscript() - Method in class com.amazonaws.services.lexruntime.model.PostContentResult
Deprecated.
getIntentName() - Method in class com.amazonaws.services.lexruntime.model.DialogAction
The name of the intent.
getIntentName() - Method in class com.amazonaws.services.lexruntime.model.IntentSummary
The name of the intent.
getIntentName() - Method in class com.amazonaws.services.lexruntime.model.PostContentResult
Current user intent that Amazon Lex is aware of.
getIntentName() - Method in class com.amazonaws.services.lexruntime.model.PostTextResult
The current user intent that Amazon Lex is aware of.
getIntentName() - Method in class com.amazonaws.services.lexruntime.model.PredictedIntent
The name of the intent that Amazon Lex suggests satisfies the user's intent.
getIntentName() - Method in class com.amazonaws.services.lexruntime.model.PutSessionResult
The name of the current intent.
getMessage() - Method in class com.amazonaws.services.lexruntime.model.DialogAction
The message that should be shown to the user.
getMessage() - Method in class com.amazonaws.services.lexruntime.model.PostContentResult
Deprecated.
getMessage() - Method in class com.amazonaws.services.lexruntime.model.PostTextResult
The message to convey to the user.
getMessage() - Method in class com.amazonaws.services.lexruntime.model.PutSessionResult
Deprecated.
getMessageFormat() - Method in class com.amazonaws.services.lexruntime.model.DialogAction
getMessageFormat() - Method in class com.amazonaws.services.lexruntime.model.PostContentResult
The format of the response message.
getMessageFormat() - Method in class com.amazonaws.services.lexruntime.model.PostTextResult
The format of the response message.
getMessageFormat() - Method in class com.amazonaws.services.lexruntime.model.PutSessionResult
The format of the response message.
getName() - Method in class com.amazonaws.services.lexruntime.model.ActiveContext
The name of the context.
getNluIntentConfidence() - Method in class com.amazonaws.services.lexruntime.model.PostContentResult
Provides a score that indicates how confident Amazon Lex is that the returned intent is the one that matches the user's intent.
getNluIntentConfidence() - Method in class com.amazonaws.services.lexruntime.model.PostTextResult
Provides a score that indicates how confident Amazon Lex is that the returned intent is the one that matches the user's intent.
getNluIntentConfidence() - Method in class com.amazonaws.services.lexruntime.model.PredictedIntent
Indicates how confident Amazon Lex is that an intent satisfies the user's intent.
getParameters() - Method in class com.amazonaws.services.lexruntime.model.ActiveContext
State variables for the current context.
getRecentIntentSummaryView() - Method in class com.amazonaws.services.lexruntime.model.GetSessionResult
An array of information about the intents used in the session.
getRecentIntentSummaryView() - Method in class com.amazonaws.services.lexruntime.model.PutSessionRequest
A summary of the recent intents for the bot.
getRequestAttributes() - Method in class com.amazonaws.services.lexruntime.model.PostContentRequest
You pass this value as the x-amz-lex-request-attributes HTTP header.
getRequestAttributes() - Method in class com.amazonaws.services.lexruntime.model.PostTextRequest
Request-specific information passed between Amazon Lex and a client application.
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
 
getScore() - Method in class com.amazonaws.services.lexruntime.model.IntentConfidence
A score that indicates how confident Amazon Lex is that an intent satisfies the user's intent.
getSentimentLabel() - Method in class com.amazonaws.services.lexruntime.model.SentimentResponse
The inferred sentiment that Amazon Comprehend has the highest confidence in.
getSentimentResponse() - Method in class com.amazonaws.services.lexruntime.model.PostContentResult
The sentiment expressed in an utterance.
getSentimentResponse() - Method in class com.amazonaws.services.lexruntime.model.PostTextResult
The sentiment expressed in and utterance.
getSentimentScore() - Method in class com.amazonaws.services.lexruntime.model.SentimentResponse
The likelihood that the sentiment was correctly inferred.
getSession(GetSessionRequest) - Method in class com.amazonaws.services.lexruntime.AbstractAmazonLexRuntime
 
getSession(GetSessionRequest) - Method in interface com.amazonaws.services.lexruntime.AmazonLexRuntime
Returns session information for a specified bot, alias, and user ID.
getSession(GetSessionRequest) - Method in class com.amazonaws.services.lexruntime.AmazonLexRuntimeClient
Returns session information for a specified bot, alias, and user ID.
getSessionAsync(GetSessionRequest) - Method in class com.amazonaws.services.lexruntime.AbstractAmazonLexRuntimeAsync
 
getSessionAsync(GetSessionRequest, AsyncHandler<GetSessionRequest, GetSessionResult>) - Method in class com.amazonaws.services.lexruntime.AbstractAmazonLexRuntimeAsync
 
getSessionAsync(GetSessionRequest) - Method in interface com.amazonaws.services.lexruntime.AmazonLexRuntimeAsync
Returns session information for a specified bot, alias, and user ID.
getSessionAsync(GetSessionRequest, AsyncHandler<GetSessionRequest, GetSessionResult>) - Method in interface com.amazonaws.services.lexruntime.AmazonLexRuntimeAsync
Returns session information for a specified bot, alias, and user ID.
getSessionAsync(GetSessionRequest) - Method in class com.amazonaws.services.lexruntime.AmazonLexRuntimeAsyncClient
 
getSessionAsync(GetSessionRequest, AsyncHandler<GetSessionRequest, GetSessionResult>) - Method in class com.amazonaws.services.lexruntime.AmazonLexRuntimeAsyncClient
 
getSessionAttributes() - Method in class com.amazonaws.services.lexruntime.model.GetSessionResult
Map of key/value pairs representing the session-specific context information.
getSessionAttributes() - Method in class com.amazonaws.services.lexruntime.model.PostContentRequest
You pass this value as the x-amz-lex-session-attributes HTTP header.
getSessionAttributes() - Method in class com.amazonaws.services.lexruntime.model.PostContentResult
Map of key/value pairs representing the session-specific context information.
getSessionAttributes() - Method in class com.amazonaws.services.lexruntime.model.PostTextRequest
Application-specific information passed between Amazon Lex and a client application.
getSessionAttributes() - Method in class com.amazonaws.services.lexruntime.model.PostTextResult
A map of key-value pairs representing the session-specific context information.
getSessionAttributes() - Method in class com.amazonaws.services.lexruntime.model.PutSessionRequest
Map of key/value pairs representing the session-specific context information.
getSessionAttributes() - Method in class com.amazonaws.services.lexruntime.model.PutSessionResult
Map of key/value pairs representing session-specific context information.
getSessionId() - Method in class com.amazonaws.services.lexruntime.model.DeleteSessionResult
The unique identifier for the session.
getSessionId() - Method in class com.amazonaws.services.lexruntime.model.GetSessionResult
A unique identifier for the session.
getSessionId() - Method in class com.amazonaws.services.lexruntime.model.PostContentResult
The unique identifier for the session.
getSessionId() - Method in class com.amazonaws.services.lexruntime.model.PostTextResult
A unique identifier for the session.
getSessionId() - Method in class com.amazonaws.services.lexruntime.model.PutSessionResult
A unique identifier for the session.
GetSessionRequest - Class in com.amazonaws.services.lexruntime.model
 
GetSessionRequest() - Constructor for class com.amazonaws.services.lexruntime.model.GetSessionRequest
 
GetSessionResult - Class in com.amazonaws.services.lexruntime.model
 
GetSessionResult() - Constructor for class com.amazonaws.services.lexruntime.model.GetSessionResult
 
getSignerType() - Method in class com.amazonaws.services.lexruntime.model.PostContentRequest
 
getSlots() - Method in class com.amazonaws.services.lexruntime.model.DialogAction
Map of the slots that have been gathered and their values.
getSlots() - Method in class com.amazonaws.services.lexruntime.model.IntentSummary
Map of the slots that have been gathered and their values.
getSlots() - Method in class com.amazonaws.services.lexruntime.model.PostContentResult
Map of zero or more intent slots (name/value pairs) Amazon Lex detected from the user input during the conversation.
getSlots() - Method in class com.amazonaws.services.lexruntime.model.PostTextResult
The intent slots that Amazon Lex detected from the user input in the conversation.
getSlots() - Method in class com.amazonaws.services.lexruntime.model.PredictedIntent
The slot and slot values associated with the predicted intent.
getSlots() - Method in class com.amazonaws.services.lexruntime.model.PutSessionResult
Map of zero or more intent slots Amazon Lex detected from the user input during the conversation.
getSlotToElicit() - Method in class com.amazonaws.services.lexruntime.model.DialogAction
The name of the slot that should be elicited from the user.
getSlotToElicit() - Method in class com.amazonaws.services.lexruntime.model.IntentSummary
The next slot to elicit from the user.
getSlotToElicit() - Method in class com.amazonaws.services.lexruntime.model.PostContentResult
If the dialogState value is ElicitSlot, returns the name of the slot for which Amazon Lex is eliciting a value.
getSlotToElicit() - Method in class com.amazonaws.services.lexruntime.model.PostTextResult
If the dialogState value is ElicitSlot, returns the name of the slot for which Amazon Lex is eliciting a value.
getSlotToElicit() - Method in class com.amazonaws.services.lexruntime.model.PutSessionResult
If the dialogState 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
The subtitle shown below the title.
getText() - Method in class com.amazonaws.services.lexruntime.model.Button
Text that is visible to the user on the button.
getTimeToLive() - Method in class com.amazonaws.services.lexruntime.model.ActiveContext
The length of time or number of turns that a context remains active.
getTimeToLiveInSeconds() - Method in class com.amazonaws.services.lexruntime.model.ActiveContextTimeToLive
The number of seconds that the context should be active after it is first sent in a PostContent or PostText response.
getTitle() - Method in class com.amazonaws.services.lexruntime.model.GenericAttachment
The title of the option.
getTurnsToLive() - Method in class com.amazonaws.services.lexruntime.model.ActiveContextTimeToLive
The number of conversation turns that the context should be active.
getType() - Method in class com.amazonaws.services.lexruntime.model.DialogAction
The next action that the bot should take in its interaction with the user.
getUserId() - Method in class com.amazonaws.services.lexruntime.model.DeleteSessionRequest
The identifier of the user associated with the session data.
getUserId() - Method in class com.amazonaws.services.lexruntime.model.DeleteSessionResult
The ID of the client application user.
getUserId() - Method in class com.amazonaws.services.lexruntime.model.GetSessionRequest
The ID of the client application user.
getUserId() - Method in class com.amazonaws.services.lexruntime.model.PostContentRequest
The ID of the client application user.
getUserId() - Method in class com.amazonaws.services.lexruntime.model.PostTextRequest
The ID of the client application user.
getUserId() - Method in class com.amazonaws.services.lexruntime.model.PutSessionRequest
The ID of the client application user.
getValue() - Method in class com.amazonaws.services.lexruntime.model.Button
The value sent to Amazon Lex when a user chooses the button.
getVersion() - Method in class com.amazonaws.services.lexruntime.model.ResponseCard
The version of the response card format.

H

hashCode() - Method in class com.amazonaws.services.lexruntime.model.ActiveContext
 
hashCode() - Method in class com.amazonaws.services.lexruntime.model.ActiveContextTimeToLive
 
hashCode() - Method in class com.amazonaws.services.lexruntime.model.Button
 
hashCode() - Method in class com.amazonaws.services.lexruntime.model.DeleteSessionRequest
 
hashCode() - Method in class com.amazonaws.services.lexruntime.model.DeleteSessionResult
 
hashCode() - Method in class com.amazonaws.services.lexruntime.model.DialogAction
 
hashCode() - Method in class com.amazonaws.services.lexruntime.model.GenericAttachment
 
hashCode() - Method in class com.amazonaws.services.lexruntime.model.GetSessionRequest
 
hashCode() - Method in class com.amazonaws.services.lexruntime.model.GetSessionResult
 
hashCode() - Method in class com.amazonaws.services.lexruntime.model.IntentConfidence
 
hashCode() - Method in class com.amazonaws.services.lexruntime.model.IntentSummary
 
hashCode() - Method in class com.amazonaws.services.lexruntime.model.PostContentRequest
 
hashCode() - Method in class com.amazonaws.services.lexruntime.model.PostContentResult
 
hashCode() - Method in class com.amazonaws.services.lexruntime.model.PostTextRequest
 
hashCode() - Method in class com.amazonaws.services.lexruntime.model.PostTextResult
 
hashCode() - Method in class com.amazonaws.services.lexruntime.model.PredictedIntent
 
hashCode() - Method in class com.amazonaws.services.lexruntime.model.PutSessionRequest
 
hashCode() - Method in class com.amazonaws.services.lexruntime.model.PutSessionResult
 
hashCode() - Method in class com.amazonaws.services.lexruntime.model.ResponseCard
 
hashCode() - Method in class com.amazonaws.services.lexruntime.model.SentimentResponse
 

I

IntentConfidence - Class in com.amazonaws.services.lexruntime.model
Provides a score that indicates the confidence that Amazon Lex has that an intent is the one that satisfies the user's intent.
IntentConfidence() - Constructor for class com.amazonaws.services.lexruntime.model.IntentConfidence
 
IntentSummary - Class in com.amazonaws.services.lexruntime.model
Provides information about the state of an intent.
IntentSummary() - Constructor for class com.amazonaws.services.lexruntime.model.IntentSummary
 
InternalFailureException - Exception in com.amazonaws.services.lexruntime.model
Internal service error.
InternalFailureException(String) - Constructor for exception com.amazonaws.services.lexruntime.model.InternalFailureException
Constructs a new InternalFailureException with the specified error message.

L

LimitExceededException - Exception in com.amazonaws.services.lexruntime.model
Exceeded a limit.
LimitExceededException(String) - Constructor for exception com.amazonaws.services.lexruntime.model.LimitExceededException
Constructs a new LimitExceededException with the specified error message.
LoopDetectedException - Exception in com.amazonaws.services.lexruntime.model
This exception is not used.
LoopDetectedException(String) - Constructor for exception com.amazonaws.services.lexruntime.model.LoopDetectedException
Constructs a new LoopDetectedException with the specified error message.

M

marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.lexruntime.model.ActiveContext
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.lexruntime.model.ActiveContextTimeToLive
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.lexruntime.model.Button
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.lexruntime.model.DialogAction
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.lexruntime.model.GenericAttachment
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.lexruntime.model.IntentConfidence
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.lexruntime.model.IntentSummary
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.lexruntime.model.PredictedIntent
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.lexruntime.model.ResponseCard
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.lexruntime.model.SentimentResponse
 
MessageFormatType - Enum in com.amazonaws.services.lexruntime.model
 

N

NotAcceptableException - Exception in com.amazonaws.services.lexruntime.model
The accept header in the request does not have a valid value.
NotAcceptableException(String) - Constructor for exception com.amazonaws.services.lexruntime.model.NotAcceptableException
Constructs a new NotAcceptableException with the specified error message.
NotFoundException - Exception in com.amazonaws.services.lexruntime.model
The resource (such as the Amazon Lex bot or an alias) that is referred to is not found.
NotFoundException(String) - Constructor for exception com.amazonaws.services.lexruntime.model.NotFoundException
Constructs a new NotFoundException with the specified error message.

P

postContent(PostContentRequest) - Method in class com.amazonaws.services.lexruntime.AbstractAmazonLexRuntime
 
postContent(PostContentRequest) - Method in interface com.amazonaws.services.lexruntime.AmazonLexRuntime
Sends user input (text or speech) to Amazon Lex.
postContent(PostContentRequest) - Method in class com.amazonaws.services.lexruntime.AmazonLexRuntimeClient
Sends user input (text or speech) to Amazon Lex.
postContentAsync(PostContentRequest) - Method in class com.amazonaws.services.lexruntime.AbstractAmazonLexRuntimeAsync
 
postContentAsync(PostContentRequest, AsyncHandler<PostContentRequest, PostContentResult>) - Method in class com.amazonaws.services.lexruntime.AbstractAmazonLexRuntimeAsync
 
postContentAsync(PostContentRequest) - Method in interface com.amazonaws.services.lexruntime.AmazonLexRuntimeAsync
Sends user input (text or speech) to Amazon Lex.
postContentAsync(PostContentRequest, AsyncHandler<PostContentRequest, PostContentResult>) - Method in interface com.amazonaws.services.lexruntime.AmazonLexRuntimeAsync
Sends user input (text or speech) to Amazon Lex.
postContentAsync(PostContentRequest) - Method in class com.amazonaws.services.lexruntime.AmazonLexRuntimeAsyncClient
 
postContentAsync(PostContentRequest, AsyncHandler<PostContentRequest, PostContentResult>) - Method in class com.amazonaws.services.lexruntime.AmazonLexRuntimeAsyncClient
 
PostContentRequest - Class in com.amazonaws.services.lexruntime.model
 
PostContentRequest() - Constructor for class com.amazonaws.services.lexruntime.model.PostContentRequest
 
PostContentResult - Class in com.amazonaws.services.lexruntime.model
 
PostContentResult() - Constructor for class com.amazonaws.services.lexruntime.model.PostContentResult
 
postText(PostTextRequest) - Method in class com.amazonaws.services.lexruntime.AbstractAmazonLexRuntime
 
postText(PostTextRequest) - Method in interface com.amazonaws.services.lexruntime.AmazonLexRuntime
Sends user input to Amazon Lex.
postText(PostTextRequest) - Method in class com.amazonaws.services.lexruntime.AmazonLexRuntimeClient
Sends user input to Amazon Lex.
postTextAsync(PostTextRequest) - Method in class com.amazonaws.services.lexruntime.AbstractAmazonLexRuntimeAsync
 
postTextAsync(PostTextRequest, AsyncHandler<PostTextRequest, PostTextResult>) - Method in class com.amazonaws.services.lexruntime.AbstractAmazonLexRuntimeAsync
 
postTextAsync(PostTextRequest) - Method in interface com.amazonaws.services.lexruntime.AmazonLexRuntimeAsync
Sends user input to Amazon Lex.
postTextAsync(PostTextRequest, AsyncHandler<PostTextRequest, PostTextResult>) - Method in interface com.amazonaws.services.lexruntime.AmazonLexRuntimeAsync
Sends user input to Amazon Lex.
postTextAsync(PostTextRequest) - Method in class com.amazonaws.services.lexruntime.AmazonLexRuntimeAsyncClient
 
postTextAsync(PostTextRequest, AsyncHandler<PostTextRequest, PostTextResult>) - Method in class com.amazonaws.services.lexruntime.AmazonLexRuntimeAsyncClient
 
PostTextRequest - Class in com.amazonaws.services.lexruntime.model
 
PostTextRequest() - Constructor for class com.amazonaws.services.lexruntime.model.PostTextRequest
 
PostTextResult - Class in com.amazonaws.services.lexruntime.model
 
PostTextResult() - Constructor for class com.amazonaws.services.lexruntime.model.PostTextResult
 
PredictedIntent - Class in com.amazonaws.services.lexruntime.model
An intent that Amazon Lex suggests satisfies the user's intent.
PredictedIntent() - Constructor for class com.amazonaws.services.lexruntime.model.PredictedIntent
 
putSession(PutSessionRequest) - Method in class com.amazonaws.services.lexruntime.AbstractAmazonLexRuntime
 
putSession(PutSessionRequest) - Method in interface com.amazonaws.services.lexruntime.AmazonLexRuntime
Creates a new session or modifies an existing session with an Amazon Lex bot.
putSession(PutSessionRequest) - Method in class com.amazonaws.services.lexruntime.AmazonLexRuntimeClient
Creates a new session or modifies an existing session with an Amazon Lex bot.
putSessionAsync(PutSessionRequest) - Method in class com.amazonaws.services.lexruntime.AbstractAmazonLexRuntimeAsync
 
putSessionAsync(PutSessionRequest, AsyncHandler<PutSessionRequest, PutSessionResult>) - Method in class com.amazonaws.services.lexruntime.AbstractAmazonLexRuntimeAsync
 
putSessionAsync(PutSessionRequest) - Method in interface com.amazonaws.services.lexruntime.AmazonLexRuntimeAsync
Creates a new session or modifies an existing session with an Amazon Lex bot.
putSessionAsync(PutSessionRequest, AsyncHandler<PutSessionRequest, PutSessionResult>) - Method in interface com.amazonaws.services.lexruntime.AmazonLexRuntimeAsync
Creates a new session or modifies an existing session with an Amazon Lex bot.
putSessionAsync(PutSessionRequest) - Method in class com.amazonaws.services.lexruntime.AmazonLexRuntimeAsyncClient
 
putSessionAsync(PutSessionRequest, AsyncHandler<PutSessionRequest, PutSessionResult>) - Method in class com.amazonaws.services.lexruntime.AmazonLexRuntimeAsyncClient
 
PutSessionRequest - Class in com.amazonaws.services.lexruntime.model
 
PutSessionRequest() - Constructor for class com.amazonaws.services.lexruntime.model.PutSessionRequest
 
PutSessionResult - Class in com.amazonaws.services.lexruntime.model
 
PutSessionResult() - Constructor for class com.amazonaws.services.lexruntime.model.PutSessionResult
 

R

RequestTimeoutException - Exception in com.amazonaws.services.lexruntime.model
The input speech is too long.
RequestTimeoutException(String) - Constructor for exception com.amazonaws.services.lexruntime.model.RequestTimeoutException
Constructs a new RequestTimeoutException with the specified error message.
ResponseCard - Class in com.amazonaws.services.lexruntime.model
If you configure a response card when creating your bots, Amazon Lex substitutes the session attributes and slot values that are available, and then returns it.
ResponseCard() - Constructor for class com.amazonaws.services.lexruntime.model.ResponseCard
 

S

SentimentResponse - Class in com.amazonaws.services.lexruntime.model
The sentiment expressed in an utterance.
SentimentResponse() - Constructor for class com.amazonaws.services.lexruntime.model.SentimentResponse
 
setAccept(String) - Method in class com.amazonaws.services.lexruntime.model.PostContentRequest
You pass this value as the Accept HTTP header.
setAccept(String) - Method in class com.amazonaws.services.lexruntime.model.PutSessionRequest
The message that Amazon Lex returns in the response can be either text or speech based depending on the value of this field.
setActiveContexts(Collection<ActiveContext>) - Method in class com.amazonaws.services.lexruntime.model.GetSessionResult
A list of active contexts for the session.
setActiveContexts(String) - Method in class com.amazonaws.services.lexruntime.model.PostContentRequest
A list of contexts active for the request.
setActiveContexts(String) - Method in class com.amazonaws.services.lexruntime.model.PostContentResult
A list of active contexts for the session.
setActiveContexts(Collection<ActiveContext>) - Method in class com.amazonaws.services.lexruntime.model.PostTextRequest
A list of contexts active for the request.
setActiveContexts(Collection<ActiveContext>) - Method in class com.amazonaws.services.lexruntime.model.PostTextResult
A list of active contexts for the session.
setActiveContexts(Collection<ActiveContext>) - Method in class com.amazonaws.services.lexruntime.model.PutSessionRequest
A list of contexts active for the request.
setActiveContexts(String) - Method in class com.amazonaws.services.lexruntime.model.PutSessionResult
A list of active contexts for the session.
setAlternativeIntents(String) - Method in class com.amazonaws.services.lexruntime.model.PostContentResult
One to four alternative intents that may be applicable to the user's intent.
setAlternativeIntents(Collection<PredictedIntent>) - Method in class com.amazonaws.services.lexruntime.model.PostTextResult
One to four alternative intents that may be applicable to the user's intent.
setAttachmentLinkUrl(String) - Method in class com.amazonaws.services.lexruntime.model.GenericAttachment
The URL of an attachment to the response card.
setAudioStream(InputStream) - Method in class com.amazonaws.services.lexruntime.model.PostContentResult
The prompt (or statement) to convey to the user.
setAudioStream(InputStream) - Method in class com.amazonaws.services.lexruntime.model.PutSessionResult
The audio version of the message to convey to the user.
setBotAlias(String) - Method in class com.amazonaws.services.lexruntime.model.DeleteSessionRequest
The alias in use for the bot that contains the session data.
setBotAlias(String) - Method in class com.amazonaws.services.lexruntime.model.DeleteSessionResult
The alias in use for the bot associated with the session data.
setBotAlias(String) - Method in class com.amazonaws.services.lexruntime.model.GetSessionRequest
The alias in use for the bot that contains the session data.
setBotAlias(String) - Method in class com.amazonaws.services.lexruntime.model.PostContentRequest
Alias of the Amazon Lex bot.
setBotAlias(String) - Method in class com.amazonaws.services.lexruntime.model.PostTextRequest
The alias of the Amazon Lex bot.
setBotAlias(String) - Method in class com.amazonaws.services.lexruntime.model.PutSessionRequest
The alias in use for the bot that contains the session data.
setBotName(String) - Method in class com.amazonaws.services.lexruntime.model.DeleteSessionRequest
The name of the bot that contains the session data.
setBotName(String) - Method in class com.amazonaws.services.lexruntime.model.DeleteSessionResult
The name of the bot associated with the session data.
setBotName(String) - Method in class com.amazonaws.services.lexruntime.model.GetSessionRequest
The name of the bot that contains the session data.
setBotName(String) - Method in class com.amazonaws.services.lexruntime.model.PostContentRequest
Name of the Amazon Lex bot.
setBotName(String) - Method in class com.amazonaws.services.lexruntime.model.PostTextRequest
The name of the Amazon Lex bot.
setBotName(String) - Method in class com.amazonaws.services.lexruntime.model.PutSessionRequest
The name of the bot that contains the session data.
setBotVersion(String) - Method in class com.amazonaws.services.lexruntime.model.PostContentResult
The version of the bot that responded to the conversation.
setBotVersion(String) - Method in class com.amazonaws.services.lexruntime.model.PostTextResult
The version of the bot that responded to the conversation.
setButtons(Collection<Button>) - Method in class com.amazonaws.services.lexruntime.model.GenericAttachment
The list of options to show to the user.
setCheckpointLabel(String) - Method in class com.amazonaws.services.lexruntime.model.IntentSummary
A user-defined label that identifies a particular intent.
setCheckpointLabelFilter(String) - Method in class com.amazonaws.services.lexruntime.model.GetSessionRequest
A string used to filter the intents returned in the recentIntentSummaryView structure.
setConfirmationStatus(String) - Method in class com.amazonaws.services.lexruntime.model.IntentSummary
The status of the intent after the user responds to the confirmation prompt.
setContentType(String) - Method in class com.amazonaws.services.lexruntime.model.PostContentRequest
You pass this value as the Content-Type HTTP header.
setContentType(String) - Method in class com.amazonaws.services.lexruntime.model.PostContentResult
Content type as specified in the Accept HTTP header in the request.
setContentType(String) - Method in class com.amazonaws.services.lexruntime.model.PutSessionResult
Content type as specified in the Accept HTTP header in the request.
setContentType(String) - Method in class com.amazonaws.services.lexruntime.model.ResponseCard
The content type of the response.
setContentType(ContentType) - Method in class com.amazonaws.services.lexruntime.model.ResponseCard
The content type of the response.
setDialogAction(DialogAction) - Method in class com.amazonaws.services.lexruntime.model.GetSessionResult
Describes the current state of the bot.
setDialogAction(DialogAction) - Method in class com.amazonaws.services.lexruntime.model.PutSessionRequest
Sets the next action that the bot should take to fulfill the conversation.
setDialogActionType(String) - Method in class com.amazonaws.services.lexruntime.model.IntentSummary
The next action that the bot should take in its interaction with the user.
setDialogState(String) - Method in class com.amazonaws.services.lexruntime.model.PostContentResult
Identifies the current state of the user interaction.
setDialogState(DialogState) - Method in class com.amazonaws.services.lexruntime.model.PostContentResult
Identifies the current state of the user interaction.
setDialogState(String) - Method in class com.amazonaws.services.lexruntime.model.PostTextResult
Identifies the current state of the user interaction.
setDialogState(DialogState) - Method in class com.amazonaws.services.lexruntime.model.PostTextResult
Identifies the current state of the user interaction.
setDialogState(String) - Method in class com.amazonaws.services.lexruntime.model.PutSessionResult

setEncodedInputTranscript(String) - Method in class com.amazonaws.services.lexruntime.model.PostContentResult
The text used to process the request.
setEncodedMessage(String) - Method in class com.amazonaws.services.lexruntime.model.PostContentResult
The message to convey to the user.
setEncodedMessage(String) - Method in class com.amazonaws.services.lexruntime.model.PutSessionResult
The next message that should be presented to the user.
setFulfillmentState(String) - Method in class com.amazonaws.services.lexruntime.model.DialogAction
The fulfillment state of the intent.
setFulfillmentState(String) - Method in class com.amazonaws.services.lexruntime.model.IntentSummary
The fulfillment state of the intent.
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
The URL of an image that is displayed to the user.
setInputStream(InputStream) - Method in class com.amazonaws.services.lexruntime.model.PostContentRequest
User input in PCM or Opus audio format or text format as described in the Content-Type HTTP header.
setInputText(String) - Method in class com.amazonaws.services.lexruntime.model.PostTextRequest
The text that the user entered (Amazon Lex interprets this text).
setInputTranscript(String) - Method in class com.amazonaws.services.lexruntime.model.PostContentResult
Deprecated.
setIntentName(String) - Method in class com.amazonaws.services.lexruntime.model.DialogAction
The name of the intent.
setIntentName(String) - Method in class com.amazonaws.services.lexruntime.model.IntentSummary
The name of the intent.
setIntentName(String) - Method in class com.amazonaws.services.lexruntime.model.PostContentResult
Current user intent that Amazon Lex is aware of.
setIntentName(String) - Method in class com.amazonaws.services.lexruntime.model.PostTextResult
The current user intent that Amazon Lex is aware of.
setIntentName(String) - Method in class com.amazonaws.services.lexruntime.model.PredictedIntent
The name of the intent that Amazon Lex suggests satisfies the user's intent.
setIntentName(String) - Method in class com.amazonaws.services.lexruntime.model.PutSessionResult
The name of the current intent.
setMessage(String) - Method in class com.amazonaws.services.lexruntime.model.DialogAction
The message that should be shown to the user.
setMessage(String) - Method in class com.amazonaws.services.lexruntime.model.PostContentResult
Deprecated.
setMessage(String) - Method in class com.amazonaws.services.lexruntime.model.PostTextResult
The message to convey to the user.
setMessage(String) - Method in class com.amazonaws.services.lexruntime.model.PutSessionResult
Deprecated.
setMessageFormat(String) - Method in class com.amazonaws.services.lexruntime.model.DialogAction
setMessageFormat(String) - Method in class com.amazonaws.services.lexruntime.model.PostContentResult
The format of the response message.
setMessageFormat(MessageFormatType) - Method in class com.amazonaws.services.lexruntime.model.PostContentResult
The format of the response message.
setMessageFormat(String) - Method in class com.amazonaws.services.lexruntime.model.PostTextResult
The format of the response message.
setMessageFormat(MessageFormatType) - Method in class com.amazonaws.services.lexruntime.model.PostTextResult
The format of the response message.
setMessageFormat(String) - Method in class com.amazonaws.services.lexruntime.model.PutSessionResult
The format of the response message.
setName(String) - Method in class com.amazonaws.services.lexruntime.model.ActiveContext
The name of the context.
setNluIntentConfidence(String) - Method in class com.amazonaws.services.lexruntime.model.PostContentResult
Provides a score that indicates how confident Amazon Lex is that the returned intent is the one that matches the user's intent.
setNluIntentConfidence(IntentConfidence) - Method in class com.amazonaws.services.lexruntime.model.PostTextResult
Provides a score that indicates how confident Amazon Lex is that the returned intent is the one that matches the user's intent.
setNluIntentConfidence(IntentConfidence) - Method in class com.amazonaws.services.lexruntime.model.PredictedIntent
Indicates how confident Amazon Lex is that an intent satisfies the user's intent.
setParameters(Map<String, String>) - Method in class com.amazonaws.services.lexruntime.model.ActiveContext
State variables for the current context.
setRecentIntentSummaryView(Collection<IntentSummary>) - Method in class com.amazonaws.services.lexruntime.model.GetSessionResult
An array of information about the intents used in the session.
setRecentIntentSummaryView(Collection<IntentSummary>) - Method in class com.amazonaws.services.lexruntime.model.PutSessionRequest
A summary of the recent intents for the bot.
setRequestAttributes(String) - Method in class com.amazonaws.services.lexruntime.model.PostContentRequest
You pass this value as the x-amz-lex-request-attributes HTTP header.
setRequestAttributes(Map<String, String>) - Method in class com.amazonaws.services.lexruntime.model.PostTextRequest
Request-specific information passed between Amazon Lex and a client application.
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
 
setScore(Double) - Method in class com.amazonaws.services.lexruntime.model.IntentConfidence
A score that indicates how confident Amazon Lex is that an intent satisfies the user's intent.
setSentimentLabel(String) - Method in class com.amazonaws.services.lexruntime.model.SentimentResponse
The inferred sentiment that Amazon Comprehend has the highest confidence in.
setSentimentResponse(String) - Method in class com.amazonaws.services.lexruntime.model.PostContentResult
The sentiment expressed in an utterance.
setSentimentResponse(SentimentResponse) - Method in class com.amazonaws.services.lexruntime.model.PostTextResult
The sentiment expressed in and utterance.
setSentimentScore(String) - Method in class com.amazonaws.services.lexruntime.model.SentimentResponse
The likelihood that the sentiment was correctly inferred.
setSessionAttributes(Map<String, String>) - Method in class com.amazonaws.services.lexruntime.model.GetSessionResult
Map of key/value pairs representing the session-specific context information.
setSessionAttributes(String) - Method in class com.amazonaws.services.lexruntime.model.PostContentRequest
You pass this value as the x-amz-lex-session-attributes HTTP header.
setSessionAttributes(String) - Method in class com.amazonaws.services.lexruntime.model.PostContentResult
Map of key/value pairs representing the session-specific context information.
setSessionAttributes(Map<String, String>) - Method in class com.amazonaws.services.lexruntime.model.PostTextRequest
Application-specific information passed between Amazon Lex and a client application.
setSessionAttributes(Map<String, String>) - Method in class com.amazonaws.services.lexruntime.model.PostTextResult
A map of key-value pairs representing the session-specific context information.
setSessionAttributes(Map<String, String>) - Method in class com.amazonaws.services.lexruntime.model.PutSessionRequest
Map of key/value pairs representing the session-specific context information.
setSessionAttributes(String) - Method in class com.amazonaws.services.lexruntime.model.PutSessionResult
Map of key/value pairs representing session-specific context information.
setSessionId(String) - Method in class com.amazonaws.services.lexruntime.model.DeleteSessionResult
The unique identifier for the session.
setSessionId(String) - Method in class com.amazonaws.services.lexruntime.model.GetSessionResult
A unique identifier for the session.
setSessionId(String) - Method in class com.amazonaws.services.lexruntime.model.PostContentResult
The unique identifier for the session.
setSessionId(String) - Method in class com.amazonaws.services.lexruntime.model.PostTextResult
A unique identifier for the session.
setSessionId(String) - Method in class com.amazonaws.services.lexruntime.model.PutSessionResult
A unique identifier for the session.
setSlots(Map<String, String>) - Method in class com.amazonaws.services.lexruntime.model.DialogAction
Map of the slots that have been gathered and their values.
setSlots(Map<String, String>) - Method in class com.amazonaws.services.lexruntime.model.IntentSummary
Map of the slots that have been gathered and their values.
setSlots(String) - Method in class com.amazonaws.services.lexruntime.model.PostContentResult
Map of zero or more intent slots (name/value pairs) Amazon Lex detected from the user input during the conversation.
setSlots(Map<String, String>) - Method in class com.amazonaws.services.lexruntime.model.PostTextResult
The intent slots that Amazon Lex detected from the user input in the conversation.
setSlots(Map<String, String>) - Method in class com.amazonaws.services.lexruntime.model.PredictedIntent
The slot and slot values associated with the predicted intent.
setSlots(String) - Method in class com.amazonaws.services.lexruntime.model.PutSessionResult
Map of zero or more intent slots Amazon Lex detected from the user input during the conversation.
setSlotToElicit(String) - Method in class com.amazonaws.services.lexruntime.model.DialogAction
The name of the slot that should be elicited from the user.
setSlotToElicit(String) - Method in class com.amazonaws.services.lexruntime.model.IntentSummary
The next slot to elicit from the user.
setSlotToElicit(String) - Method in class com.amazonaws.services.lexruntime.model.PostContentResult
If the dialogState value is ElicitSlot, returns the name of the slot for which Amazon Lex is eliciting a value.
setSlotToElicit(String) - Method in class com.amazonaws.services.lexruntime.model.PostTextResult
If the dialogState value is ElicitSlot, returns the name of the slot for which Amazon Lex is eliciting a value.
setSlotToElicit(String) - Method in class com.amazonaws.services.lexruntime.model.PutSessionResult
If the dialogState 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
The subtitle shown below the title.
setText(String) - Method in class com.amazonaws.services.lexruntime.model.Button
Text that is visible to the user on the button.
setTimeToLive(ActiveContextTimeToLive) - Method in class com.amazonaws.services.lexruntime.model.ActiveContext
The length of time or number of turns that a context remains active.
setTimeToLiveInSeconds(Integer) - Method in class com.amazonaws.services.lexruntime.model.ActiveContextTimeToLive
The number of seconds that the context should be active after it is first sent in a PostContent or PostText response.
setTitle(String) - Method in class com.amazonaws.services.lexruntime.model.GenericAttachment
The title of the option.
setTurnsToLive(Integer) - Method in class com.amazonaws.services.lexruntime.model.ActiveContextTimeToLive
The number of conversation turns that the context should be active.
setType(String) - Method in class com.amazonaws.services.lexruntime.model.DialogAction
The next action that the bot should take in its interaction with the user.
setUserId(String) - Method in class com.amazonaws.services.lexruntime.model.DeleteSessionRequest
The identifier of the user associated with the session data.
setUserId(String) - Method in class com.amazonaws.services.lexruntime.model.DeleteSessionResult
The ID of the client application user.
setUserId(String) - Method in class com.amazonaws.services.lexruntime.model.GetSessionRequest
The ID of the client application user.
setUserId(String) - Method in class com.amazonaws.services.lexruntime.model.PostContentRequest
The ID of the client application user.
setUserId(String) - Method in class com.amazonaws.services.lexruntime.model.PostTextRequest
The ID of the client application user.
setUserId(String) - Method in class com.amazonaws.services.lexruntime.model.PutSessionRequest
The ID of the client application user.
setValue(String) - Method in class com.amazonaws.services.lexruntime.model.Button
The value sent to Amazon Lex when a user chooses the button.
setVersion(String) - Method in class com.amazonaws.services.lexruntime.model.ResponseCard
The version of the 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.
shutdown() - Method in class com.amazonaws.services.lexruntime.AmazonLexRuntimeClient
 
standard() - Static method in class com.amazonaws.services.lexruntime.AmazonLexRuntimeAsyncClientBuilder
 
standard() - Static method in class com.amazonaws.services.lexruntime.AmazonLexRuntimeClientBuilder
 

T

toString() - Method in class com.amazonaws.services.lexruntime.model.ActiveContext
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.lexruntime.model.ActiveContextTimeToLive
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.lexruntime.model.Button
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.lexruntime.model.ConfirmationStatus
 
toString() - Method in enum com.amazonaws.services.lexruntime.model.ContentType
 
toString() - Method in class com.amazonaws.services.lexruntime.model.DeleteSessionRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.lexruntime.model.DeleteSessionResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.lexruntime.model.DialogAction
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.lexruntime.model.DialogActionType
 
toString() - Method in enum com.amazonaws.services.lexruntime.model.DialogState
 
toString() - Method in enum com.amazonaws.services.lexruntime.model.FulfillmentState
 
toString() - Method in class com.amazonaws.services.lexruntime.model.GenericAttachment
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.lexruntime.model.GetSessionRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.lexruntime.model.GetSessionResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.lexruntime.model.IntentConfidence
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.lexruntime.model.IntentSummary
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.lexruntime.model.MessageFormatType
 
toString() - Method in class com.amazonaws.services.lexruntime.model.PostContentRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.lexruntime.model.PostContentResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.lexruntime.model.PostTextRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.lexruntime.model.PostTextResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.lexruntime.model.PredictedIntent
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.lexruntime.model.PutSessionRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.lexruntime.model.PutSessionResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.lexruntime.model.ResponseCard
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.lexruntime.model.SentimentResponse
Returns a string representation of this object.

U

UnsupportedMediaTypeException - Exception in com.amazonaws.services.lexruntime.model
The Content-Type header (PostContent API) has an invalid value.
UnsupportedMediaTypeException(String) - Constructor for exception com.amazonaws.services.lexruntime.model.UnsupportedMediaTypeException
Constructs a new UnsupportedMediaTypeException with the specified error message.

V

valueOf(String) - Static method in enum com.amazonaws.services.lexruntime.model.ConfirmationStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.lexruntime.model.ContentType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.lexruntime.model.DialogActionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.lexruntime.model.DialogState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.lexruntime.model.FulfillmentState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.lexruntime.model.MessageFormatType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.amazonaws.services.lexruntime.model.ConfirmationStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.lexruntime.model.ContentType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.lexruntime.model.DialogActionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.lexruntime.model.DialogState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.lexruntime.model.FulfillmentState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.lexruntime.model.MessageFormatType
Returns an array containing the constants of this enum type, in the order they are declared.

W

withAccept(String) - Method in class com.amazonaws.services.lexruntime.model.PostContentRequest
You pass this value as the Accept HTTP header.
withAccept(String) - Method in class com.amazonaws.services.lexruntime.model.PutSessionRequest
The message that Amazon Lex returns in the response can be either text or speech based depending on the value of this field.
withActiveContexts(ActiveContext...) - Method in class com.amazonaws.services.lexruntime.model.GetSessionResult
A list of active contexts for the session.
withActiveContexts(Collection<ActiveContext>) - Method in class com.amazonaws.services.lexruntime.model.GetSessionResult
A list of active contexts for the session.
withActiveContexts(String) - Method in class com.amazonaws.services.lexruntime.model.PostContentRequest
A list of contexts active for the request.
withActiveContexts(String) - Method in class com.amazonaws.services.lexruntime.model.PostContentResult
A list of active contexts for the session.
withActiveContexts(ActiveContext...) - Method in class com.amazonaws.services.lexruntime.model.PostTextRequest
A list of contexts active for the request.
withActiveContexts(Collection<ActiveContext>) - Method in class com.amazonaws.services.lexruntime.model.PostTextRequest
A list of contexts active for the request.
withActiveContexts(ActiveContext...) - Method in class com.amazonaws.services.lexruntime.model.PostTextResult
A list of active contexts for the session.
withActiveContexts(Collection<ActiveContext>) - Method in class com.amazonaws.services.lexruntime.model.PostTextResult
A list of active contexts for the session.
withActiveContexts(ActiveContext...) - Method in class com.amazonaws.services.lexruntime.model.PutSessionRequest
A list of contexts active for the request.
withActiveContexts(Collection<ActiveContext>) - Method in class com.amazonaws.services.lexruntime.model.PutSessionRequest
A list of contexts active for the request.
withActiveContexts(String) - Method in class com.amazonaws.services.lexruntime.model.PutSessionResult
A list of active contexts for the session.
withAlternativeIntents(String) - Method in class com.amazonaws.services.lexruntime.model.PostContentResult
One to four alternative intents that may be applicable to the user's intent.
withAlternativeIntents(PredictedIntent...) - Method in class com.amazonaws.services.lexruntime.model.PostTextResult
One to four alternative intents that may be applicable to the user's intent.
withAlternativeIntents(Collection<PredictedIntent>) - Method in class com.amazonaws.services.lexruntime.model.PostTextResult
One to four alternative intents that may be applicable to the user's intent.
withAttachmentLinkUrl(String) - Method in class com.amazonaws.services.lexruntime.model.GenericAttachment
The URL of an attachment to the response card.
withAudioStream(InputStream) - Method in class com.amazonaws.services.lexruntime.model.PostContentResult
The prompt (or statement) to convey to the user.
withAudioStream(InputStream) - Method in class com.amazonaws.services.lexruntime.model.PutSessionResult
The audio version of the message to convey to the user.
withBotAlias(String) - Method in class com.amazonaws.services.lexruntime.model.DeleteSessionRequest
The alias in use for the bot that contains the session data.
withBotAlias(String) - Method in class com.amazonaws.services.lexruntime.model.DeleteSessionResult
The alias in use for the bot associated with the session data.
withBotAlias(String) - Method in class com.amazonaws.services.lexruntime.model.GetSessionRequest
The alias in use for the bot that contains the session data.
withBotAlias(String) - Method in class com.amazonaws.services.lexruntime.model.PostContentRequest
Alias of the Amazon Lex bot.
withBotAlias(String) - Method in class com.amazonaws.services.lexruntime.model.PostTextRequest
The alias of the Amazon Lex bot.
withBotAlias(String) - Method in class com.amazonaws.services.lexruntime.model.PutSessionRequest
The alias in use for the bot that contains the session data.
withBotName(String) - Method in class com.amazonaws.services.lexruntime.model.DeleteSessionRequest
The name of the bot that contains the session data.
withBotName(String) - Method in class com.amazonaws.services.lexruntime.model.DeleteSessionResult
The name of the bot associated with the session data.
withBotName(String) - Method in class com.amazonaws.services.lexruntime.model.GetSessionRequest
The name of the bot that contains the session data.
withBotName(String) - Method in class com.amazonaws.services.lexruntime.model.PostContentRequest
Name of the Amazon Lex bot.
withBotName(String) - Method in class com.amazonaws.services.lexruntime.model.PostTextRequest
The name of the Amazon Lex bot.
withBotName(String) - Method in class com.amazonaws.services.lexruntime.model.PutSessionRequest
The name of the bot that contains the session data.
withBotVersion(String) - Method in class com.amazonaws.services.lexruntime.model.PostContentResult
The version of the bot that responded to the conversation.
withBotVersion(String) - Method in class com.amazonaws.services.lexruntime.model.PostTextResult
The version of the bot that responded to the conversation.
withButtons(Button...) - Method in class com.amazonaws.services.lexruntime.model.GenericAttachment
The list of options to show to the user.
withButtons(Collection<Button>) - Method in class com.amazonaws.services.lexruntime.model.GenericAttachment
The list of options to show to the user.
withCheckpointLabel(String) - Method in class com.amazonaws.services.lexruntime.model.IntentSummary
A user-defined label that identifies a particular intent.
withCheckpointLabelFilter(String) - Method in class com.amazonaws.services.lexruntime.model.GetSessionRequest
A string used to filter the intents returned in the recentIntentSummaryView structure.
withConfirmationStatus(String) - Method in class com.amazonaws.services.lexruntime.model.IntentSummary
The status of the intent after the user responds to the confirmation prompt.
withConfirmationStatus(ConfirmationStatus) - Method in class com.amazonaws.services.lexruntime.model.IntentSummary
The status of the intent after the user responds to the confirmation prompt.
withContentType(String) - Method in class com.amazonaws.services.lexruntime.model.PostContentRequest
You pass this value as the Content-Type HTTP header.
withContentType(String) - Method in class com.amazonaws.services.lexruntime.model.PostContentResult
Content type as specified in the Accept HTTP header in the request.
withContentType(String) - Method in class com.amazonaws.services.lexruntime.model.PutSessionResult
Content type as specified in the Accept HTTP header in the request.
withContentType(String) - Method in class com.amazonaws.services.lexruntime.model.ResponseCard
The content type of the response.
withContentType(ContentType) - Method in class com.amazonaws.services.lexruntime.model.ResponseCard
The content type of the response.
withDialogAction(DialogAction) - Method in class com.amazonaws.services.lexruntime.model.GetSessionResult
Describes the current state of the bot.
withDialogAction(DialogAction) - Method in class com.amazonaws.services.lexruntime.model.PutSessionRequest
Sets the next action that the bot should take to fulfill the conversation.
withDialogActionType(String) - Method in class com.amazonaws.services.lexruntime.model.IntentSummary
The next action that the bot should take in its interaction with the user.
withDialogActionType(DialogActionType) - Method in class com.amazonaws.services.lexruntime.model.IntentSummary
The next action that the bot should take in its interaction with the user.
withDialogState(String) - Method in class com.amazonaws.services.lexruntime.model.PostContentResult
Identifies the current state of the user interaction.
withDialogState(DialogState) - Method in class com.amazonaws.services.lexruntime.model.PostContentResult
Identifies the current state of the user interaction.
withDialogState(String) - Method in class com.amazonaws.services.lexruntime.model.PostTextResult
Identifies the current state of the user interaction.
withDialogState(DialogState) - Method in class com.amazonaws.services.lexruntime.model.PostTextResult
Identifies the current state of the user interaction.
withDialogState(String) - Method in class com.amazonaws.services.lexruntime.model.PutSessionResult

withDialogState(DialogState) - Method in class com.amazonaws.services.lexruntime.model.PutSessionResult

withEncodedInputTranscript(String) - Method in class com.amazonaws.services.lexruntime.model.PostContentResult
The text used to process the request.
withEncodedMessage(String) - Method in class com.amazonaws.services.lexruntime.model.PostContentResult
The message to convey to the user.
withEncodedMessage(String) - Method in class com.amazonaws.services.lexruntime.model.PutSessionResult
The next message that should be presented to the user.
withFulfillmentState(String) - Method in class com.amazonaws.services.lexruntime.model.DialogAction
The fulfillment state of the intent.
withFulfillmentState(FulfillmentState) - Method in class com.amazonaws.services.lexruntime.model.DialogAction
The fulfillment state of the intent.
withFulfillmentState(String) - Method in class com.amazonaws.services.lexruntime.model.IntentSummary
The fulfillment state of the intent.
withFulfillmentState(FulfillmentState) - Method in class com.amazonaws.services.lexruntime.model.IntentSummary
The fulfillment state of the intent.
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
The URL of an image that is displayed to the user.
withInputStream(InputStream) - Method in class com.amazonaws.services.lexruntime.model.PostContentRequest
User input in PCM or Opus audio format or text format as described in the Content-Type HTTP header.
withInputText(String) - Method in class com.amazonaws.services.lexruntime.model.PostTextRequest
The text that the user entered (Amazon Lex interprets this text).
withInputTranscript(String) - Method in class com.amazonaws.services.lexruntime.model.PostContentResult
Deprecated.
withIntentName(String) - Method in class com.amazonaws.services.lexruntime.model.DialogAction
The name of the intent.
withIntentName(String) - Method in class com.amazonaws.services.lexruntime.model.IntentSummary
The name of the intent.
withIntentName(String) - Method in class com.amazonaws.services.lexruntime.model.PostContentResult
Current user intent that Amazon Lex is aware of.
withIntentName(String) - Method in class com.amazonaws.services.lexruntime.model.PostTextResult
The current user intent that Amazon Lex is aware of.
withIntentName(String) - Method in class com.amazonaws.services.lexruntime.model.PredictedIntent
The name of the intent that Amazon Lex suggests satisfies the user's intent.
withIntentName(String) - Method in class com.amazonaws.services.lexruntime.model.PutSessionResult
The name of the current intent.
withMessage(String) - Method in class com.amazonaws.services.lexruntime.model.DialogAction
The message that should be shown to the user.
withMessage(String) - Method in class com.amazonaws.services.lexruntime.model.PostContentResult
Deprecated.
withMessage(String) - Method in class com.amazonaws.services.lexruntime.model.PostTextResult
The message to convey to the user.
withMessage(String) - Method in class com.amazonaws.services.lexruntime.model.PutSessionResult
Deprecated.
withMessageFormat(String) - Method in class com.amazonaws.services.lexruntime.model.DialogAction
withMessageFormat(MessageFormatType) - Method in class com.amazonaws.services.lexruntime.model.DialogAction
withMessageFormat(String) - Method in class com.amazonaws.services.lexruntime.model.PostContentResult
The format of the response message.
withMessageFormat(MessageFormatType) - Method in class com.amazonaws.services.lexruntime.model.PostContentResult
The format of the response message.
withMessageFormat(String) - Method in class com.amazonaws.services.lexruntime.model.PostTextResult
The format of the response message.
withMessageFormat(MessageFormatType) - Method in class com.amazonaws.services.lexruntime.model.PostTextResult
The format of the response message.
withMessageFormat(String) - Method in class com.amazonaws.services.lexruntime.model.PutSessionResult
The format of the response message.
withMessageFormat(MessageFormatType) - Method in class com.amazonaws.services.lexruntime.model.PutSessionResult
The format of the response message.
withName(String) - Method in class com.amazonaws.services.lexruntime.model.ActiveContext
The name of the context.
withNluIntentConfidence(String) - Method in class com.amazonaws.services.lexruntime.model.PostContentResult
Provides a score that indicates how confident Amazon Lex is that the returned intent is the one that matches the user's intent.
withNluIntentConfidence(IntentConfidence) - Method in class com.amazonaws.services.lexruntime.model.PostTextResult
Provides a score that indicates how confident Amazon Lex is that the returned intent is the one that matches the user's intent.
withNluIntentConfidence(IntentConfidence) - Method in class com.amazonaws.services.lexruntime.model.PredictedIntent
Indicates how confident Amazon Lex is that an intent satisfies the user's intent.
withParameters(Map<String, String>) - Method in class com.amazonaws.services.lexruntime.model.ActiveContext
State variables for the current context.
withRecentIntentSummaryView(IntentSummary...) - Method in class com.amazonaws.services.lexruntime.model.GetSessionResult
An array of information about the intents used in the session.
withRecentIntentSummaryView(Collection<IntentSummary>) - Method in class com.amazonaws.services.lexruntime.model.GetSessionResult
An array of information about the intents used in the session.
withRecentIntentSummaryView(IntentSummary...) - Method in class com.amazonaws.services.lexruntime.model.PutSessionRequest
A summary of the recent intents for the bot.
withRecentIntentSummaryView(Collection<IntentSummary>) - Method in class com.amazonaws.services.lexruntime.model.PutSessionRequest
A summary of the recent intents for the bot.
withRequestAttributes(String) - Method in class com.amazonaws.services.lexruntime.model.PostContentRequest
You pass this value as the x-amz-lex-request-attributes HTTP header.
withRequestAttributes(Map<String, String>) - Method in class com.amazonaws.services.lexruntime.model.PostTextRequest
Request-specific information passed between Amazon Lex and a client application.
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
 
withScore(Double) - Method in class com.amazonaws.services.lexruntime.model.IntentConfidence
A score that indicates how confident Amazon Lex is that an intent satisfies the user's intent.
withSentimentLabel(String) - Method in class com.amazonaws.services.lexruntime.model.SentimentResponse
The inferred sentiment that Amazon Comprehend has the highest confidence in.
withSentimentResponse(String) - Method in class com.amazonaws.services.lexruntime.model.PostContentResult
The sentiment expressed in an utterance.
withSentimentResponse(SentimentResponse) - Method in class com.amazonaws.services.lexruntime.model.PostTextResult
The sentiment expressed in and utterance.
withSentimentScore(String) - Method in class com.amazonaws.services.lexruntime.model.SentimentResponse
The likelihood that the sentiment was correctly inferred.
withSessionAttributes(Map<String, String>) - Method in class com.amazonaws.services.lexruntime.model.GetSessionResult
Map of key/value pairs representing the session-specific context information.
withSessionAttributes(String) - Method in class com.amazonaws.services.lexruntime.model.PostContentRequest
You pass this value as the x-amz-lex-session-attributes HTTP header.
withSessionAttributes(String) - Method in class com.amazonaws.services.lexruntime.model.PostContentResult
Map of key/value pairs representing the session-specific context information.
withSessionAttributes(Map<String, String>) - Method in class com.amazonaws.services.lexruntime.model.PostTextRequest
Application-specific information passed between Amazon Lex and a client application.
withSessionAttributes(Map<String, String>) - Method in class com.amazonaws.services.lexruntime.model.PostTextResult
A map of key-value pairs representing the session-specific context information.
withSessionAttributes(Map<String, String>) - Method in class com.amazonaws.services.lexruntime.model.PutSessionRequest
Map of key/value pairs representing the session-specific context information.
withSessionAttributes(String) - Method in class com.amazonaws.services.lexruntime.model.PutSessionResult
Map of key/value pairs representing session-specific context information.
withSessionId(String) - Method in class com.amazonaws.services.lexruntime.model.DeleteSessionResult
The unique identifier for the session.
withSessionId(String) - Method in class com.amazonaws.services.lexruntime.model.GetSessionResult
A unique identifier for the session.
withSessionId(String) - Method in class com.amazonaws.services.lexruntime.model.PostContentResult
The unique identifier for the session.
withSessionId(String) - Method in class com.amazonaws.services.lexruntime.model.PostTextResult
A unique identifier for the session.
withSessionId(String) - Method in class com.amazonaws.services.lexruntime.model.PutSessionResult
A unique identifier for the session.
withSlots(Map<String, String>) - Method in class com.amazonaws.services.lexruntime.model.DialogAction
Map of the slots that have been gathered and their values.
withSlots(Map<String, String>) - Method in class com.amazonaws.services.lexruntime.model.IntentSummary
Map of the slots that have been gathered and their values.
withSlots(String) - Method in class com.amazonaws.services.lexruntime.model.PostContentResult
Map of zero or more intent slots (name/value pairs) Amazon Lex detected from the user input during the conversation.
withSlots(Map<String, String>) - Method in class com.amazonaws.services.lexruntime.model.PostTextResult
The intent slots that Amazon Lex detected from the user input in the conversation.
withSlots(Map<String, String>) - Method in class com.amazonaws.services.lexruntime.model.PredictedIntent
The slot and slot values associated with the predicted intent.
withSlots(String) - Method in class com.amazonaws.services.lexruntime.model.PutSessionResult
Map of zero or more intent slots Amazon Lex detected from the user input during the conversation.
withSlotToElicit(String) - Method in class com.amazonaws.services.lexruntime.model.DialogAction
The name of the slot that should be elicited from the user.
withSlotToElicit(String) - Method in class com.amazonaws.services.lexruntime.model.IntentSummary
The next slot to elicit from the user.
withSlotToElicit(String) - Method in class com.amazonaws.services.lexruntime.model.PostContentResult
If the dialogState value is ElicitSlot, returns the name of the slot for which Amazon Lex is eliciting a value.
withSlotToElicit(String) - Method in class com.amazonaws.services.lexruntime.model.PostTextResult
If the dialogState value is ElicitSlot, returns the name of the slot for which Amazon Lex is eliciting a value.
withSlotToElicit(String) - Method in class com.amazonaws.services.lexruntime.model.PutSessionResult
If the dialogState 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
The subtitle shown below the title.
withText(String) - Method in class com.amazonaws.services.lexruntime.model.Button
Text that is visible to the user on the button.
withTimeToLive(ActiveContextTimeToLive) - Method in class com.amazonaws.services.lexruntime.model.ActiveContext
The length of time or number of turns that a context remains active.
withTimeToLiveInSeconds(Integer) - Method in class com.amazonaws.services.lexruntime.model.ActiveContextTimeToLive
The number of seconds that the context should be active after it is first sent in a PostContent or PostText response.
withTitle(String) - Method in class com.amazonaws.services.lexruntime.model.GenericAttachment
The title of the option.
withTurnsToLive(Integer) - Method in class com.amazonaws.services.lexruntime.model.ActiveContextTimeToLive
The number of conversation turns that the context should be active.
withType(String) - Method in class com.amazonaws.services.lexruntime.model.DialogAction
The next action that the bot should take in its interaction with the user.
withType(DialogActionType) - Method in class com.amazonaws.services.lexruntime.model.DialogAction
The next action that the bot should take in its interaction with the user.
withUserId(String) - Method in class com.amazonaws.services.lexruntime.model.DeleteSessionRequest
The identifier of the user associated with the session data.
withUserId(String) - Method in class com.amazonaws.services.lexruntime.model.DeleteSessionResult
The ID of the client application user.
withUserId(String) - Method in class com.amazonaws.services.lexruntime.model.GetSessionRequest
The ID of the client application user.
withUserId(String) - Method in class com.amazonaws.services.lexruntime.model.PostContentRequest
The ID of the client application user.
withUserId(String) - Method in class com.amazonaws.services.lexruntime.model.PostTextRequest
The ID of the client application user.
withUserId(String) - Method in class com.amazonaws.services.lexruntime.model.PutSessionRequest
The ID of the client application user.
withValue(String) - Method in class com.amazonaws.services.lexruntime.model.Button
The value sent to Amazon Lex when a user chooses the button.
withVersion(String) - Method in class com.amazonaws.services.lexruntime.model.ResponseCard
The version of the response card format.
A B C D E F G H I L M N P R S T U V W 
Skip navigation links

Copyright © 2021. All rights reserved.