| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2 |
|
| Modifier and Type | Method and Description |
|---|---|
default BatchCreateCustomVocabularyItemResponse |
LexModelsV2Client.batchCreateCustomVocabularyItem(BatchCreateCustomVocabularyItemRequest batchCreateCustomVocabularyItemRequest)
Create a batch of custom vocabulary items for a given bot locale's custom vocabulary.
|
default BatchCreateCustomVocabularyItemResponse |
LexModelsV2Client.batchCreateCustomVocabularyItem(Consumer<BatchCreateCustomVocabularyItemRequest.Builder> batchCreateCustomVocabularyItemRequest)
Create a batch of custom vocabulary items for a given bot locale's custom vocabulary.
|
default BatchDeleteCustomVocabularyItemResponse |
LexModelsV2Client.batchDeleteCustomVocabularyItem(BatchDeleteCustomVocabularyItemRequest batchDeleteCustomVocabularyItemRequest)
Delete a batch of custom vocabulary items for a given bot locale's custom vocabulary.
|
default BatchDeleteCustomVocabularyItemResponse |
LexModelsV2Client.batchDeleteCustomVocabularyItem(Consumer<BatchDeleteCustomVocabularyItemRequest.Builder> batchDeleteCustomVocabularyItemRequest)
Delete a batch of custom vocabulary items for a given bot locale's custom vocabulary.
|
default BatchUpdateCustomVocabularyItemResponse |
LexModelsV2Client.batchUpdateCustomVocabularyItem(BatchUpdateCustomVocabularyItemRequest batchUpdateCustomVocabularyItemRequest)
Update a batch of custom vocabulary items for a given bot locale's custom vocabulary.
|
default BatchUpdateCustomVocabularyItemResponse |
LexModelsV2Client.batchUpdateCustomVocabularyItem(Consumer<BatchUpdateCustomVocabularyItemRequest.Builder> batchUpdateCustomVocabularyItemRequest)
Update a batch of custom vocabulary items for a given bot locale's custom vocabulary.
|
default BuildBotLocaleResponse |
LexModelsV2Client.buildBotLocale(BuildBotLocaleRequest buildBotLocaleRequest)
Builds a bot, its intents, and its slot types into a specific locale.
|
default BuildBotLocaleResponse |
LexModelsV2Client.buildBotLocale(Consumer<BuildBotLocaleRequest.Builder> buildBotLocaleRequest)
Builds a bot, its intents, and its slot types into a specific locale.
|
default CreateBotResponse |
LexModelsV2Client.createBot(Consumer<CreateBotRequest.Builder> createBotRequest)
Creates an Amazon Lex conversational bot.
|
default CreateBotResponse |
LexModelsV2Client.createBot(CreateBotRequest createBotRequest)
Creates an Amazon Lex conversational bot.
|
default CreateBotAliasResponse |
LexModelsV2Client.createBotAlias(Consumer<CreateBotAliasRequest.Builder> createBotAliasRequest)
Creates an alias for the specified version of a bot.
|
default CreateBotAliasResponse |
LexModelsV2Client.createBotAlias(CreateBotAliasRequest createBotAliasRequest)
Creates an alias for the specified version of a bot.
|
default CreateBotLocaleResponse |
LexModelsV2Client.createBotLocale(Consumer<CreateBotLocaleRequest.Builder> createBotLocaleRequest)
Creates a locale in the bot.
|
default CreateBotLocaleResponse |
LexModelsV2Client.createBotLocale(CreateBotLocaleRequest createBotLocaleRequest)
Creates a locale in the bot.
|
default CreateBotVersionResponse |
LexModelsV2Client.createBotVersion(Consumer<CreateBotVersionRequest.Builder> createBotVersionRequest)
Creates a new version of the bot based on the
DRAFT version. |
default CreateBotVersionResponse |
LexModelsV2Client.createBotVersion(CreateBotVersionRequest createBotVersionRequest)
Creates a new version of the bot based on the
DRAFT version. |
default CreateExportResponse |
LexModelsV2Client.createExport(Consumer<CreateExportRequest.Builder> createExportRequest)
Creates a zip archive containing the contents of a bot or a bot locale.
|
default CreateExportResponse |
LexModelsV2Client.createExport(CreateExportRequest createExportRequest)
Creates a zip archive containing the contents of a bot or a bot locale.
|
default CreateIntentResponse |
LexModelsV2Client.createIntent(Consumer<CreateIntentRequest.Builder> createIntentRequest)
Creates an intent.
|
default CreateIntentResponse |
LexModelsV2Client.createIntent(CreateIntentRequest createIntentRequest)
Creates an intent.
|
default CreateResourcePolicyResponse |
LexModelsV2Client.createResourcePolicy(Consumer<CreateResourcePolicyRequest.Builder> createResourcePolicyRequest)
Creates a new resource policy with the specified policy statements.
|
default CreateResourcePolicyResponse |
LexModelsV2Client.createResourcePolicy(CreateResourcePolicyRequest createResourcePolicyRequest)
Creates a new resource policy with the specified policy statements.
|
default CreateResourcePolicyStatementResponse |
LexModelsV2Client.createResourcePolicyStatement(Consumer<CreateResourcePolicyStatementRequest.Builder> createResourcePolicyStatementRequest)
Adds a new resource policy statement to a bot or bot alias.
|
default CreateResourcePolicyStatementResponse |
LexModelsV2Client.createResourcePolicyStatement(CreateResourcePolicyStatementRequest createResourcePolicyStatementRequest)
Adds a new resource policy statement to a bot or bot alias.
|
default CreateSlotResponse |
LexModelsV2Client.createSlot(Consumer<CreateSlotRequest.Builder> createSlotRequest)
Creates a slot in an intent.
|
default CreateSlotResponse |
LexModelsV2Client.createSlot(CreateSlotRequest createSlotRequest)
Creates a slot in an intent.
|
default CreateSlotTypeResponse |
LexModelsV2Client.createSlotType(Consumer<CreateSlotTypeRequest.Builder> createSlotTypeRequest)
Creates a custom slot type
|
default CreateSlotTypeResponse |
LexModelsV2Client.createSlotType(CreateSlotTypeRequest createSlotTypeRequest)
Creates a custom slot type
|
default CreateTestSetDiscrepancyReportResponse |
LexModelsV2Client.createTestSetDiscrepancyReport(Consumer<CreateTestSetDiscrepancyReportRequest.Builder> createTestSetDiscrepancyReportRequest)
Create a report that describes the differences between the bot and the test set.
|
default CreateTestSetDiscrepancyReportResponse |
LexModelsV2Client.createTestSetDiscrepancyReport(CreateTestSetDiscrepancyReportRequest createTestSetDiscrepancyReportRequest)
Create a report that describes the differences between the bot and the test set.
|
default CreateUploadUrlResponse |
LexModelsV2Client.createUploadUrl(Consumer<CreateUploadUrlRequest.Builder> createUploadUrlRequest)
Gets a pre-signed S3 write URL that you use to upload the zip archive when importing a bot or a bot locale.
|
default CreateUploadUrlResponse |
LexModelsV2Client.createUploadUrl(CreateUploadUrlRequest createUploadUrlRequest)
Gets a pre-signed S3 write URL that you use to upload the zip archive when importing a bot or a bot locale.
|
default DeleteBotResponse |
LexModelsV2Client.deleteBot(Consumer<DeleteBotRequest.Builder> deleteBotRequest)
Deletes all versions of a bot, including the
Draft version. |
default DeleteBotResponse |
LexModelsV2Client.deleteBot(DeleteBotRequest deleteBotRequest)
Deletes all versions of a bot, including the
Draft version. |
default DeleteBotAliasResponse |
LexModelsV2Client.deleteBotAlias(Consumer<DeleteBotAliasRequest.Builder> deleteBotAliasRequest)
Deletes the specified bot alias.
|
default DeleteBotAliasResponse |
LexModelsV2Client.deleteBotAlias(DeleteBotAliasRequest deleteBotAliasRequest)
Deletes the specified bot alias.
|
default DeleteBotLocaleResponse |
LexModelsV2Client.deleteBotLocale(Consumer<DeleteBotLocaleRequest.Builder> deleteBotLocaleRequest)
Removes a locale from a bot.
|
default DeleteBotLocaleResponse |
LexModelsV2Client.deleteBotLocale(DeleteBotLocaleRequest deleteBotLocaleRequest)
Removes a locale from a bot.
|
default DeleteBotVersionResponse |
LexModelsV2Client.deleteBotVersion(Consumer<DeleteBotVersionRequest.Builder> deleteBotVersionRequest)
Deletes a specific version of a bot.
|
default DeleteBotVersionResponse |
LexModelsV2Client.deleteBotVersion(DeleteBotVersionRequest deleteBotVersionRequest)
Deletes a specific version of a bot.
|
default DeleteCustomVocabularyResponse |
LexModelsV2Client.deleteCustomVocabulary(Consumer<DeleteCustomVocabularyRequest.Builder> deleteCustomVocabularyRequest)
Removes a custom vocabulary from the specified locale in the specified bot.
|
default DeleteCustomVocabularyResponse |
LexModelsV2Client.deleteCustomVocabulary(DeleteCustomVocabularyRequest deleteCustomVocabularyRequest)
Removes a custom vocabulary from the specified locale in the specified bot.
|
default DeleteExportResponse |
LexModelsV2Client.deleteExport(Consumer<DeleteExportRequest.Builder> deleteExportRequest)
Removes a previous export and the associated files stored in an S3 bucket.
|
default DeleteExportResponse |
LexModelsV2Client.deleteExport(DeleteExportRequest deleteExportRequest)
Removes a previous export and the associated files stored in an S3 bucket.
|
default DeleteImportResponse |
LexModelsV2Client.deleteImport(Consumer<DeleteImportRequest.Builder> deleteImportRequest)
Removes a previous import and the associated file stored in an S3 bucket.
|
default DeleteImportResponse |
LexModelsV2Client.deleteImport(DeleteImportRequest deleteImportRequest)
Removes a previous import and the associated file stored in an S3 bucket.
|
default DeleteIntentResponse |
LexModelsV2Client.deleteIntent(Consumer<DeleteIntentRequest.Builder> deleteIntentRequest)
Removes the specified intent.
|
default DeleteIntentResponse |
LexModelsV2Client.deleteIntent(DeleteIntentRequest deleteIntentRequest)
Removes the specified intent.
|
default DeleteSlotResponse |
LexModelsV2Client.deleteSlot(Consumer<DeleteSlotRequest.Builder> deleteSlotRequest)
Deletes the specified slot from an intent.
|
default DeleteSlotResponse |
LexModelsV2Client.deleteSlot(DeleteSlotRequest deleteSlotRequest)
Deletes the specified slot from an intent.
|
default DeleteSlotTypeResponse |
LexModelsV2Client.deleteSlotType(Consumer<DeleteSlotTypeRequest.Builder> deleteSlotTypeRequest)
Deletes a slot type from a bot locale.
|
default DeleteSlotTypeResponse |
LexModelsV2Client.deleteSlotType(DeleteSlotTypeRequest deleteSlotTypeRequest)
Deletes a slot type from a bot locale.
|
default DeleteTestSetResponse |
LexModelsV2Client.deleteTestSet(Consumer<DeleteTestSetRequest.Builder> deleteTestSetRequest)
The action to delete the selected test set.
|
default DeleteTestSetResponse |
LexModelsV2Client.deleteTestSet(DeleteTestSetRequest deleteTestSetRequest)
The action to delete the selected test set.
|
default DeleteUtterancesResponse |
LexModelsV2Client.deleteUtterances(Consumer<DeleteUtterancesRequest.Builder> deleteUtterancesRequest)
Deletes stored utterances.
|
default DeleteUtterancesResponse |
LexModelsV2Client.deleteUtterances(DeleteUtterancesRequest deleteUtterancesRequest)
Deletes stored utterances.
|
default DescribeBotResponse |
LexModelsV2Client.describeBot(Consumer<DescribeBotRequest.Builder> describeBotRequest)
Provides metadata information about a bot.
|
default DescribeBotResponse |
LexModelsV2Client.describeBot(DescribeBotRequest describeBotRequest)
Provides metadata information about a bot.
|
default DescribeBotAliasResponse |
LexModelsV2Client.describeBotAlias(Consumer<DescribeBotAliasRequest.Builder> describeBotAliasRequest)
Get information about a specific bot alias.
|
default DescribeBotAliasResponse |
LexModelsV2Client.describeBotAlias(DescribeBotAliasRequest describeBotAliasRequest)
Get information about a specific bot alias.
|
default DescribeBotLocaleResponse |
LexModelsV2Client.describeBotLocale(Consumer<DescribeBotLocaleRequest.Builder> describeBotLocaleRequest)
Describes the settings that a bot has for a specific locale.
|
default DescribeBotLocaleResponse |
LexModelsV2Client.describeBotLocale(DescribeBotLocaleRequest describeBotLocaleRequest)
Describes the settings that a bot has for a specific locale.
|
default DescribeBotRecommendationResponse |
LexModelsV2Client.describeBotRecommendation(Consumer<DescribeBotRecommendationRequest.Builder> describeBotRecommendationRequest)
Provides metadata information about a bot recommendation.
|
default DescribeBotRecommendationResponse |
LexModelsV2Client.describeBotRecommendation(DescribeBotRecommendationRequest describeBotRecommendationRequest)
Provides metadata information about a bot recommendation.
|
default DescribeBotVersionResponse |
LexModelsV2Client.describeBotVersion(Consumer<DescribeBotVersionRequest.Builder> describeBotVersionRequest)
Provides metadata about a version of a bot.
|
default DescribeBotVersionResponse |
LexModelsV2Client.describeBotVersion(DescribeBotVersionRequest describeBotVersionRequest)
Provides metadata about a version of a bot.
|
default DescribeCustomVocabularyMetadataResponse |
LexModelsV2Client.describeCustomVocabularyMetadata(Consumer<DescribeCustomVocabularyMetadataRequest.Builder> describeCustomVocabularyMetadataRequest)
Provides metadata information about a custom vocabulary.
|
default DescribeCustomVocabularyMetadataResponse |
LexModelsV2Client.describeCustomVocabularyMetadata(DescribeCustomVocabularyMetadataRequest describeCustomVocabularyMetadataRequest)
Provides metadata information about a custom vocabulary.
|
default DescribeExportResponse |
LexModelsV2Client.describeExport(Consumer<DescribeExportRequest.Builder> describeExportRequest)
Gets information about a specific export.
|
default DescribeExportResponse |
LexModelsV2Client.describeExport(DescribeExportRequest describeExportRequest)
Gets information about a specific export.
|
default DescribeImportResponse |
LexModelsV2Client.describeImport(Consumer<DescribeImportRequest.Builder> describeImportRequest)
Gets information about a specific import.
|
default DescribeImportResponse |
LexModelsV2Client.describeImport(DescribeImportRequest describeImportRequest)
Gets information about a specific import.
|
default DescribeIntentResponse |
LexModelsV2Client.describeIntent(Consumer<DescribeIntentRequest.Builder> describeIntentRequest)
Returns metadata about an intent.
|
default DescribeIntentResponse |
LexModelsV2Client.describeIntent(DescribeIntentRequest describeIntentRequest)
Returns metadata about an intent.
|
default DescribeSlotResponse |
LexModelsV2Client.describeSlot(Consumer<DescribeSlotRequest.Builder> describeSlotRequest)
Gets metadata information about a slot.
|
default DescribeSlotResponse |
LexModelsV2Client.describeSlot(DescribeSlotRequest describeSlotRequest)
Gets metadata information about a slot.
|
default DescribeSlotTypeResponse |
LexModelsV2Client.describeSlotType(Consumer<DescribeSlotTypeRequest.Builder> describeSlotTypeRequest)
Gets metadata information about a slot type.
|
default DescribeSlotTypeResponse |
LexModelsV2Client.describeSlotType(DescribeSlotTypeRequest describeSlotTypeRequest)
Gets metadata information about a slot type.
|
default DescribeTestExecutionResponse |
LexModelsV2Client.describeTestExecution(Consumer<DescribeTestExecutionRequest.Builder> describeTestExecutionRequest)
Gets metadata information about the test execution.
|
default DescribeTestExecutionResponse |
LexModelsV2Client.describeTestExecution(DescribeTestExecutionRequest describeTestExecutionRequest)
Gets metadata information about the test execution.
|
default DescribeTestSetResponse |
LexModelsV2Client.describeTestSet(Consumer<DescribeTestSetRequest.Builder> describeTestSetRequest)
Gets metadata information about the test set.
|
default DescribeTestSetResponse |
LexModelsV2Client.describeTestSet(DescribeTestSetRequest describeTestSetRequest)
Gets metadata information about the test set.
|
default DescribeTestSetDiscrepancyReportResponse |
LexModelsV2Client.describeTestSetDiscrepancyReport(Consumer<DescribeTestSetDiscrepancyReportRequest.Builder> describeTestSetDiscrepancyReportRequest)
Gets metadata information about the test set discrepancy report.
|
default DescribeTestSetDiscrepancyReportResponse |
LexModelsV2Client.describeTestSetDiscrepancyReport(DescribeTestSetDiscrepancyReportRequest describeTestSetDiscrepancyReportRequest)
Gets metadata information about the test set discrepancy report.
|
default DescribeTestSetGenerationResponse |
LexModelsV2Client.describeTestSetGeneration(Consumer<DescribeTestSetGenerationRequest.Builder> describeTestSetGenerationRequest)
Gets metadata information about the test set generation.
|
default DescribeTestSetGenerationResponse |
LexModelsV2Client.describeTestSetGeneration(DescribeTestSetGenerationRequest describeTestSetGenerationRequest)
Gets metadata information about the test set generation.
|
default GetTestExecutionArtifactsUrlResponse |
LexModelsV2Client.getTestExecutionArtifactsUrl(Consumer<GetTestExecutionArtifactsUrlRequest.Builder> getTestExecutionArtifactsUrlRequest)
The pre-signed Amazon S3 URL to download the test execution result artifacts.
|
default GetTestExecutionArtifactsUrlResponse |
LexModelsV2Client.getTestExecutionArtifactsUrl(GetTestExecutionArtifactsUrlRequest getTestExecutionArtifactsUrlRequest)
The pre-signed Amazon S3 URL to download the test execution result artifacts.
|
default ListAggregatedUtterancesResponse |
LexModelsV2Client.listAggregatedUtterances(Consumer<ListAggregatedUtterancesRequest.Builder> listAggregatedUtterancesRequest)
Provides a list of utterances that users have sent to the bot.
|
default ListAggregatedUtterancesResponse |
LexModelsV2Client.listAggregatedUtterances(ListAggregatedUtterancesRequest listAggregatedUtterancesRequest)
Provides a list of utterances that users have sent to the bot.
|
default ListAggregatedUtterancesIterable |
LexModelsV2Client.listAggregatedUtterancesPaginator(Consumer<ListAggregatedUtterancesRequest.Builder> listAggregatedUtterancesRequest)
Provides a list of utterances that users have sent to the bot.
|
default ListAggregatedUtterancesIterable |
LexModelsV2Client.listAggregatedUtterancesPaginator(ListAggregatedUtterancesRequest listAggregatedUtterancesRequest)
Provides a list of utterances that users have sent to the bot.
|
default ListBotAliasesResponse |
LexModelsV2Client.listBotAliases(Consumer<ListBotAliasesRequest.Builder> listBotAliasesRequest)
Gets a list of aliases for the specified bot.
|
default ListBotAliasesResponse |
LexModelsV2Client.listBotAliases(ListBotAliasesRequest listBotAliasesRequest)
Gets a list of aliases for the specified bot.
|
default ListBotAliasesIterable |
LexModelsV2Client.listBotAliasesPaginator(Consumer<ListBotAliasesRequest.Builder> listBotAliasesRequest)
Gets a list of aliases for the specified bot.
|
default ListBotAliasesIterable |
LexModelsV2Client.listBotAliasesPaginator(ListBotAliasesRequest listBotAliasesRequest)
Gets a list of aliases for the specified bot.
|
default ListBotLocalesResponse |
LexModelsV2Client.listBotLocales(Consumer<ListBotLocalesRequest.Builder> listBotLocalesRequest)
Gets a list of locales for the specified bot.
|
default ListBotLocalesResponse |
LexModelsV2Client.listBotLocales(ListBotLocalesRequest listBotLocalesRequest)
Gets a list of locales for the specified bot.
|
default ListBotLocalesIterable |
LexModelsV2Client.listBotLocalesPaginator(Consumer<ListBotLocalesRequest.Builder> listBotLocalesRequest)
Gets a list of locales for the specified bot.
|
default ListBotLocalesIterable |
LexModelsV2Client.listBotLocalesPaginator(ListBotLocalesRequest listBotLocalesRequest)
Gets a list of locales for the specified bot.
|
default ListBotRecommendationsResponse |
LexModelsV2Client.listBotRecommendations(Consumer<ListBotRecommendationsRequest.Builder> listBotRecommendationsRequest)
Get a list of bot recommendations that meet the specified criteria.
|
default ListBotRecommendationsResponse |
LexModelsV2Client.listBotRecommendations(ListBotRecommendationsRequest listBotRecommendationsRequest)
Get a list of bot recommendations that meet the specified criteria.
|
default ListBotRecommendationsIterable |
LexModelsV2Client.listBotRecommendationsPaginator(Consumer<ListBotRecommendationsRequest.Builder> listBotRecommendationsRequest)
Get a list of bot recommendations that meet the specified criteria.
|
default ListBotRecommendationsIterable |
LexModelsV2Client.listBotRecommendationsPaginator(ListBotRecommendationsRequest listBotRecommendationsRequest)
Get a list of bot recommendations that meet the specified criteria.
|
default ListBotsResponse |
LexModelsV2Client.listBots(Consumer<ListBotsRequest.Builder> listBotsRequest)
Gets a list of available bots.
|
default ListBotsResponse |
LexModelsV2Client.listBots(ListBotsRequest listBotsRequest)
Gets a list of available bots.
|
default ListBotsIterable |
LexModelsV2Client.listBotsPaginator(Consumer<ListBotsRequest.Builder> listBotsRequest)
Gets a list of available bots.
|
default ListBotsIterable |
LexModelsV2Client.listBotsPaginator(ListBotsRequest listBotsRequest)
Gets a list of available bots.
|
default ListBotVersionsResponse |
LexModelsV2Client.listBotVersions(Consumer<ListBotVersionsRequest.Builder> listBotVersionsRequest)
Gets information about all of the versions of a bot.
|
default ListBotVersionsResponse |
LexModelsV2Client.listBotVersions(ListBotVersionsRequest listBotVersionsRequest)
Gets information about all of the versions of a bot.
|
default ListBotVersionsIterable |
LexModelsV2Client.listBotVersionsPaginator(Consumer<ListBotVersionsRequest.Builder> listBotVersionsRequest)
Gets information about all of the versions of a bot.
|
default ListBotVersionsIterable |
LexModelsV2Client.listBotVersionsPaginator(ListBotVersionsRequest listBotVersionsRequest)
Gets information about all of the versions of a bot.
|
default ListBuiltInIntentsResponse |
LexModelsV2Client.listBuiltInIntents(Consumer<ListBuiltInIntentsRequest.Builder> listBuiltInIntentsRequest)
Gets a list of built-in intents provided by Amazon Lex that you can use in your bot.
|
default ListBuiltInIntentsResponse |
LexModelsV2Client.listBuiltInIntents(ListBuiltInIntentsRequest listBuiltInIntentsRequest)
Gets a list of built-in intents provided by Amazon Lex that you can use in your bot.
|
default ListBuiltInIntentsIterable |
LexModelsV2Client.listBuiltInIntentsPaginator(Consumer<ListBuiltInIntentsRequest.Builder> listBuiltInIntentsRequest)
Gets a list of built-in intents provided by Amazon Lex that you can use in your bot.
|
default ListBuiltInIntentsIterable |
LexModelsV2Client.listBuiltInIntentsPaginator(ListBuiltInIntentsRequest listBuiltInIntentsRequest)
Gets a list of built-in intents provided by Amazon Lex that you can use in your bot.
|
default ListBuiltInSlotTypesResponse |
LexModelsV2Client.listBuiltInSlotTypes(Consumer<ListBuiltInSlotTypesRequest.Builder> listBuiltInSlotTypesRequest)
Gets a list of built-in slot types that meet the specified criteria.
|
default ListBuiltInSlotTypesResponse |
LexModelsV2Client.listBuiltInSlotTypes(ListBuiltInSlotTypesRequest listBuiltInSlotTypesRequest)
Gets a list of built-in slot types that meet the specified criteria.
|
default ListBuiltInSlotTypesIterable |
LexModelsV2Client.listBuiltInSlotTypesPaginator(Consumer<ListBuiltInSlotTypesRequest.Builder> listBuiltInSlotTypesRequest)
Gets a list of built-in slot types that meet the specified criteria.
|
default ListBuiltInSlotTypesIterable |
LexModelsV2Client.listBuiltInSlotTypesPaginator(ListBuiltInSlotTypesRequest listBuiltInSlotTypesRequest)
Gets a list of built-in slot types that meet the specified criteria.
|
default ListCustomVocabularyItemsResponse |
LexModelsV2Client.listCustomVocabularyItems(Consumer<ListCustomVocabularyItemsRequest.Builder> listCustomVocabularyItemsRequest)
Paginated list of custom vocabulary items for a given bot locale's custom vocabulary.
|
default ListCustomVocabularyItemsResponse |
LexModelsV2Client.listCustomVocabularyItems(ListCustomVocabularyItemsRequest listCustomVocabularyItemsRequest)
Paginated list of custom vocabulary items for a given bot locale's custom vocabulary.
|
default ListCustomVocabularyItemsIterable |
LexModelsV2Client.listCustomVocabularyItemsPaginator(Consumer<ListCustomVocabularyItemsRequest.Builder> listCustomVocabularyItemsRequest)
Paginated list of custom vocabulary items for a given bot locale's custom vocabulary.
|
default ListCustomVocabularyItemsIterable |
LexModelsV2Client.listCustomVocabularyItemsPaginator(ListCustomVocabularyItemsRequest listCustomVocabularyItemsRequest)
Paginated list of custom vocabulary items for a given bot locale's custom vocabulary.
|
default ListExportsResponse |
LexModelsV2Client.listExports(Consumer<ListExportsRequest.Builder> listExportsRequest)
Lists the exports for a bot, bot locale, or custom vocabulary.
|
default ListExportsResponse |
LexModelsV2Client.listExports(ListExportsRequest listExportsRequest)
Lists the exports for a bot, bot locale, or custom vocabulary.
|
default ListExportsIterable |
LexModelsV2Client.listExportsPaginator(Consumer<ListExportsRequest.Builder> listExportsRequest)
Lists the exports for a bot, bot locale, or custom vocabulary.
|
default ListExportsIterable |
LexModelsV2Client.listExportsPaginator(ListExportsRequest listExportsRequest)
Lists the exports for a bot, bot locale, or custom vocabulary.
|
default ListImportsResponse |
LexModelsV2Client.listImports(Consumer<ListImportsRequest.Builder> listImportsRequest)
Lists the imports for a bot, bot locale, or custom vocabulary.
|
default ListImportsResponse |
LexModelsV2Client.listImports(ListImportsRequest listImportsRequest)
Lists the imports for a bot, bot locale, or custom vocabulary.
|
default ListImportsIterable |
LexModelsV2Client.listImportsPaginator(Consumer<ListImportsRequest.Builder> listImportsRequest)
Lists the imports for a bot, bot locale, or custom vocabulary.
|
default ListImportsIterable |
LexModelsV2Client.listImportsPaginator(ListImportsRequest listImportsRequest)
Lists the imports for a bot, bot locale, or custom vocabulary.
|
default ListIntentMetricsResponse |
LexModelsV2Client.listIntentMetrics(Consumer<ListIntentMetricsRequest.Builder> listIntentMetricsRequest)
Retrieves summary metrics for the intents in your bot.
|
default ListIntentMetricsResponse |
LexModelsV2Client.listIntentMetrics(ListIntentMetricsRequest listIntentMetricsRequest)
Retrieves summary metrics for the intents in your bot.
|
default ListIntentMetricsIterable |
LexModelsV2Client.listIntentMetricsPaginator(Consumer<ListIntentMetricsRequest.Builder> listIntentMetricsRequest)
Retrieves summary metrics for the intents in your bot.
|
default ListIntentMetricsIterable |
LexModelsV2Client.listIntentMetricsPaginator(ListIntentMetricsRequest listIntentMetricsRequest)
Retrieves summary metrics for the intents in your bot.
|
default ListIntentPathsResponse |
LexModelsV2Client.listIntentPaths(Consumer<ListIntentPathsRequest.Builder> listIntentPathsRequest)
Retrieves summary statistics for a path of intents that users take over sessions with your bot.
|
default ListIntentPathsResponse |
LexModelsV2Client.listIntentPaths(ListIntentPathsRequest listIntentPathsRequest)
Retrieves summary statistics for a path of intents that users take over sessions with your bot.
|
default ListIntentsResponse |
LexModelsV2Client.listIntents(Consumer<ListIntentsRequest.Builder> listIntentsRequest)
Get a list of intents that meet the specified criteria.
|
default ListIntentsResponse |
LexModelsV2Client.listIntents(ListIntentsRequest listIntentsRequest)
Get a list of intents that meet the specified criteria.
|
default ListIntentsIterable |
LexModelsV2Client.listIntentsPaginator(Consumer<ListIntentsRequest.Builder> listIntentsRequest)
Get a list of intents that meet the specified criteria.
|
default ListIntentsIterable |
LexModelsV2Client.listIntentsPaginator(ListIntentsRequest listIntentsRequest)
Get a list of intents that meet the specified criteria.
|
default ListIntentStageMetricsResponse |
LexModelsV2Client.listIntentStageMetrics(Consumer<ListIntentStageMetricsRequest.Builder> listIntentStageMetricsRequest)
Retrieves summary metrics for the stages within intents in your bot.
|
default ListIntentStageMetricsResponse |
LexModelsV2Client.listIntentStageMetrics(ListIntentStageMetricsRequest listIntentStageMetricsRequest)
Retrieves summary metrics for the stages within intents in your bot.
|
default ListIntentStageMetricsIterable |
LexModelsV2Client.listIntentStageMetricsPaginator(Consumer<ListIntentStageMetricsRequest.Builder> listIntentStageMetricsRequest)
Retrieves summary metrics for the stages within intents in your bot.
|
default ListIntentStageMetricsIterable |
LexModelsV2Client.listIntentStageMetricsPaginator(ListIntentStageMetricsRequest listIntentStageMetricsRequest)
Retrieves summary metrics for the stages within intents in your bot.
|
default ListRecommendedIntentsResponse |
LexModelsV2Client.listRecommendedIntents(Consumer<ListRecommendedIntentsRequest.Builder> listRecommendedIntentsRequest)
Gets a list of recommended intents provided by the bot recommendation that you can use in your bot.
|
default ListRecommendedIntentsResponse |
LexModelsV2Client.listRecommendedIntents(ListRecommendedIntentsRequest listRecommendedIntentsRequest)
Gets a list of recommended intents provided by the bot recommendation that you can use in your bot.
|
default ListRecommendedIntentsIterable |
LexModelsV2Client.listRecommendedIntentsPaginator(Consumer<ListRecommendedIntentsRequest.Builder> listRecommendedIntentsRequest)
Gets a list of recommended intents provided by the bot recommendation that you can use in your bot.
|
default ListRecommendedIntentsIterable |
LexModelsV2Client.listRecommendedIntentsPaginator(ListRecommendedIntentsRequest listRecommendedIntentsRequest)
Gets a list of recommended intents provided by the bot recommendation that you can use in your bot.
|
default ListSessionAnalyticsDataResponse |
LexModelsV2Client.listSessionAnalyticsData(Consumer<ListSessionAnalyticsDataRequest.Builder> listSessionAnalyticsDataRequest)
Retrieves a list of metadata for individual user sessions with your bot.
|
default ListSessionAnalyticsDataResponse |
LexModelsV2Client.listSessionAnalyticsData(ListSessionAnalyticsDataRequest listSessionAnalyticsDataRequest)
Retrieves a list of metadata for individual user sessions with your bot.
|
default ListSessionAnalyticsDataIterable |
LexModelsV2Client.listSessionAnalyticsDataPaginator(Consumer<ListSessionAnalyticsDataRequest.Builder> listSessionAnalyticsDataRequest)
Retrieves a list of metadata for individual user sessions with your bot.
|
default ListSessionAnalyticsDataIterable |
LexModelsV2Client.listSessionAnalyticsDataPaginator(ListSessionAnalyticsDataRequest listSessionAnalyticsDataRequest)
Retrieves a list of metadata for individual user sessions with your bot.
|
default ListSessionMetricsResponse |
LexModelsV2Client.listSessionMetrics(Consumer<ListSessionMetricsRequest.Builder> listSessionMetricsRequest)
Retrieves summary metrics for the user sessions with your bot.
|
default ListSessionMetricsResponse |
LexModelsV2Client.listSessionMetrics(ListSessionMetricsRequest listSessionMetricsRequest)
Retrieves summary metrics for the user sessions with your bot.
|
default ListSessionMetricsIterable |
LexModelsV2Client.listSessionMetricsPaginator(Consumer<ListSessionMetricsRequest.Builder> listSessionMetricsRequest)
Retrieves summary metrics for the user sessions with your bot.
|
default ListSessionMetricsIterable |
LexModelsV2Client.listSessionMetricsPaginator(ListSessionMetricsRequest listSessionMetricsRequest)
Retrieves summary metrics for the user sessions with your bot.
|
default ListSlotsResponse |
LexModelsV2Client.listSlots(Consumer<ListSlotsRequest.Builder> listSlotsRequest)
Gets a list of slots that match the specified criteria.
|
default ListSlotsResponse |
LexModelsV2Client.listSlots(ListSlotsRequest listSlotsRequest)
Gets a list of slots that match the specified criteria.
|
default ListSlotsIterable |
LexModelsV2Client.listSlotsPaginator(Consumer<ListSlotsRequest.Builder> listSlotsRequest)
Gets a list of slots that match the specified criteria.
|
default ListSlotsIterable |
LexModelsV2Client.listSlotsPaginator(ListSlotsRequest listSlotsRequest)
Gets a list of slots that match the specified criteria.
|
default ListSlotTypesResponse |
LexModelsV2Client.listSlotTypes(Consumer<ListSlotTypesRequest.Builder> listSlotTypesRequest)
Gets a list of slot types that match the specified criteria.
|
default ListSlotTypesResponse |
LexModelsV2Client.listSlotTypes(ListSlotTypesRequest listSlotTypesRequest)
Gets a list of slot types that match the specified criteria.
|
default ListSlotTypesIterable |
LexModelsV2Client.listSlotTypesPaginator(Consumer<ListSlotTypesRequest.Builder> listSlotTypesRequest)
Gets a list of slot types that match the specified criteria.
|
default ListSlotTypesIterable |
LexModelsV2Client.listSlotTypesPaginator(ListSlotTypesRequest listSlotTypesRequest)
Gets a list of slot types that match the specified criteria.
|
default ListTagsForResourceResponse |
LexModelsV2Client.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Gets a list of tags associated with a resource.
|
default ListTagsForResourceResponse |
LexModelsV2Client.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Gets a list of tags associated with a resource.
|
default ListTestExecutionResultItemsResponse |
LexModelsV2Client.listTestExecutionResultItems(Consumer<ListTestExecutionResultItemsRequest.Builder> listTestExecutionResultItemsRequest)
Gets a list of test execution result items.
|
default ListTestExecutionResultItemsResponse |
LexModelsV2Client.listTestExecutionResultItems(ListTestExecutionResultItemsRequest listTestExecutionResultItemsRequest)
Gets a list of test execution result items.
|
default ListTestExecutionResultItemsIterable |
LexModelsV2Client.listTestExecutionResultItemsPaginator(Consumer<ListTestExecutionResultItemsRequest.Builder> listTestExecutionResultItemsRequest)
Gets a list of test execution result items.
|
default ListTestExecutionResultItemsIterable |
LexModelsV2Client.listTestExecutionResultItemsPaginator(ListTestExecutionResultItemsRequest listTestExecutionResultItemsRequest)
Gets a list of test execution result items.
|
default ListTestExecutionsResponse |
LexModelsV2Client.listTestExecutions(Consumer<ListTestExecutionsRequest.Builder> listTestExecutionsRequest)
The list of test set executions.
|
default ListTestExecutionsResponse |
LexModelsV2Client.listTestExecutions(ListTestExecutionsRequest listTestExecutionsRequest)
The list of test set executions.
|
default ListTestExecutionsIterable |
LexModelsV2Client.listTestExecutionsPaginator(Consumer<ListTestExecutionsRequest.Builder> listTestExecutionsRequest)
The list of test set executions.
|
default ListTestExecutionsIterable |
LexModelsV2Client.listTestExecutionsPaginator(ListTestExecutionsRequest listTestExecutionsRequest)
The list of test set executions.
|
default ListTestSetRecordsResponse |
LexModelsV2Client.listTestSetRecords(Consumer<ListTestSetRecordsRequest.Builder> listTestSetRecordsRequest)
The list of test set records.
|
default ListTestSetRecordsResponse |
LexModelsV2Client.listTestSetRecords(ListTestSetRecordsRequest listTestSetRecordsRequest)
The list of test set records.
|
default ListTestSetRecordsIterable |
LexModelsV2Client.listTestSetRecordsPaginator(Consumer<ListTestSetRecordsRequest.Builder> listTestSetRecordsRequest)
The list of test set records.
|
default ListTestSetRecordsIterable |
LexModelsV2Client.listTestSetRecordsPaginator(ListTestSetRecordsRequest listTestSetRecordsRequest)
The list of test set records.
|
default ListTestSetsResponse |
LexModelsV2Client.listTestSets(Consumer<ListTestSetsRequest.Builder> listTestSetsRequest)
The list of the test sets
|
default ListTestSetsResponse |
LexModelsV2Client.listTestSets(ListTestSetsRequest listTestSetsRequest)
The list of the test sets
|
default ListTestSetsIterable |
LexModelsV2Client.listTestSetsPaginator(Consumer<ListTestSetsRequest.Builder> listTestSetsRequest)
The list of the test sets
|
default ListTestSetsIterable |
LexModelsV2Client.listTestSetsPaginator(ListTestSetsRequest listTestSetsRequest)
The list of the test sets
|
default ListUtteranceAnalyticsDataResponse |
LexModelsV2Client.listUtteranceAnalyticsData(Consumer<ListUtteranceAnalyticsDataRequest.Builder> listUtteranceAnalyticsDataRequest)
|
default ListUtteranceAnalyticsDataResponse |
LexModelsV2Client.listUtteranceAnalyticsData(ListUtteranceAnalyticsDataRequest listUtteranceAnalyticsDataRequest)
|
default ListUtteranceAnalyticsDataIterable |
LexModelsV2Client.listUtteranceAnalyticsDataPaginator(Consumer<ListUtteranceAnalyticsDataRequest.Builder> listUtteranceAnalyticsDataRequest)
|
default ListUtteranceAnalyticsDataIterable |
LexModelsV2Client.listUtteranceAnalyticsDataPaginator(ListUtteranceAnalyticsDataRequest listUtteranceAnalyticsDataRequest)
|
default ListUtteranceMetricsResponse |
LexModelsV2Client.listUtteranceMetrics(Consumer<ListUtteranceMetricsRequest.Builder> listUtteranceMetricsRequest)
|
default ListUtteranceMetricsResponse |
LexModelsV2Client.listUtteranceMetrics(ListUtteranceMetricsRequest listUtteranceMetricsRequest)
|
default ListUtteranceMetricsIterable |
LexModelsV2Client.listUtteranceMetricsPaginator(Consumer<ListUtteranceMetricsRequest.Builder> listUtteranceMetricsRequest)
|
default ListUtteranceMetricsIterable |
LexModelsV2Client.listUtteranceMetricsPaginator(ListUtteranceMetricsRequest listUtteranceMetricsRequest)
|
default SearchAssociatedTranscriptsResponse |
LexModelsV2Client.searchAssociatedTranscripts(Consumer<SearchAssociatedTranscriptsRequest.Builder> searchAssociatedTranscriptsRequest)
Search for associated transcripts that meet the specified criteria.
|
default SearchAssociatedTranscriptsResponse |
LexModelsV2Client.searchAssociatedTranscripts(SearchAssociatedTranscriptsRequest searchAssociatedTranscriptsRequest)
Search for associated transcripts that meet the specified criteria.
|
default StartBotRecommendationResponse |
LexModelsV2Client.startBotRecommendation(Consumer<StartBotRecommendationRequest.Builder> startBotRecommendationRequest)
Use this to provide your transcript data, and to start the bot recommendation process.
|
default StartBotRecommendationResponse |
LexModelsV2Client.startBotRecommendation(StartBotRecommendationRequest startBotRecommendationRequest)
Use this to provide your transcript data, and to start the bot recommendation process.
|
default StartImportResponse |
LexModelsV2Client.startImport(Consumer<StartImportRequest.Builder> startImportRequest)
Starts importing a bot, bot locale, or custom vocabulary from a zip archive that you uploaded to an S3 bucket.
|
default StartImportResponse |
LexModelsV2Client.startImport(StartImportRequest startImportRequest)
Starts importing a bot, bot locale, or custom vocabulary from a zip archive that you uploaded to an S3 bucket.
|
default StartTestExecutionResponse |
LexModelsV2Client.startTestExecution(Consumer<StartTestExecutionRequest.Builder> startTestExecutionRequest)
The action to start test set execution.
|
default StartTestExecutionResponse |
LexModelsV2Client.startTestExecution(StartTestExecutionRequest startTestExecutionRequest)
The action to start test set execution.
|
default StartTestSetGenerationResponse |
LexModelsV2Client.startTestSetGeneration(Consumer<StartTestSetGenerationRequest.Builder> startTestSetGenerationRequest)
The action to start the generation of test set.
|
default StartTestSetGenerationResponse |
LexModelsV2Client.startTestSetGeneration(StartTestSetGenerationRequest startTestSetGenerationRequest)
The action to start the generation of test set.
|
default StopBotRecommendationResponse |
LexModelsV2Client.stopBotRecommendation(Consumer<StopBotRecommendationRequest.Builder> stopBotRecommendationRequest)
Stop an already running Bot Recommendation request.
|
default StopBotRecommendationResponse |
LexModelsV2Client.stopBotRecommendation(StopBotRecommendationRequest stopBotRecommendationRequest)
Stop an already running Bot Recommendation request.
|
default TagResourceResponse |
LexModelsV2Client.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Adds the specified tags to the specified resource.
|
default TagResourceResponse |
LexModelsV2Client.tagResource(TagResourceRequest tagResourceRequest)
Adds the specified tags to the specified resource.
|
default UntagResourceResponse |
LexModelsV2Client.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Removes tags from a bot, bot alias, or bot channel.
|
default UntagResourceResponse |
LexModelsV2Client.untagResource(UntagResourceRequest untagResourceRequest)
Removes tags from a bot, bot alias, or bot channel.
|
default UpdateBotResponse |
LexModelsV2Client.updateBot(Consumer<UpdateBotRequest.Builder> updateBotRequest)
Updates the configuration of an existing bot.
|
default UpdateBotResponse |
LexModelsV2Client.updateBot(UpdateBotRequest updateBotRequest)
Updates the configuration of an existing bot.
|
default UpdateBotAliasResponse |
LexModelsV2Client.updateBotAlias(Consumer<UpdateBotAliasRequest.Builder> updateBotAliasRequest)
Updates the configuration of an existing bot alias.
|
default UpdateBotAliasResponse |
LexModelsV2Client.updateBotAlias(UpdateBotAliasRequest updateBotAliasRequest)
Updates the configuration of an existing bot alias.
|
default UpdateBotLocaleResponse |
LexModelsV2Client.updateBotLocale(Consumer<UpdateBotLocaleRequest.Builder> updateBotLocaleRequest)
Updates the settings that a bot has for a specific locale.
|
default UpdateBotLocaleResponse |
LexModelsV2Client.updateBotLocale(UpdateBotLocaleRequest updateBotLocaleRequest)
Updates the settings that a bot has for a specific locale.
|
default UpdateBotRecommendationResponse |
LexModelsV2Client.updateBotRecommendation(Consumer<UpdateBotRecommendationRequest.Builder> updateBotRecommendationRequest)
Updates an existing bot recommendation request.
|
default UpdateBotRecommendationResponse |
LexModelsV2Client.updateBotRecommendation(UpdateBotRecommendationRequest updateBotRecommendationRequest)
Updates an existing bot recommendation request.
|
default UpdateExportResponse |
LexModelsV2Client.updateExport(Consumer<UpdateExportRequest.Builder> updateExportRequest)
Updates the password used to protect an export zip archive.
|
default UpdateExportResponse |
LexModelsV2Client.updateExport(UpdateExportRequest updateExportRequest)
Updates the password used to protect an export zip archive.
|
default UpdateIntentResponse |
LexModelsV2Client.updateIntent(Consumer<UpdateIntentRequest.Builder> updateIntentRequest)
Updates the settings for an intent.
|
default UpdateIntentResponse |
LexModelsV2Client.updateIntent(UpdateIntentRequest updateIntentRequest)
Updates the settings for an intent.
|
default UpdateResourcePolicyResponse |
LexModelsV2Client.updateResourcePolicy(Consumer<UpdateResourcePolicyRequest.Builder> updateResourcePolicyRequest)
Replaces the existing resource policy for a bot or bot alias with a new one.
|
default UpdateResourcePolicyResponse |
LexModelsV2Client.updateResourcePolicy(UpdateResourcePolicyRequest updateResourcePolicyRequest)
Replaces the existing resource policy for a bot or bot alias with a new one.
|
default UpdateSlotResponse |
LexModelsV2Client.updateSlot(Consumer<UpdateSlotRequest.Builder> updateSlotRequest)
Updates the settings for a slot.
|
default UpdateSlotResponse |
LexModelsV2Client.updateSlot(UpdateSlotRequest updateSlotRequest)
Updates the settings for a slot.
|
default UpdateSlotTypeResponse |
LexModelsV2Client.updateSlotType(Consumer<UpdateSlotTypeRequest.Builder> updateSlotTypeRequest)
Updates the configuration of an existing slot type.
|
default UpdateSlotTypeResponse |
LexModelsV2Client.updateSlotType(UpdateSlotTypeRequest updateSlotTypeRequest)
Updates the configuration of an existing slot type.
|
default UpdateTestSetResponse |
LexModelsV2Client.updateTestSet(Consumer<UpdateTestSetRequest.Builder> updateTestSetRequest)
The action to update the test set.
|
default UpdateTestSetResponse |
LexModelsV2Client.updateTestSet(UpdateTestSetRequest updateTestSetRequest)
The action to update the test set.
|
Copyright © 2023. All rights reserved.