@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public interface AmazonLexModelBuildingAsync extends AmazonLexModelBuilding
AsyncHandler
can be used to
receive notification when an asynchronous operation completes.
Note: Do not directly implement this interface, new methods are added to it regularly. Extend from
AbstractAmazonLexModelBuildingAsync
instead.
Amazon Lex is an AWS service for building conversational voice and text interfaces. Use these actions to create, update, and delete conversational bots for new and existing client applications.
ENDPOINT_PREFIX
Modifier and Type | Method and Description |
---|---|
Future<CreateBotVersionResult> |
createBotVersionAsync(CreateBotVersionRequest createBotVersionRequest)
Creates a new version of the bot based on the
$LATEST version. |
Future<CreateBotVersionResult> |
createBotVersionAsync(CreateBotVersionRequest createBotVersionRequest,
AsyncHandler<CreateBotVersionRequest,CreateBotVersionResult> asyncHandler)
Creates a new version of the bot based on the
$LATEST version. |
Future<CreateIntentVersionResult> |
createIntentVersionAsync(CreateIntentVersionRequest createIntentVersionRequest)
Creates a new version of an intent based on the
$LATEST version of the intent. |
Future<CreateIntentVersionResult> |
createIntentVersionAsync(CreateIntentVersionRequest createIntentVersionRequest,
AsyncHandler<CreateIntentVersionRequest,CreateIntentVersionResult> asyncHandler)
Creates a new version of an intent based on the
$LATEST version of the intent. |
Future<CreateSlotTypeVersionResult> |
createSlotTypeVersionAsync(CreateSlotTypeVersionRequest createSlotTypeVersionRequest)
Creates a new version of a slot type based on the
$LATEST version of the specified slot type. |
Future<CreateSlotTypeVersionResult> |
createSlotTypeVersionAsync(CreateSlotTypeVersionRequest createSlotTypeVersionRequest,
AsyncHandler<CreateSlotTypeVersionRequest,CreateSlotTypeVersionResult> asyncHandler)
Creates a new version of a slot type based on the
$LATEST version of the specified slot type. |
Future<DeleteBotAliasResult> |
deleteBotAliasAsync(DeleteBotAliasRequest deleteBotAliasRequest)
Deletes an alias for the specified bot.
|
Future<DeleteBotAliasResult> |
deleteBotAliasAsync(DeleteBotAliasRequest deleteBotAliasRequest,
AsyncHandler<DeleteBotAliasRequest,DeleteBotAliasResult> asyncHandler)
Deletes an alias for the specified bot.
|
Future<DeleteBotResult> |
deleteBotAsync(DeleteBotRequest deleteBotRequest)
Deletes all versions of the bot, including the
$LATEST version. |
Future<DeleteBotResult> |
deleteBotAsync(DeleteBotRequest deleteBotRequest,
AsyncHandler<DeleteBotRequest,DeleteBotResult> asyncHandler)
Deletes all versions of the bot, including the
$LATEST version. |
Future<DeleteBotChannelAssociationResult> |
deleteBotChannelAssociationAsync(DeleteBotChannelAssociationRequest deleteBotChannelAssociationRequest)
Deletes the association between an Amazon Lex bot and a messaging platform.
|
Future<DeleteBotChannelAssociationResult> |
deleteBotChannelAssociationAsync(DeleteBotChannelAssociationRequest deleteBotChannelAssociationRequest,
AsyncHandler<DeleteBotChannelAssociationRequest,DeleteBotChannelAssociationResult> asyncHandler)
Deletes the association between an Amazon Lex bot and a messaging platform.
|
Future<DeleteBotVersionResult> |
deleteBotVersionAsync(DeleteBotVersionRequest deleteBotVersionRequest)
Deletes a specific version of a bot.
|
Future<DeleteBotVersionResult> |
deleteBotVersionAsync(DeleteBotVersionRequest deleteBotVersionRequest,
AsyncHandler<DeleteBotVersionRequest,DeleteBotVersionResult> asyncHandler)
Deletes a specific version of a bot.
|
Future<DeleteIntentResult> |
deleteIntentAsync(DeleteIntentRequest deleteIntentRequest)
Deletes all versions of the intent, including the
$LATEST version. |
Future<DeleteIntentResult> |
deleteIntentAsync(DeleteIntentRequest deleteIntentRequest,
AsyncHandler<DeleteIntentRequest,DeleteIntentResult> asyncHandler)
Deletes all versions of the intent, including the
$LATEST version. |
Future<DeleteIntentVersionResult> |
deleteIntentVersionAsync(DeleteIntentVersionRequest deleteIntentVersionRequest)
Deletes a specific version of an intent.
|
Future<DeleteIntentVersionResult> |
deleteIntentVersionAsync(DeleteIntentVersionRequest deleteIntentVersionRequest,
AsyncHandler<DeleteIntentVersionRequest,DeleteIntentVersionResult> asyncHandler)
Deletes a specific version of an intent.
|
Future<DeleteSlotTypeResult> |
deleteSlotTypeAsync(DeleteSlotTypeRequest deleteSlotTypeRequest)
Deletes all versions of the slot type, including the
$LATEST version. |
Future<DeleteSlotTypeResult> |
deleteSlotTypeAsync(DeleteSlotTypeRequest deleteSlotTypeRequest,
AsyncHandler<DeleteSlotTypeRequest,DeleteSlotTypeResult> asyncHandler)
Deletes all versions of the slot type, including the
$LATEST version. |
Future<DeleteSlotTypeVersionResult> |
deleteSlotTypeVersionAsync(DeleteSlotTypeVersionRequest deleteSlotTypeVersionRequest)
Deletes a specific version of a slot type.
|
Future<DeleteSlotTypeVersionResult> |
deleteSlotTypeVersionAsync(DeleteSlotTypeVersionRequest deleteSlotTypeVersionRequest,
AsyncHandler<DeleteSlotTypeVersionRequest,DeleteSlotTypeVersionResult> asyncHandler)
Deletes a specific version of a slot type.
|
Future<DeleteUtterancesResult> |
deleteUtterancesAsync(DeleteUtterancesRequest deleteUtterancesRequest)
Deletes stored utterances.
|
Future<DeleteUtterancesResult> |
deleteUtterancesAsync(DeleteUtterancesRequest deleteUtterancesRequest,
AsyncHandler<DeleteUtterancesRequest,DeleteUtterancesResult> asyncHandler)
Deletes stored utterances.
|
Future<GetBotAliasResult> |
getBotAliasAsync(GetBotAliasRequest getBotAliasRequest)
Returns information about an Amazon Lex bot alias.
|
Future<GetBotAliasResult> |
getBotAliasAsync(GetBotAliasRequest getBotAliasRequest,
AsyncHandler<GetBotAliasRequest,GetBotAliasResult> asyncHandler)
Returns information about an Amazon Lex bot alias.
|
Future<GetBotAliasesResult> |
getBotAliasesAsync(GetBotAliasesRequest getBotAliasesRequest)
Returns a list of aliases for a specified Amazon Lex bot.
|
Future<GetBotAliasesResult> |
getBotAliasesAsync(GetBotAliasesRequest getBotAliasesRequest,
AsyncHandler<GetBotAliasesRequest,GetBotAliasesResult> asyncHandler)
Returns a list of aliases for a specified Amazon Lex bot.
|
Future<GetBotResult> |
getBotAsync(GetBotRequest getBotRequest)
Returns metadata information for a specific bot.
|
Future<GetBotResult> |
getBotAsync(GetBotRequest getBotRequest,
AsyncHandler<GetBotRequest,GetBotResult> asyncHandler)
Returns metadata information for a specific bot.
|
Future<GetBotChannelAssociationResult> |
getBotChannelAssociationAsync(GetBotChannelAssociationRequest getBotChannelAssociationRequest)
Returns information about the association between an Amazon Lex bot and a messaging platform.
|
Future<GetBotChannelAssociationResult> |
getBotChannelAssociationAsync(GetBotChannelAssociationRequest getBotChannelAssociationRequest,
AsyncHandler<GetBotChannelAssociationRequest,GetBotChannelAssociationResult> asyncHandler)
Returns information about the association between an Amazon Lex bot and a messaging platform.
|
Future<GetBotChannelAssociationsResult> |
getBotChannelAssociationsAsync(GetBotChannelAssociationsRequest getBotChannelAssociationsRequest)
Returns a list of all of the channels associated with the specified bot.
|
Future<GetBotChannelAssociationsResult> |
getBotChannelAssociationsAsync(GetBotChannelAssociationsRequest getBotChannelAssociationsRequest,
AsyncHandler<GetBotChannelAssociationsRequest,GetBotChannelAssociationsResult> asyncHandler)
Returns a list of all of the channels associated with the specified bot.
|
Future<GetBotsResult> |
getBotsAsync(GetBotsRequest getBotsRequest)
Returns bot information as follows:
|
Future<GetBotsResult> |
getBotsAsync(GetBotsRequest getBotsRequest,
AsyncHandler<GetBotsRequest,GetBotsResult> asyncHandler)
Returns bot information as follows:
|
Future<GetBotVersionsResult> |
getBotVersionsAsync(GetBotVersionsRequest getBotVersionsRequest)
Gets information about all of the versions of a bot.
|
Future<GetBotVersionsResult> |
getBotVersionsAsync(GetBotVersionsRequest getBotVersionsRequest,
AsyncHandler<GetBotVersionsRequest,GetBotVersionsResult> asyncHandler)
Gets information about all of the versions of a bot.
|
Future<GetBuiltinIntentResult> |
getBuiltinIntentAsync(GetBuiltinIntentRequest getBuiltinIntentRequest)
Returns information about a built-in intent.
|
Future<GetBuiltinIntentResult> |
getBuiltinIntentAsync(GetBuiltinIntentRequest getBuiltinIntentRequest,
AsyncHandler<GetBuiltinIntentRequest,GetBuiltinIntentResult> asyncHandler)
Returns information about a built-in intent.
|
Future<GetBuiltinIntentsResult> |
getBuiltinIntentsAsync(GetBuiltinIntentsRequest getBuiltinIntentsRequest)
Gets a list of built-in intents that meet the specified criteria.
|
Future<GetBuiltinIntentsResult> |
getBuiltinIntentsAsync(GetBuiltinIntentsRequest getBuiltinIntentsRequest,
AsyncHandler<GetBuiltinIntentsRequest,GetBuiltinIntentsResult> asyncHandler)
Gets a list of built-in intents that meet the specified criteria.
|
Future<GetBuiltinSlotTypesResult> |
getBuiltinSlotTypesAsync(GetBuiltinSlotTypesRequest getBuiltinSlotTypesRequest)
Gets a list of built-in slot types that meet the specified criteria.
|
Future<GetBuiltinSlotTypesResult> |
getBuiltinSlotTypesAsync(GetBuiltinSlotTypesRequest getBuiltinSlotTypesRequest,
AsyncHandler<GetBuiltinSlotTypesRequest,GetBuiltinSlotTypesResult> asyncHandler)
Gets a list of built-in slot types that meet the specified criteria.
|
Future<GetExportResult> |
getExportAsync(GetExportRequest getExportRequest)
Exports the contents of a Amazon Lex resource in a specified format.
|
Future<GetExportResult> |
getExportAsync(GetExportRequest getExportRequest,
AsyncHandler<GetExportRequest,GetExportResult> asyncHandler)
Exports the contents of a Amazon Lex resource in a specified format.
|
Future<GetIntentResult> |
getIntentAsync(GetIntentRequest getIntentRequest)
Returns information about an intent.
|
Future<GetIntentResult> |
getIntentAsync(GetIntentRequest getIntentRequest,
AsyncHandler<GetIntentRequest,GetIntentResult> asyncHandler)
Returns information about an intent.
|
Future<GetIntentsResult> |
getIntentsAsync(GetIntentsRequest getIntentsRequest)
Returns intent information as follows:
|
Future<GetIntentsResult> |
getIntentsAsync(GetIntentsRequest getIntentsRequest,
AsyncHandler<GetIntentsRequest,GetIntentsResult> asyncHandler)
Returns intent information as follows:
|
Future<GetIntentVersionsResult> |
getIntentVersionsAsync(GetIntentVersionsRequest getIntentVersionsRequest)
Gets information about all of the versions of an intent.
|
Future<GetIntentVersionsResult> |
getIntentVersionsAsync(GetIntentVersionsRequest getIntentVersionsRequest,
AsyncHandler<GetIntentVersionsRequest,GetIntentVersionsResult> asyncHandler)
Gets information about all of the versions of an intent.
|
Future<GetSlotTypeResult> |
getSlotTypeAsync(GetSlotTypeRequest getSlotTypeRequest)
Returns information about a specific version of a slot type.
|
Future<GetSlotTypeResult> |
getSlotTypeAsync(GetSlotTypeRequest getSlotTypeRequest,
AsyncHandler<GetSlotTypeRequest,GetSlotTypeResult> asyncHandler)
Returns information about a specific version of a slot type.
|
Future<GetSlotTypesResult> |
getSlotTypesAsync(GetSlotTypesRequest getSlotTypesRequest)
Returns slot type information as follows:
|
Future<GetSlotTypesResult> |
getSlotTypesAsync(GetSlotTypesRequest getSlotTypesRequest,
AsyncHandler<GetSlotTypesRequest,GetSlotTypesResult> asyncHandler)
Returns slot type information as follows:
|
Future<GetSlotTypeVersionsResult> |
getSlotTypeVersionsAsync(GetSlotTypeVersionsRequest getSlotTypeVersionsRequest)
Gets information about all versions of a slot type.
|
Future<GetSlotTypeVersionsResult> |
getSlotTypeVersionsAsync(GetSlotTypeVersionsRequest getSlotTypeVersionsRequest,
AsyncHandler<GetSlotTypeVersionsRequest,GetSlotTypeVersionsResult> asyncHandler)
Gets information about all versions of a slot type.
|
Future<GetUtterancesViewResult> |
getUtterancesViewAsync(GetUtterancesViewRequest getUtterancesViewRequest)
Use the
GetUtterancesView operation to get information about the utterances that your users have
made to your bot. |
Future<GetUtterancesViewResult> |
getUtterancesViewAsync(GetUtterancesViewRequest getUtterancesViewRequest,
AsyncHandler<GetUtterancesViewRequest,GetUtterancesViewResult> asyncHandler)
Use the
GetUtterancesView operation to get information about the utterances that your users have
made to your bot. |
Future<PutBotAliasResult> |
putBotAliasAsync(PutBotAliasRequest putBotAliasRequest)
Creates an alias for the specified version of the bot or replaces an alias for the specified bot.
|
Future<PutBotAliasResult> |
putBotAliasAsync(PutBotAliasRequest putBotAliasRequest,
AsyncHandler<PutBotAliasRequest,PutBotAliasResult> asyncHandler)
Creates an alias for the specified version of the bot or replaces an alias for the specified bot.
|
Future<PutBotResult> |
putBotAsync(PutBotRequest putBotRequest)
Creates an Amazon Lex conversational bot or replaces an existing bot.
|
Future<PutBotResult> |
putBotAsync(PutBotRequest putBotRequest,
AsyncHandler<PutBotRequest,PutBotResult> asyncHandler)
Creates an Amazon Lex conversational bot or replaces an existing bot.
|
Future<PutIntentResult> |
putIntentAsync(PutIntentRequest putIntentRequest)
Creates an intent or replaces an existing intent.
|
Future<PutIntentResult> |
putIntentAsync(PutIntentRequest putIntentRequest,
AsyncHandler<PutIntentRequest,PutIntentResult> asyncHandler)
Creates an intent or replaces an existing intent.
|
Future<PutSlotTypeResult> |
putSlotTypeAsync(PutSlotTypeRequest putSlotTypeRequest)
Creates a custom slot type or replaces an existing custom slot type.
|
Future<PutSlotTypeResult> |
putSlotTypeAsync(PutSlotTypeRequest putSlotTypeRequest,
AsyncHandler<PutSlotTypeRequest,PutSlotTypeResult> asyncHandler)
Creates a custom slot type or replaces an existing custom slot type.
|
createBotVersion, createIntentVersion, createSlotTypeVersion, deleteBot, deleteBotAlias, deleteBotChannelAssociation, deleteBotVersion, deleteIntent, deleteIntentVersion, deleteSlotType, deleteSlotTypeVersion, deleteUtterances, getBot, getBotAlias, getBotAliases, getBotChannelAssociation, getBotChannelAssociations, getBots, getBotVersions, getBuiltinIntent, getBuiltinIntents, getBuiltinSlotTypes, getCachedResponseMetadata, getExport, getIntent, getIntents, getIntentVersions, getSlotType, getSlotTypes, getSlotTypeVersions, getUtterancesView, putBot, putBotAlias, putIntent, putSlotType, shutdown
Future<CreateBotVersionResult> createBotVersionAsync(CreateBotVersionRequest createBotVersionRequest)
Creates a new version of the bot based on the $LATEST
version. If the $LATEST
version
of this resource hasn't changed since you created the last version, Amazon Lex doesn't create a new version. It
returns the last created version.
You can update only the $LATEST
version of the bot. You can't update the numbered versions that you
create with the CreateBotVersion
operation.
When you create the first version of a bot, Amazon Lex sets the version to 1. Subsequent versions increment by 1. For more information, see versioning-intro.
This operation requires permission for the lex:CreateBotVersion
action.
createBotVersionRequest
- Future<CreateBotVersionResult> createBotVersionAsync(CreateBotVersionRequest createBotVersionRequest, AsyncHandler<CreateBotVersionRequest,CreateBotVersionResult> asyncHandler)
Creates a new version of the bot based on the $LATEST
version. If the $LATEST
version
of this resource hasn't changed since you created the last version, Amazon Lex doesn't create a new version. It
returns the last created version.
You can update only the $LATEST
version of the bot. You can't update the numbered versions that you
create with the CreateBotVersion
operation.
When you create the first version of a bot, Amazon Lex sets the version to 1. Subsequent versions increment by 1. For more information, see versioning-intro.
This operation requires permission for the lex:CreateBotVersion
action.
createBotVersionRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<CreateIntentVersionResult> createIntentVersionAsync(CreateIntentVersionRequest createIntentVersionRequest)
Creates a new version of an intent based on the $LATEST
version of the intent. If the
$LATEST
version of this intent hasn't changed since you last updated it, Amazon Lex doesn't create a
new version. It returns the last version you created.
You can update only the $LATEST
version of the intent. You can't update the numbered versions that
you create with the CreateIntentVersion
operation.
When you create a version of an intent, Amazon Lex sets the version to 1. Subsequent versions increment by 1. For more information, see versioning-intro.
This operation requires permissions to perform the lex:CreateIntentVersion
action.
createIntentVersionRequest
- Future<CreateIntentVersionResult> createIntentVersionAsync(CreateIntentVersionRequest createIntentVersionRequest, AsyncHandler<CreateIntentVersionRequest,CreateIntentVersionResult> asyncHandler)
Creates a new version of an intent based on the $LATEST
version of the intent. If the
$LATEST
version of this intent hasn't changed since you last updated it, Amazon Lex doesn't create a
new version. It returns the last version you created.
You can update only the $LATEST
version of the intent. You can't update the numbered versions that
you create with the CreateIntentVersion
operation.
When you create a version of an intent, Amazon Lex sets the version to 1. Subsequent versions increment by 1. For more information, see versioning-intro.
This operation requires permissions to perform the lex:CreateIntentVersion
action.
createIntentVersionRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<CreateSlotTypeVersionResult> createSlotTypeVersionAsync(CreateSlotTypeVersionRequest createSlotTypeVersionRequest)
Creates a new version of a slot type based on the $LATEST
version of the specified slot type. If the
$LATEST
version of this resource has not changed since the last version that you created, Amazon Lex
doesn't create a new version. It returns the last version that you created.
You can update only the $LATEST
version of a slot type. You can't update the numbered versions that
you create with the CreateSlotTypeVersion
operation.
When you create a version of a slot type, Amazon Lex sets the version to 1. Subsequent versions increment by 1. For more information, see versioning-intro.
This operation requires permissions for the lex:CreateSlotTypeVersion
action.
createSlotTypeVersionRequest
- Future<CreateSlotTypeVersionResult> createSlotTypeVersionAsync(CreateSlotTypeVersionRequest createSlotTypeVersionRequest, AsyncHandler<CreateSlotTypeVersionRequest,CreateSlotTypeVersionResult> asyncHandler)
Creates a new version of a slot type based on the $LATEST
version of the specified slot type. If the
$LATEST
version of this resource has not changed since the last version that you created, Amazon Lex
doesn't create a new version. It returns the last version that you created.
You can update only the $LATEST
version of a slot type. You can't update the numbered versions that
you create with the CreateSlotTypeVersion
operation.
When you create a version of a slot type, Amazon Lex sets the version to 1. Subsequent versions increment by 1. For more information, see versioning-intro.
This operation requires permissions for the lex:CreateSlotTypeVersion
action.
createSlotTypeVersionRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DeleteBotResult> deleteBotAsync(DeleteBotRequest deleteBotRequest)
Deletes all versions of the bot, including the $LATEST
version. To delete a specific version of the
bot, use the DeleteBotVersion operation.
If a bot has an alias, you can't delete it. Instead, the DeleteBot
operation returns a
ResourceInUseException
exception that includes a reference to the alias that refers to the bot. To
remove the reference to the bot, delete the alias. If you get the same exception again, delete the referring
alias until the DeleteBot
operation is successful.
This operation requires permissions for the lex:DeleteBot
action.
deleteBotRequest
- Future<DeleteBotResult> deleteBotAsync(DeleteBotRequest deleteBotRequest, AsyncHandler<DeleteBotRequest,DeleteBotResult> asyncHandler)
Deletes all versions of the bot, including the $LATEST
version. To delete a specific version of the
bot, use the DeleteBotVersion operation.
If a bot has an alias, you can't delete it. Instead, the DeleteBot
operation returns a
ResourceInUseException
exception that includes a reference to the alias that refers to the bot. To
remove the reference to the bot, delete the alias. If you get the same exception again, delete the referring
alias until the DeleteBot
operation is successful.
This operation requires permissions for the lex:DeleteBot
action.
deleteBotRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DeleteBotAliasResult> deleteBotAliasAsync(DeleteBotAliasRequest deleteBotAliasRequest)
Deletes an alias for the specified bot.
You can't delete an alias that is used in the association between a bot and a messaging channel. If an alias is
used in a channel association, the DeleteBot
operation returns a ResourceInUseException
exception that includes a reference to the channel association that refers to the bot. You can remove the
reference to the alias by deleting the channel association. If you get the same exception again, delete the
referring association until the DeleteBotAlias
operation is successful.
deleteBotAliasRequest
- Future<DeleteBotAliasResult> deleteBotAliasAsync(DeleteBotAliasRequest deleteBotAliasRequest, AsyncHandler<DeleteBotAliasRequest,DeleteBotAliasResult> asyncHandler)
Deletes an alias for the specified bot.
You can't delete an alias that is used in the association between a bot and a messaging channel. If an alias is
used in a channel association, the DeleteBot
operation returns a ResourceInUseException
exception that includes a reference to the channel association that refers to the bot. You can remove the
reference to the alias by deleting the channel association. If you get the same exception again, delete the
referring association until the DeleteBotAlias
operation is successful.
deleteBotAliasRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DeleteBotChannelAssociationResult> deleteBotChannelAssociationAsync(DeleteBotChannelAssociationRequest deleteBotChannelAssociationRequest)
Deletes the association between an Amazon Lex bot and a messaging platform.
This operation requires permission for the lex:DeleteBotChannelAssociation
action.
deleteBotChannelAssociationRequest
- Future<DeleteBotChannelAssociationResult> deleteBotChannelAssociationAsync(DeleteBotChannelAssociationRequest deleteBotChannelAssociationRequest, AsyncHandler<DeleteBotChannelAssociationRequest,DeleteBotChannelAssociationResult> asyncHandler)
Deletes the association between an Amazon Lex bot and a messaging platform.
This operation requires permission for the lex:DeleteBotChannelAssociation
action.
deleteBotChannelAssociationRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DeleteBotVersionResult> deleteBotVersionAsync(DeleteBotVersionRequest deleteBotVersionRequest)
Deletes a specific version of a bot. To delete all versions of a bot, use the DeleteBot operation.
This operation requires permissions for the lex:DeleteBotVersion
action.
deleteBotVersionRequest
- Future<DeleteBotVersionResult> deleteBotVersionAsync(DeleteBotVersionRequest deleteBotVersionRequest, AsyncHandler<DeleteBotVersionRequest,DeleteBotVersionResult> asyncHandler)
Deletes a specific version of a bot. To delete all versions of a bot, use the DeleteBot operation.
This operation requires permissions for the lex:DeleteBotVersion
action.
deleteBotVersionRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DeleteIntentResult> deleteIntentAsync(DeleteIntentRequest deleteIntentRequest)
Deletes all versions of the intent, including the $LATEST
version. To delete a specific version of
the intent, use the DeleteIntentVersion operation.
You can delete a version of an intent only if it is not referenced. To delete an intent that is referred to in one or more bots (see how-it-works), you must remove those references first.
If you get the ResourceInUseException
exception, it provides an example reference that shows where
the intent is referenced. To remove the reference to the intent, either update the bot or delete it. If you get
the same exception when you attempt to delete the intent again, repeat until the intent has no references and the
call to DeleteIntent
is successful.
This operation requires permission for the lex:DeleteIntent
action.
deleteIntentRequest
- Future<DeleteIntentResult> deleteIntentAsync(DeleteIntentRequest deleteIntentRequest, AsyncHandler<DeleteIntentRequest,DeleteIntentResult> asyncHandler)
Deletes all versions of the intent, including the $LATEST
version. To delete a specific version of
the intent, use the DeleteIntentVersion operation.
You can delete a version of an intent only if it is not referenced. To delete an intent that is referred to in one or more bots (see how-it-works), you must remove those references first.
If you get the ResourceInUseException
exception, it provides an example reference that shows where
the intent is referenced. To remove the reference to the intent, either update the bot or delete it. If you get
the same exception when you attempt to delete the intent again, repeat until the intent has no references and the
call to DeleteIntent
is successful.
This operation requires permission for the lex:DeleteIntent
action.
deleteIntentRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DeleteIntentVersionResult> deleteIntentVersionAsync(DeleteIntentVersionRequest deleteIntentVersionRequest)
Deletes a specific version of an intent. To delete all versions of a intent, use the DeleteIntent operation.
This operation requires permissions for the lex:DeleteIntentVersion
action.
deleteIntentVersionRequest
- Future<DeleteIntentVersionResult> deleteIntentVersionAsync(DeleteIntentVersionRequest deleteIntentVersionRequest, AsyncHandler<DeleteIntentVersionRequest,DeleteIntentVersionResult> asyncHandler)
Deletes a specific version of an intent. To delete all versions of a intent, use the DeleteIntent operation.
This operation requires permissions for the lex:DeleteIntentVersion
action.
deleteIntentVersionRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DeleteSlotTypeResult> deleteSlotTypeAsync(DeleteSlotTypeRequest deleteSlotTypeRequest)
Deletes all versions of the slot type, including the $LATEST
version. To delete a specific version
of the slot type, use the DeleteSlotTypeVersion operation.
You can delete a version of a slot type only if it is not referenced. To delete a slot type that is referred to in one or more intents, you must remove those references first.
If you get the ResourceInUseException
exception, the exception provides an example reference that
shows the intent where the slot type is referenced. To remove the reference to the slot type, either update the
intent or delete it. If you get the same exception when you attempt to delete the slot type again, repeat until
the slot type has no references and the DeleteSlotType
call is successful.
This operation requires permission for the lex:DeleteSlotType
action.
deleteSlotTypeRequest
- Future<DeleteSlotTypeResult> deleteSlotTypeAsync(DeleteSlotTypeRequest deleteSlotTypeRequest, AsyncHandler<DeleteSlotTypeRequest,DeleteSlotTypeResult> asyncHandler)
Deletes all versions of the slot type, including the $LATEST
version. To delete a specific version
of the slot type, use the DeleteSlotTypeVersion operation.
You can delete a version of a slot type only if it is not referenced. To delete a slot type that is referred to in one or more intents, you must remove those references first.
If you get the ResourceInUseException
exception, the exception provides an example reference that
shows the intent where the slot type is referenced. To remove the reference to the slot type, either update the
intent or delete it. If you get the same exception when you attempt to delete the slot type again, repeat until
the slot type has no references and the DeleteSlotType
call is successful.
This operation requires permission for the lex:DeleteSlotType
action.
deleteSlotTypeRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DeleteSlotTypeVersionResult> deleteSlotTypeVersionAsync(DeleteSlotTypeVersionRequest deleteSlotTypeVersionRequest)
Deletes a specific version of a slot type. To delete all versions of a slot type, use the DeleteSlotType operation.
This operation requires permissions for the lex:DeleteSlotTypeVersion
action.
deleteSlotTypeVersionRequest
- Future<DeleteSlotTypeVersionResult> deleteSlotTypeVersionAsync(DeleteSlotTypeVersionRequest deleteSlotTypeVersionRequest, AsyncHandler<DeleteSlotTypeVersionRequest,DeleteSlotTypeVersionResult> asyncHandler)
Deletes a specific version of a slot type. To delete all versions of a slot type, use the DeleteSlotType operation.
This operation requires permissions for the lex:DeleteSlotTypeVersion
action.
deleteSlotTypeVersionRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DeleteUtterancesResult> deleteUtterancesAsync(DeleteUtterancesRequest deleteUtterancesRequest)
Deletes stored utterances.
Amazon Lex stores the utterances that users send to your bot unless the childDirected
field in the
bot is set to true
. Utterances are stored for 15 days for use with the GetUtterancesView
operation, and then stored indefinately for use in improving the ability of your bot to respond to user input.
Use the DeleteStoredUtterances
operation to manually delete stored utterances for a specific user.
This operation requires permissions for the lex:DeleteUtterances
action.
deleteUtterancesRequest
- Future<DeleteUtterancesResult> deleteUtterancesAsync(DeleteUtterancesRequest deleteUtterancesRequest, AsyncHandler<DeleteUtterancesRequest,DeleteUtterancesResult> asyncHandler)
Deletes stored utterances.
Amazon Lex stores the utterances that users send to your bot unless the childDirected
field in the
bot is set to true
. Utterances are stored for 15 days for use with the GetUtterancesView
operation, and then stored indefinately for use in improving the ability of your bot to respond to user input.
Use the DeleteStoredUtterances
operation to manually delete stored utterances for a specific user.
This operation requires permissions for the lex:DeleteUtterances
action.
deleteUtterancesRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetBotResult> getBotAsync(GetBotRequest getBotRequest)
Returns metadata information for a specific bot. You must provide the bot name and the bot version or alias.
This operation requires permissions for the lex:GetBot
action.
getBotRequest
- Future<GetBotResult> getBotAsync(GetBotRequest getBotRequest, AsyncHandler<GetBotRequest,GetBotResult> asyncHandler)
Returns metadata information for a specific bot. You must provide the bot name and the bot version or alias.
This operation requires permissions for the lex:GetBot
action.
getBotRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetBotAliasResult> getBotAliasAsync(GetBotAliasRequest getBotAliasRequest)
Returns information about an Amazon Lex bot alias. For more information about aliases, see versioning-aliases.
This operation requires permissions for the lex:GetBotAlias
action.
getBotAliasRequest
- Future<GetBotAliasResult> getBotAliasAsync(GetBotAliasRequest getBotAliasRequest, AsyncHandler<GetBotAliasRequest,GetBotAliasResult> asyncHandler)
Returns information about an Amazon Lex bot alias. For more information about aliases, see versioning-aliases.
This operation requires permissions for the lex:GetBotAlias
action.
getBotAliasRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetBotAliasesResult> getBotAliasesAsync(GetBotAliasesRequest getBotAliasesRequest)
Returns a list of aliases for a specified Amazon Lex bot.
This operation requires permissions for the lex:GetBotAliases
action.
getBotAliasesRequest
- Future<GetBotAliasesResult> getBotAliasesAsync(GetBotAliasesRequest getBotAliasesRequest, AsyncHandler<GetBotAliasesRequest,GetBotAliasesResult> asyncHandler)
Returns a list of aliases for a specified Amazon Lex bot.
This operation requires permissions for the lex:GetBotAliases
action.
getBotAliasesRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetBotChannelAssociationResult> getBotChannelAssociationAsync(GetBotChannelAssociationRequest getBotChannelAssociationRequest)
Returns information about the association between an Amazon Lex bot and a messaging platform.
This operation requires permissions for the lex:GetBotChannelAssociation
action.
getBotChannelAssociationRequest
- Future<GetBotChannelAssociationResult> getBotChannelAssociationAsync(GetBotChannelAssociationRequest getBotChannelAssociationRequest, AsyncHandler<GetBotChannelAssociationRequest,GetBotChannelAssociationResult> asyncHandler)
Returns information about the association between an Amazon Lex bot and a messaging platform.
This operation requires permissions for the lex:GetBotChannelAssociation
action.
getBotChannelAssociationRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetBotChannelAssociationsResult> getBotChannelAssociationsAsync(GetBotChannelAssociationsRequest getBotChannelAssociationsRequest)
Returns a list of all of the channels associated with the specified bot.
The GetBotChannelAssociations
operation requires permissions for the
lex:GetBotChannelAssociations
action.
getBotChannelAssociationsRequest
- Future<GetBotChannelAssociationsResult> getBotChannelAssociationsAsync(GetBotChannelAssociationsRequest getBotChannelAssociationsRequest, AsyncHandler<GetBotChannelAssociationsRequest,GetBotChannelAssociationsResult> asyncHandler)
Returns a list of all of the channels associated with the specified bot.
The GetBotChannelAssociations
operation requires permissions for the
lex:GetBotChannelAssociations
action.
getBotChannelAssociationsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetBotVersionsResult> getBotVersionsAsync(GetBotVersionsRequest getBotVersionsRequest)
Gets information about all of the versions of a bot.
The GetBotVersions
operation returns a BotMetadata
object for each version of a bot.
For example, if a bot has three numbered versions, the GetBotVersions
operation returns four
BotMetadata
objects in the response, one for each numbered version and one for the
$LATEST
version.
The GetBotVersions
operation always returns at least one version, the $LATEST
version.
This operation requires permissions for the lex:GetBotVersions
action.
getBotVersionsRequest
- Future<GetBotVersionsResult> getBotVersionsAsync(GetBotVersionsRequest getBotVersionsRequest, AsyncHandler<GetBotVersionsRequest,GetBotVersionsResult> asyncHandler)
Gets information about all of the versions of a bot.
The GetBotVersions
operation returns a BotMetadata
object for each version of a bot.
For example, if a bot has three numbered versions, the GetBotVersions
operation returns four
BotMetadata
objects in the response, one for each numbered version and one for the
$LATEST
version.
The GetBotVersions
operation always returns at least one version, the $LATEST
version.
This operation requires permissions for the lex:GetBotVersions
action.
getBotVersionsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetBotsResult> getBotsAsync(GetBotsRequest getBotsRequest)
Returns bot information as follows:
If you provide the nameContains
field, the response includes information for the
$LATEST
version of all bots whose name contains the specified string.
If you don't specify the nameContains
field, the operation returns information about the
$LATEST
version of all of your bots.
This operation requires permission for the lex:GetBots
action.
getBotsRequest
- Future<GetBotsResult> getBotsAsync(GetBotsRequest getBotsRequest, AsyncHandler<GetBotsRequest,GetBotsResult> asyncHandler)
Returns bot information as follows:
If you provide the nameContains
field, the response includes information for the
$LATEST
version of all bots whose name contains the specified string.
If you don't specify the nameContains
field, the operation returns information about the
$LATEST
version of all of your bots.
This operation requires permission for the lex:GetBots
action.
getBotsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetBuiltinIntentResult> getBuiltinIntentAsync(GetBuiltinIntentRequest getBuiltinIntentRequest)
Returns information about a built-in intent.
This operation requires permission for the lex:GetBuiltinIntent
action.
getBuiltinIntentRequest
- Future<GetBuiltinIntentResult> getBuiltinIntentAsync(GetBuiltinIntentRequest getBuiltinIntentRequest, AsyncHandler<GetBuiltinIntentRequest,GetBuiltinIntentResult> asyncHandler)
Returns information about a built-in intent.
This operation requires permission for the lex:GetBuiltinIntent
action.
getBuiltinIntentRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetBuiltinIntentsResult> getBuiltinIntentsAsync(GetBuiltinIntentsRequest getBuiltinIntentsRequest)
Gets a list of built-in intents that meet the specified criteria.
This operation requires permission for the lex:GetBuiltinIntents
action.
getBuiltinIntentsRequest
- Future<GetBuiltinIntentsResult> getBuiltinIntentsAsync(GetBuiltinIntentsRequest getBuiltinIntentsRequest, AsyncHandler<GetBuiltinIntentsRequest,GetBuiltinIntentsResult> asyncHandler)
Gets a list of built-in intents that meet the specified criteria.
This operation requires permission for the lex:GetBuiltinIntents
action.
getBuiltinIntentsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetBuiltinSlotTypesResult> getBuiltinSlotTypesAsync(GetBuiltinSlotTypesRequest getBuiltinSlotTypesRequest)
Gets a list of built-in slot types that meet the specified criteria.
For a list of built-in slot types, see Slot Type Reference in the Alexa Skills Kit.
This operation requires permission for the lex:GetBuiltInSlotTypes
action.
getBuiltinSlotTypesRequest
- Future<GetBuiltinSlotTypesResult> getBuiltinSlotTypesAsync(GetBuiltinSlotTypesRequest getBuiltinSlotTypesRequest, AsyncHandler<GetBuiltinSlotTypesRequest,GetBuiltinSlotTypesResult> asyncHandler)
Gets a list of built-in slot types that meet the specified criteria.
For a list of built-in slot types, see Slot Type Reference in the Alexa Skills Kit.
This operation requires permission for the lex:GetBuiltInSlotTypes
action.
getBuiltinSlotTypesRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetExportResult> getExportAsync(GetExportRequest getExportRequest)
Exports the contents of a Amazon Lex resource in a specified format.
getExportRequest
- Future<GetExportResult> getExportAsync(GetExportRequest getExportRequest, AsyncHandler<GetExportRequest,GetExportResult> asyncHandler)
Exports the contents of a Amazon Lex resource in a specified format.
getExportRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetIntentResult> getIntentAsync(GetIntentRequest getIntentRequest)
Returns information about an intent. In addition to the intent name, you must specify the intent version.
This operation requires permissions to perform the lex:GetIntent
action.
getIntentRequest
- Future<GetIntentResult> getIntentAsync(GetIntentRequest getIntentRequest, AsyncHandler<GetIntentRequest,GetIntentResult> asyncHandler)
Returns information about an intent. In addition to the intent name, you must specify the intent version.
This operation requires permissions to perform the lex:GetIntent
action.
getIntentRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetIntentVersionsResult> getIntentVersionsAsync(GetIntentVersionsRequest getIntentVersionsRequest)
Gets information about all of the versions of an intent.
The GetIntentVersions
operation returns an IntentMetadata
object for each version of an
intent. For example, if an intent has three numbered versions, the GetIntentVersions
operation
returns four IntentMetadata
objects in the response, one for each numbered version and one for the
$LATEST
version.
The GetIntentVersions
operation always returns at least one version, the $LATEST
version.
This operation requires permissions for the lex:GetIntentVersions
action.
getIntentVersionsRequest
- Future<GetIntentVersionsResult> getIntentVersionsAsync(GetIntentVersionsRequest getIntentVersionsRequest, AsyncHandler<GetIntentVersionsRequest,GetIntentVersionsResult> asyncHandler)
Gets information about all of the versions of an intent.
The GetIntentVersions
operation returns an IntentMetadata
object for each version of an
intent. For example, if an intent has three numbered versions, the GetIntentVersions
operation
returns four IntentMetadata
objects in the response, one for each numbered version and one for the
$LATEST
version.
The GetIntentVersions
operation always returns at least one version, the $LATEST
version.
This operation requires permissions for the lex:GetIntentVersions
action.
getIntentVersionsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetIntentsResult> getIntentsAsync(GetIntentsRequest getIntentsRequest)
Returns intent information as follows:
If you specify the nameContains
field, returns the $LATEST
version of all intents that
contain the specified string.
If you don't specify the nameContains
field, returns information about the $LATEST
version of all intents.
The operation requires permission for the lex:GetIntents
action.
getIntentsRequest
- Future<GetIntentsResult> getIntentsAsync(GetIntentsRequest getIntentsRequest, AsyncHandler<GetIntentsRequest,GetIntentsResult> asyncHandler)
Returns intent information as follows:
If you specify the nameContains
field, returns the $LATEST
version of all intents that
contain the specified string.
If you don't specify the nameContains
field, returns information about the $LATEST
version of all intents.
The operation requires permission for the lex:GetIntents
action.
getIntentsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetSlotTypeResult> getSlotTypeAsync(GetSlotTypeRequest getSlotTypeRequest)
Returns information about a specific version of a slot type. In addition to specifying the slot type name, you must specify the slot type version.
This operation requires permissions for the lex:GetSlotType
action.
getSlotTypeRequest
- Future<GetSlotTypeResult> getSlotTypeAsync(GetSlotTypeRequest getSlotTypeRequest, AsyncHandler<GetSlotTypeRequest,GetSlotTypeResult> asyncHandler)
Returns information about a specific version of a slot type. In addition to specifying the slot type name, you must specify the slot type version.
This operation requires permissions for the lex:GetSlotType
action.
getSlotTypeRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetSlotTypeVersionsResult> getSlotTypeVersionsAsync(GetSlotTypeVersionsRequest getSlotTypeVersionsRequest)
Gets information about all versions of a slot type.
The GetSlotTypeVersions
operation returns a SlotTypeMetadata
object for each version of
a slot type. For example, if a slot type has three numbered versions, the GetSlotTypeVersions
operation returns four SlotTypeMetadata
objects in the response, one for each numbered version and
one for the $LATEST
version.
The GetSlotTypeVersions
operation always returns at least one version, the $LATEST
version.
This operation requires permissions for the lex:GetSlotTypeVersions
action.
getSlotTypeVersionsRequest
- Future<GetSlotTypeVersionsResult> getSlotTypeVersionsAsync(GetSlotTypeVersionsRequest getSlotTypeVersionsRequest, AsyncHandler<GetSlotTypeVersionsRequest,GetSlotTypeVersionsResult> asyncHandler)
Gets information about all versions of a slot type.
The GetSlotTypeVersions
operation returns a SlotTypeMetadata
object for each version of
a slot type. For example, if a slot type has three numbered versions, the GetSlotTypeVersions
operation returns four SlotTypeMetadata
objects in the response, one for each numbered version and
one for the $LATEST
version.
The GetSlotTypeVersions
operation always returns at least one version, the $LATEST
version.
This operation requires permissions for the lex:GetSlotTypeVersions
action.
getSlotTypeVersionsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetSlotTypesResult> getSlotTypesAsync(GetSlotTypesRequest getSlotTypesRequest)
Returns slot type information as follows:
If you specify the nameContains
field, returns the $LATEST
version of all slot types
that contain the specified string.
If you don't specify the nameContains
field, returns information about the $LATEST
version of all slot types.
The operation requires permission for the lex:GetSlotTypes
action.
getSlotTypesRequest
- Future<GetSlotTypesResult> getSlotTypesAsync(GetSlotTypesRequest getSlotTypesRequest, AsyncHandler<GetSlotTypesRequest,GetSlotTypesResult> asyncHandler)
Returns slot type information as follows:
If you specify the nameContains
field, returns the $LATEST
version of all slot types
that contain the specified string.
If you don't specify the nameContains
field, returns information about the $LATEST
version of all slot types.
The operation requires permission for the lex:GetSlotTypes
action.
getSlotTypesRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetUtterancesViewResult> getUtterancesViewAsync(GetUtterancesViewRequest getUtterancesViewRequest)
Use the GetUtterancesView
operation to get information about the utterances that your users have
made to your bot. You can use this list to tune the utterances that your bot responds to.
For example, say that you have created a bot to order flowers. After your users have used your bot for a while,
use the GetUtterancesView
operation to see the requests that they have made and whether they have
been successful. You might find that the utterance "I want flowers" is not being recognized. You could add this
utterance to the OrderFlowers
intent so that your bot recognizes that utterance.
After you publish a new version of a bot, you can get information about the old version and the new so that you can compare the performance across the two versions.
Data is available for the last 15 days. You can request information for up to 5 versions in each request. The response contains information about a maximum of 100 utterances for each version.
If the bot's childDirected
field is set to true
, utterances for the bot are not stored
and cannot be retrieved with the GetUtterancesView
operation. For more information, see
PutBot.
This operation requires permissions for the lex:GetUtterancesView
action.
getUtterancesViewRequest
- Future<GetUtterancesViewResult> getUtterancesViewAsync(GetUtterancesViewRequest getUtterancesViewRequest, AsyncHandler<GetUtterancesViewRequest,GetUtterancesViewResult> asyncHandler)
Use the GetUtterancesView
operation to get information about the utterances that your users have
made to your bot. You can use this list to tune the utterances that your bot responds to.
For example, say that you have created a bot to order flowers. After your users have used your bot for a while,
use the GetUtterancesView
operation to see the requests that they have made and whether they have
been successful. You might find that the utterance "I want flowers" is not being recognized. You could add this
utterance to the OrderFlowers
intent so that your bot recognizes that utterance.
After you publish a new version of a bot, you can get information about the old version and the new so that you can compare the performance across the two versions.
Data is available for the last 15 days. You can request information for up to 5 versions in each request. The response contains information about a maximum of 100 utterances for each version.
If the bot's childDirected
field is set to true
, utterances for the bot are not stored
and cannot be retrieved with the GetUtterancesView
operation. For more information, see
PutBot.
This operation requires permissions for the lex:GetUtterancesView
action.
getUtterancesViewRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<PutBotResult> putBotAsync(PutBotRequest putBotRequest)
Creates an Amazon Lex conversational bot or replaces an existing bot. When you create or update a bot you are
only required to specify a name. You can use this to add intents later, or to remove intents from an existing
bot. When you create a bot with a name only, the bot is created or updated but Amazon Lex returns the
response
FAILED
. You can build the bot after you add one or more intents. For more
information about Amazon Lex bots, see how-it-works.
If you specify the name of an existing bot, the fields in the request replace the existing values in the
$LATEST
version of the bot. Amazon Lex removes any fields that you don't provide values for in the
request, except for the idleTTLInSeconds
and privacySettings
fields, which are set to
their default values. If you don't specify values for required fields, Amazon Lex throws an exception.
This operation requires permissions for the lex:PutBot
action. For more information, see
auth-and-access-control.
putBotRequest
- Future<PutBotResult> putBotAsync(PutBotRequest putBotRequest, AsyncHandler<PutBotRequest,PutBotResult> asyncHandler)
Creates an Amazon Lex conversational bot or replaces an existing bot. When you create or update a bot you are
only required to specify a name. You can use this to add intents later, or to remove intents from an existing
bot. When you create a bot with a name only, the bot is created or updated but Amazon Lex returns the
response
FAILED
. You can build the bot after you add one or more intents. For more
information about Amazon Lex bots, see how-it-works.
If you specify the name of an existing bot, the fields in the request replace the existing values in the
$LATEST
version of the bot. Amazon Lex removes any fields that you don't provide values for in the
request, except for the idleTTLInSeconds
and privacySettings
fields, which are set to
their default values. If you don't specify values for required fields, Amazon Lex throws an exception.
This operation requires permissions for the lex:PutBot
action. For more information, see
auth-and-access-control.
putBotRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<PutBotAliasResult> putBotAliasAsync(PutBotAliasRequest putBotAliasRequest)
Creates an alias for the specified version of the bot or replaces an alias for the specified bot. To change the version of the bot that the alias points to, replace the alias. For more information about aliases, see versioning-aliases.
This operation requires permissions for the lex:PutBotAlias
action.
putBotAliasRequest
- Future<PutBotAliasResult> putBotAliasAsync(PutBotAliasRequest putBotAliasRequest, AsyncHandler<PutBotAliasRequest,PutBotAliasResult> asyncHandler)
Creates an alias for the specified version of the bot or replaces an alias for the specified bot. To change the version of the bot that the alias points to, replace the alias. For more information about aliases, see versioning-aliases.
This operation requires permissions for the lex:PutBotAlias
action.
putBotAliasRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<PutIntentResult> putIntentAsync(PutIntentRequest putIntentRequest)
Creates an intent or replaces an existing intent.
To define the interaction between the user and your bot, you use one or more intents. For a pizza ordering bot,
for example, you would create an OrderPizza
intent.
To create an intent or replace an existing intent, you must provide the following:
Intent name. For example, OrderPizza
.
Sample utterances. For example, "Can I order a pizza, please." and "I want to order a pizza."
Information to be gathered. You specify slot types for the information that your bot will request from the user. You can specify standard slot types, such as a date or a time, or custom slot types such as the size and crust of a pizza.
How the intent will be fulfilled. You can provide a Lambda function or configure the intent to return the intent information to the client application. If you use a Lambda function, when all of the intent information is available, Amazon Lex invokes your Lambda function. If you configure your intent to return the intent information to the client application.
You can specify other optional information in the request, such as:
A confirmation prompt to ask the user to confirm an intent. For example, "Shall I order your pizza?"
A conclusion statement to send to the user after the intent has been fulfilled. For example, "I placed your pizza order."
A follow-up prompt that asks the user for additional activity. For example, asking "Do you want to order a drink with your pizza?"
If you specify an existing intent name to update the intent, Amazon Lex replaces the values in the
$LATEST
version of the slot type with the values in the request. Amazon Lex removes fields that you
don't provide in the request. If you don't specify the required fields, Amazon Lex throws an exception.
For more information, see how-it-works.
This operation requires permissions for the lex:PutIntent
action.
putIntentRequest
- Future<PutIntentResult> putIntentAsync(PutIntentRequest putIntentRequest, AsyncHandler<PutIntentRequest,PutIntentResult> asyncHandler)
Creates an intent or replaces an existing intent.
To define the interaction between the user and your bot, you use one or more intents. For a pizza ordering bot,
for example, you would create an OrderPizza
intent.
To create an intent or replace an existing intent, you must provide the following:
Intent name. For example, OrderPizza
.
Sample utterances. For example, "Can I order a pizza, please." and "I want to order a pizza."
Information to be gathered. You specify slot types for the information that your bot will request from the user. You can specify standard slot types, such as a date or a time, or custom slot types such as the size and crust of a pizza.
How the intent will be fulfilled. You can provide a Lambda function or configure the intent to return the intent information to the client application. If you use a Lambda function, when all of the intent information is available, Amazon Lex invokes your Lambda function. If you configure your intent to return the intent information to the client application.
You can specify other optional information in the request, such as:
A confirmation prompt to ask the user to confirm an intent. For example, "Shall I order your pizza?"
A conclusion statement to send to the user after the intent has been fulfilled. For example, "I placed your pizza order."
A follow-up prompt that asks the user for additional activity. For example, asking "Do you want to order a drink with your pizza?"
If you specify an existing intent name to update the intent, Amazon Lex replaces the values in the
$LATEST
version of the slot type with the values in the request. Amazon Lex removes fields that you
don't provide in the request. If you don't specify the required fields, Amazon Lex throws an exception.
For more information, see how-it-works.
This operation requires permissions for the lex:PutIntent
action.
putIntentRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<PutSlotTypeResult> putSlotTypeAsync(PutSlotTypeRequest putSlotTypeRequest)
Creates a custom slot type or replaces an existing custom slot type.
To create a custom slot type, specify a name for the slot type and a set of enumeration values, which are the values that a slot of this type can assume. For more information, see how-it-works.
If you specify the name of an existing slot type, the fields in the request replace the existing values in the
$LATEST
version of the slot type. Amazon Lex removes the fields that you don't provide in the
request. If you don't specify required fields, Amazon Lex throws an exception.
This operation requires permissions for the lex:PutSlotType
action.
putSlotTypeRequest
- Future<PutSlotTypeResult> putSlotTypeAsync(PutSlotTypeRequest putSlotTypeRequest, AsyncHandler<PutSlotTypeRequest,PutSlotTypeResult> asyncHandler)
Creates a custom slot type or replaces an existing custom slot type.
To create a custom slot type, specify a name for the slot type and a set of enumeration values, which are the values that a slot of this type can assume. For more information, see how-it-works.
If you specify the name of an existing slot type, the fields in the request replace the existing values in the
$LATEST
version of the slot type. Amazon Lex removes the fields that you don't provide in the
request. If you don't specify required fields, Amazon Lex throws an exception.
This operation requires permissions for the lex:PutSlotType
action.
putSlotTypeRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.