

本文属于机器翻译版本。若本译文内容与英语原文存在差异，则一律以英文原文为准。

# 在自定义联系人控制面板（CCP）中启用 Amazon Connect 快速响应
<a name="enable-qr-search"></a>

要使您的代理能够对嵌入式或自定义 CCP 使用快速响应，您可以使用 [Amazon Connect Streams 库](https://github.com/amazon-connect/amazon-connect-streams)调用 [SearchQuickResponse](https://docs.aws.amazon.com/amazon-q-connect/latest/APIReference/API_SearchQuickResponses.html)API 并将快速响应搜索结果列表返回给 CCP。 GitHub 有关更多信息，请参阅 GitHub 上的 [Amazon Connect Streams 文档](https://github.com/amazon-connect/amazon-connect-streams/blob/master/Documentation.md#quick-responses-apis)。

**注意**  
为了防止滥用 API 搜索，我们为以下请求参数实现了默认值：  
`debounceTime` - 后续 `SearchQuickResponse` API 调用之间间隔 250 毫秒
`maxSearchResults` – 25
搜索优先顺序：  
`shortcut key`
`name`
`content`
`description`

有关座席使用快速响应的体验的信息，请参阅[搜索对客户的快速回复](search-qr-ccp.md)。