- Navigation Guide
@aws-sdk/client-lex-models-v2
ListBotsCommandOutput Interface
The output of ListBotsCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
botSummaries | BotSummary[] | undefined | Summary information for the bots that meet the filter criteria specified in the request. The length of the list is specified in the |
nextToken | string | undefined | A token that indicates whether there are more results to return in a response to the |
Full Signature
export interface ListBotsCommandOutput extends ListBotsResponse, MetadataBearer