@aws-sdk/client-qconnect

ListAIAgentsCommandOutput Interface

The output of ListAIAgentsCommand.

Members

Name
Type
Details
$metadata RequiredResponseMetadata
Metadata pertaining to this request.
aiAgentSummaries RequiredAIAgentSummary[] | undefined

The summaries of AI Agents.

nextToken string | undefined

The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.

Full Signature

export interface ListAIAgentsCommandOutput extends ListAIAgentsResponse, MetadataBearer