@aws-sdk/client-lex-models-v2

UpdateTestSetCommandOutput Interface

The output of UpdateTestSetCommand.

Members

Name
Type
Details
$metadata RequiredResponseMetadata
Metadata pertaining to this request.
creationDateTime Date | undefined

The creation date and time for the updated test set.

description string | undefined

The test set description for the updated test set.

lastUpdatedDateTime Date | undefined

The date and time of the last update for the updated test set.

modality TestSetModality | undefined

Indicates whether audio or text is used for the updated test set.

numTurns number | undefined

The number of conversation turns from the updated test set.

roleArn string | undefined

The roleARN used for any operation in the test set to access resources in the Amazon Web Services account.

status TestSetStatus | undefined

The status for the updated test set.

storageLocation TestSetStorageLocation | undefined

The Amazon S3 storage location for the updated test set.

testSetId string | undefined

The test set Id for which update test operation to be performed.

testSetName string | undefined

The test set name for the updated test set.

Full Signature

export interface UpdateTestSetCommandOutput extends UpdateTestSetResponse, MetadataBearer