API Chaining
Technique making multiple API requests in sequence using response from one as input for next
SearchUsers
API retrieving and filtering list of users based on criteria with pagination support
UpdateUserRoutingProfile
API updating user routing profile assignment in Amazon Connect
Routing Profile
Configuration defining which queues agents can handle and priority settings
Quick Connect
Feature allowing agents to make external calls or initiate transfers quickly
SearchQueues
API searching queues by specified criteria returning matching queue list
CreateQuickConnect
API creating quick connect and returning unique identifier of created resource
AssociateQueueQuickConnects
API associating quick connect with specified queue
Contact Lens Rules
Rules categorizing contacts generating alerts or tasks based on keywords sentiment and criteria
ListRules
API returning array of rules from Amazon Connect instance based on parameters
CreateRule
API creating new Contact Lens rule in specified instance
ActionType
Property defining type of action rule performs (ASSIGN_CONTACT_CATEGORY CREATE_TASK)
Pagination
Mechanism retrieving large result sets across multiple API calls using tokens
NextToken
Property returned when results exceed MaxResults allowing retrieval of next result set
MaxResults
Parameter specifying maximum number of resources API can return in single call
ARN (Amazon Resource Name)
Unique identifier for AWS resources in standardized format
DescribeRule
API retrieving detailed configuration of specific rule
UpdatePhoneNumberMetadata
API updating phone number description and metadata
PhoneNumberId
Unique identifier for claimed phone number in Amazon Connect
EventSourceName
Property defining when rule triggers (post-call analysis real-time chat)
PublishStatus
Rule state indicating if active (PUBLISHED) or inactive (DRAFT)
TriggerEventSource
Configuration defining what event activates Contact Lens rule
HTTP Status Code
Numeric value in HTTP response indicating request outcome
4xx Client Errors
Status code class indicating errors caused by client request issues