Connect / Client / list_routing_profile_queues
list_routing_profile_queues#
- Connect.Client.list_routing_profile_queues(**kwargs)#
Lists the queues associated with a routing profile.
See also: AWS API Documentation
Request Syntax
response = client.list_routing_profile_queues( InstanceId='string', RoutingProfileId='string', NextToken='string', MaxResults=123 )
- Parameters:
InstanceId (string) –
[REQUIRED]
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
RoutingProfileId (string) –
[REQUIRED]
The identifier of the routing profile.
NextToken (string) – The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
MaxResults (integer) – The maximum number of results to return per page. The default MaxResult size is 100.
- Return type:
dict
- Returns:
Response Syntax
{ 'NextToken': 'string', 'RoutingProfileQueueConfigSummaryList': [ { 'QueueId': 'string', 'QueueArn': 'string', 'QueueName': 'string', 'Priority': 123, 'Delay': 123, 'Channel': 'VOICE'|'CHAT'|'TASK' }, ] }
Response Structure
(dict) –
NextToken (string) –
If there are additional results, this is the token for the next set of results.
RoutingProfileQueueConfigSummaryList (list) –
Information about the routing profiles.
(dict) –
Contains summary information about a routing profile queue.
QueueId (string) –
The identifier for the queue.
QueueArn (string) –
The Amazon Resource Name (ARN) of the queue.
QueueName (string) –
The name of the queue.
Priority (integer) –
The order in which contacts are to be handled for the queue. For more information, see Queues: priority and delay.
Delay (integer) –
The delay, in seconds, that a contact should be in the queue before they are routed to an available agent. For more information, see Queues: priority and delay in the Amazon Connect Administrator Guide.
Channel (string) –
The channels this queue supports.
Exceptions
Connect.Client.exceptions.InvalidRequestException
Connect.Client.exceptions.InvalidParameterException
Connect.Client.exceptions.ResourceNotFoundException
Connect.Client.exceptions.ThrottlingException
Connect.Client.exceptions.InternalServiceException