쿠키 기본 설정 선택

당사는 사이트와 서비스를 제공하는 데 필요한 필수 쿠키 및 유사한 도구를 사용합니다. 고객이 사이트를 어떻게 사용하는지 파악하고 개선할 수 있도록 성능 쿠키를 사용해 익명의 통계를 수집합니다. 필수 쿠키는 비활성화할 수 없지만 '사용자 지정' 또는 ‘거부’를 클릭하여 성능 쿠키를 거부할 수 있습니다.

사용자가 동의하는 경우 AWS와 승인된 제3자도 쿠키를 사용하여 유용한 사이트 기능을 제공하고, 사용자의 기본 설정을 기억하고, 관련 광고를 비롯한 관련 콘텐츠를 표시합니다. 필수가 아닌 모든 쿠키를 수락하거나 거부하려면 ‘수락’ 또는 ‘거부’를 클릭하세요. 더 자세한 내용을 선택하려면 ‘사용자 정의’를 클릭하세요.

Q in Connect 세션에 사용자 지정 데이터 추가 - Amazon Connect

기계 번역으로 제공되는 번역입니다. 제공된 번역과 원본 영어의 내용이 상충하는 경우에는 영어 버전이 우선합니다.

기계 번역으로 제공되는 번역입니다. 제공된 번역과 원본 영어의 내용이 상충하는 경우에는 영어 버전이 우선합니다.

Q in Connect 세션에 사용자 지정 데이터 추가

Amazon Q in Connect는 에이전트에게 제공되는 생성형 AI 기반 솔루션을 구동하는 데 사용할 수 있도록 Amazon Q in Connect 세션에 사용자 지정 데이터 추가를 지원합니다. 사용자 지정 데이터는 먼저 UpdateSessionData API를 사용하여 세션에 추가한 다음 추가된 데이터를 사용하여 AI 프롬프트를 사용자 지정하여 사용할 수 있습니다.

세션에서 데이터 추가 및 업데이트

AWS CLI에서 다음 명령을 사용하여 UpdateSessionData API를 사용하여 세션에 데이터를 추가할 수 있습니다.

aws qconnect update-session-data \ --assistant-id <YOUR_Q_IN_CONNECT_ASSISTANT_ID> \ --session-id <YOUR_Q_IN_CONNECT_SESSION_ID> \ --data '[ { "key": "productId", "value": { "stringValue": "ABC-123" }}, ]'

고객 서비스 에이전트가 Amazon Connect 및 Amazon Q in Connect를 사용하는 동안 고객 응대에 대한 세션이 생성되므로 세션 데이터를 추가하는 유용한 방법은 Connect Flow Block 자동화를 사용하여 UpdateSessionData API를 호출하여 필요에 따라 세션에 정보를 추가하는 것입니다.

AI 프롬프트에서 사용자 지정 데이터 사용

데이터가 세션에 추가되면 AI 프롬프트에서 {{$.Custom.<KEY>}} 형식으로 데이터에 대한 변수를 지정하여 Connect에서 Q가 제공하는 생성형 AI 결과를 사용자 지정할 수 있습니다. 예를 들어 세션에 추가된 productId를 사용하는 QUERY_REFORMULATION AI 프롬프트를 생성할 수 있습니다.

anthropic_version: bedrock-2023-05-31 system: You are an intelligent assistant that assists with query construction. messages: - role: user content: | Here is a conversation between a customer support agent and a customer <conversation> {{$.transcript}} </conversation> And here is the productId the customer is contacting us about <productId> {{$.Custom.productId}} </productId> Please read through the full conversation carefully and use it to formulate a query to find a relevant article from the company's knowledge base to help solve the customer's issue. Think carefully about the key details and specifics of the customer's problem. In <query> tags, write out the search query you would use to try to find the most relevant article, making sure to include important keywords and details from the conversation. The more relevant and specific the search query is to the customer's actual issue, the better. If a productId is specified, incorporate it in the query constructed to help scope down search results. Use the following output format <query>search query</query> and don't output anything else.

세션에서 사용자 지정 변수의 값을 사용할 수 없는 경우 Amazon Q n Connect는 이를 빈 문자열로 보간하므로 시스템에 폴백 동작에 대한 값의 존재를 고려하도록 지시하는 것이 유용합니다.

프라이버시사이트 이용 약관쿠키 기본 설정
© 2025, Amazon Web Services, Inc. 또는 계열사. All rights reserved.