| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateTestSetResult |
AmazonLexModelsV2Client.updateTestSet(UpdateTestSetRequest request)
The action to update the test set.
|
UpdateTestSetResult |
AbstractAmazonLexModelsV2.updateTestSet(UpdateTestSetRequest request) |
UpdateTestSetResult |
AmazonLexModelsV2.updateTestSet(UpdateTestSetRequest updateTestSetRequest)
The action to update the test set.
|
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateTestSetResult> |
AmazonLexModelsV2AsyncClient.updateTestSetAsync(UpdateTestSetRequest request,
AsyncHandler<UpdateTestSetRequest,UpdateTestSetResult> asyncHandler) |
Future<UpdateTestSetResult> |
AmazonLexModelsV2Async.updateTestSetAsync(UpdateTestSetRequest updateTestSetRequest,
AsyncHandler<UpdateTestSetRequest,UpdateTestSetResult> asyncHandler)
The action to update the test set.
|
Future<UpdateTestSetResult> |
AbstractAmazonLexModelsV2Async.updateTestSetAsync(UpdateTestSetRequest request,
AsyncHandler<UpdateTestSetRequest,UpdateTestSetResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateTestSetResult |
UpdateTestSetResult.clone() |
UpdateTestSetResult |
UpdateTestSetResult.withCreationDateTime(Date creationDateTime)
The creation date and time for the updated test set.
|
UpdateTestSetResult |
UpdateTestSetResult.withDescription(String description)
The test set description for the updated test set.
|
UpdateTestSetResult |
UpdateTestSetResult.withLastUpdatedDateTime(Date lastUpdatedDateTime)
The date and time of the last update for the updated test set.
|
UpdateTestSetResult |
UpdateTestSetResult.withModality(String modality)
Indicates whether audio or text is used for the updated test set.
|
UpdateTestSetResult |
UpdateTestSetResult.withModality(TestSetModality modality)
Indicates whether audio or text is used for the updated test set.
|
UpdateTestSetResult |
UpdateTestSetResult.withNumTurns(Integer numTurns)
The number of conversation turns from the updated test set.
|
UpdateTestSetResult |
UpdateTestSetResult.withRoleArn(String roleArn)
The roleARN used for any operation in the test set to access resources in the Amazon Web Services account.
|
UpdateTestSetResult |
UpdateTestSetResult.withStatus(String status)
The status for the updated test set.
|
UpdateTestSetResult |
UpdateTestSetResult.withStatus(TestSetStatus status)
The status for the updated test set.
|
UpdateTestSetResult |
UpdateTestSetResult.withStorageLocation(TestSetStorageLocation storageLocation)
The Amazon S3 storage location for the updated test set.
|
UpdateTestSetResult |
UpdateTestSetResult.withTestSetId(String testSetId)
The test set Id for which update test operation to be performed.
|
UpdateTestSetResult |
UpdateTestSetResult.withTestSetName(String testSetName)
The test set name for the updated test set.
|
Copyright © 2025. All rights reserved.