- Navigation Guide
@aws-sdk/client-lex-models-v2
ListTestSetsCommandOutput Interface
The output of ListTestSetsCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
nextToken | string | undefined | A token that indicates whether there are more results to return in a response to the ListTestSets operation. If the nextToken field is present, you send the contents as the nextToken parameter of a ListTestSets operation request to get the next page of results. |
testSets | TestSetSummary[] | undefined | The selected test sets in a list of test sets. |
Full Signature
export interface ListTestSetsCommandOutput extends ListTestSetsResponse, MetadataBearer