Skip to content

Commit

Permalink
Amazon Connect Service Update: This release adds support for contact …
Browse files Browse the repository at this point in the history
…flows and routing profiles. For details, see the Release Notes in the Amazon Connect Administrator Guide.
  • Loading branch information
AWS committed Sep 16, 2020
1 parent 6ae52af commit 364075e
Show file tree
Hide file tree
Showing 3 changed files with 1,035 additions and 27 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "feature",
"category": "Amazon Connect Service",
"description": "This release adds support for contact flows and routing profiles. For details, see the Release Notes in the Amazon Connect Administrator Guide."
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,24 @@
"output_token": "NextToken",
"result_key": "PhoneNumberSummaryList"
},
"ListPrompts": {
"input_token": "NextToken",
"limit_key": "MaxResults",
"output_token": "NextToken",
"result_key": "PromptSummaryList"
},
"ListQueues": {
"input_token": "NextToken",
"limit_key": "MaxResults",
"output_token": "NextToken",
"result_key": "QueueSummaryList"
},
"ListRoutingProfileQueues": {
"input_token": "NextToken",
"limit_key": "MaxResults",
"output_token": "NextToken",
"result_key": "RoutingProfileQueueConfigSummaryList"
},
"ListRoutingProfiles": {
"input_token": "NextToken",
"limit_key": "MaxResults",
Expand Down
Loading

0 comments on commit 364075e

Please sign in to comment.