쿠키 기본 설정 선택

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

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

Amazon Connect의 샘플 에이전트 이벤트 스트림 - Amazon Connect

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

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

Amazon Connect의 샘플 에이전트 이벤트 스트림

다음 샘플 에이전트 이벤트 스트림에서 에이전트는 채팅 및 호출을 모두 수행하도록 요구하는 라우팅 프로필에 할당됩니다. 에이전트는 한 번에 하나의 통화를 수행하고 최대 세 개의 채팅에 참가할 수 있습니다.

참고

에이전트가 동시에 수행할 수 있는 채팅 및 태스크의 수는 Amazon Connect 서비스 할당량을 참조하세요.

{ "AWSAccountId": "012345678901", "AgentARN": "arn:aws:connect:us-west-2:012345678901:instance/aaaaaaaa-bbbb-cccc-dddd-111111111111/agent/agent-ARN", "CurrentAgentSnapshot": { "AgentStatus": { "ARN": "example-ARN", //The ARN for the agent's current agent status (not for the agent). "Name": "Available", //This shows the agent status in the CCP is set to Available. "StartTimestamp": "2019-08-13T20:52:30.704Z" }, "NextAgentStatus": { "Name": "Lunch", //They set their next status, which pauses new contacts being routed to them while they finish their current contacts. "ARN": "example-ARN2", //The ARN of the agent status that the agent has set as their next status. "EnqueuedTimestamp": "2019-08-13T20:58:00.004Z", //When the agent set their next status and paused routing of incoming contacts. } } , "Configuration": { "AgentHierarchyGroups": null, "FirstName": "AgentEventStreamTest", "LastName": "Agent", "Proficiencies": [{ "Level": 3.0, "Name": "Technology", "Value": "Kinesis" }, { "Level": 1.0, "Name": "Location", "Value": "WA" }], "RoutingProfile": { "ARN": "arn:aws:connect:us-west-2:012345678901:instance/aaaaaaaa-bbbb-cccc-dddd-111111111111/routing-profile/routing-profile-ARN", "Concurrency": [ { "AvailableSlots": 3, //This shows the agent has 3 slots available. //They aren't on any chats right now. "Channel": "CHAT", "MaximumSlots": 3 //The agent's routing profile allows them to take up to 3 chats. }, { "AvailableSlots": 1, //The agent has 1 slot available to take a call. "Channel": "VOICE", "MaximumSlots": 1 //The agent's routing profile allows them to take 1 call at a time. } ], "DefaultOutboundQueue": { "ARN": "arn:aws:connect:us-west-2:012345678901:instance/aaaaaaaa-bbbb-cccc-dddd-111111111111/queue/queue-ARN", "Channels": [ "VOICE" //This outbound queue only works for calls. ], "Name": "OutboundQueue" }, "InboundQueues": [ { "ARN": "arn:aws:connect:us-west-2:012345678901:instance/aaaaaaaa-bbbb-cccc-dddd-111111111111/queue/agent/agent-ARN", "Channels": [ "VOICE", "CHAT" ], "Name": null //This queue has a name of "null" because it's an agent queue, //and agent queues don't have names. }, { "ARN": "arn:aws:connect:us-west-2:012345678901:instance/aaaaaaaa-bbbb-cccc-dddd-111111111111/queue/queue-ARN", "Channels": [ "CHAT", "VOICE" ], "Name": "Omni-channel-queue" //This inbound queue takes both chats and calls. } ], "Name": "AgentEventStreamProfile" }, "Username": "aestest" }, "Contacts": [ ] }, "EventId": "EventId-1", "EventTimestamp": "2019-08-13T20:58:44.031Z", "EventType": "HEART_BEAT", "InstanceARN": "arn:aws:connect:us-west-2:012345678901:instance/aaaaaaaa-bbbb-cccc-dddd-111111111111", "PreviousAgentSnapshot": { "AgentStatus": { "ARN": "arn:aws:connect:us-west-2:012345678901:instance/aaaaaaaa-bbbb-cccc-dddd-111111111111/agent-state/agent-state-ARN", "Name": "Offline", "StartTimestamp": "2019-08-13T20:52:30.704Z" }, "Configuration": { "AgentHierarchyGroups": null, "FirstName": "AgentEventStreamTest", "LastName": "Agent", "Proficiencies": [{ "Level": 3.0, "Name": "Technology", "Value": "Kinesis" }, { "Level": 1.0, "Name": "Location", "Value": "WA" }], "RoutingProfile": { "ARN": "arn:aws:connect:us-west-2:012345678901:instance/aaaaaaaa-bbbb-cccc-dddd-111111111111/routing-profile/routing-profile-ARN", "Concurrency": [ { "AvailableSlots": 3, "Channel": "CHAT", "MaximumSlots": 3 }, { "AvailableSlots": 1, "Channel": "VOICE", "MaximumSlots": 1 } ], "DefaultOutboundQueue": { "ARN": "arn:aws:connect:us-west-2:012345678901:instance/aaaaaaaa-bbbb-cccc-dddd-111111111111/queue/queue-ARN", "Channels": [ "VOICE" ], "Name": "OutboundQueue" }, "InboundQueues": [ { "ARN": "arn:aws:connect:us-west-2:012345678901:instance/aaaaaaaa-bbbb-cccc-dddd-111111111111/queue/agent/agent-ARN", "Channels": [ "VOICE", "CHAT" ], "Name": null }, { "ARN": "arn:aws:connect:us-west-2:012345678901:instance/aaaaaaaa-bbbb-cccc-dddd-111111111111/queue/queue-ARN", "Channels": [ "CHAT", "VOICE" ], "Name": "Omni-channel-queue" } ], "Name": "AgentEventStreamProfile" }, "Username": "aestest" }, "Contacts": [ ] }, "Version": "2017-10-01" }
프라이버시사이트 이용 약관쿠키 기본 설정
© 2025, Amazon Web Services, Inc. 또는 계열사. All rights reserved.