- Navigation Guide
@aws-sdk/client-connect
SearchPromptsCommandOutput Interface
The output of SearchPromptsCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
ApproximateTotalCount | number | undefined | The total number of quick connects which matched your search query. |
NextToken | string | undefined | If there are additional results, this is the token for the next set of results. |
Prompts | Prompt[] | undefined | Information about the prompts. |
Full Signature
export interface SearchPromptsCommandOutput extends SearchPromptsResponse, MetadataBearer