- Navigation Guide
@aws-sdk/client-connect
ListContactFlowVersionsCommandOutput Interface
The output of ListContactFlowVersionsCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
ContactFlowVersionSummaryList | ContactFlowVersionSummary[] | undefined | A list of flow version summaries. |
NextToken | string | undefined | If there are additional results, this is the token for the next set of results. |
Full Signature
export interface ListContactFlowVersionsCommandOutput extends ListContactFlowVersionsResponse, MetadataBearer