You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(client-connect): This release adds API support for managing phone numbers that can be used across multiple AWS regions through telephony traffic distribution.
Copy file name to clipboardExpand all lines: clients/client-connect/README.md
+11-9Lines changed: 11 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,18 +9,20 @@
9
9
10
10
AWS SDK for JavaScript Connect Client for Node.js, Browser and React Native.
11
11
12
-
<p>Amazon Connect is a cloud-based contact center solution that you use to set up and manage a customer
13
-
contact center and provide reliable customer engagement at any scale.</p>
14
-
<p>Amazon Connect provides metrics and real-time reporting that enable you to optimize contact routing.
15
-
You can also resolve customer issues more efficiently by getting customers in touch with the
16
-
appropriate agents.</p>
17
-
<p>There are limits to the number of Amazon Connect resources that you can create. There are also limits
18
-
to the number of requests that you can make per second. For more information, see <ahref="https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html">Amazon Connect
19
-
Service Quotas</a> in the <i>Amazon Connect Administrator Guide</i>.</p>
12
+
<p>Amazon Connect is a cloud-based contact center solution that you use to set up and
13
+
manage a customer contact center and provide reliable customer engagement at any scale.</p>
14
+
<p>Amazon Connect provides metrics and real-time reporting that enable you to optimize
15
+
contact routing. You can also resolve customer issues more efficiently by getting customers in
16
+
touch with the appropriate agents.</p>
17
+
<p>There are limits to the number of Amazon Connect resources that you can create. There
18
+
are also limits to the number of requests that you can make per second. For more information, see
19
+
<ahref="https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html">Amazon Connect Service Quotas</a> in the <i>Amazon Connect Administrator
20
+
Guide</i>.</p>
20
21
<p>You can connect programmatically to an Amazon Web Services service by using an endpoint. For
21
22
a list of Amazon Connect endpoints, see <ahref="https://docs.aws.amazon.com/general/latest/gr/connect_region.html">Amazon Connect Endpoints</a>.</p>
22
23
<note>
23
-
<p>Working with flows? Check out the <ahref="https://docs.aws.amazon.com/connect/latest/adminguide/flow-language.html">Amazon Connect Flow language</a>.</p>
24
+
<p>Working with flows? Check out the <ahref="https://docs.aws.amazon.com/connect/latest/adminguide/flow-language.html">Amazon Connect Flow
* The resolved configuration interface of ConnectClient class. This is resolved and normalized from the {@link ConnectClientConfig | constructor configuration interface}.
* <p>Amazon Connect is a cloud-based contact center solution that you use to set up and manage a customer
958
-
* contact center and provide reliable customer engagement at any scale.</p>
959
-
* <p>Amazon Connect provides metrics and real-time reporting that enable you to optimize contact routing.
960
-
* You can also resolve customer issues more efficiently by getting customers in touch with the
961
-
* appropriate agents.</p>
962
-
* <p>There are limits to the number of Amazon Connect resources that you can create. There are also limits
963
-
* to the number of requests that you can make per second. For more information, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html">Amazon Connect
964
-
* Service Quotas</a> in the <i>Amazon Connect Administrator Guide</i>.</p>
992
+
* <p>Amazon Connect is a cloud-based contact center solution that you use to set up and
993
+
* manage a customer contact center and provide reliable customer engagement at any scale.</p>
994
+
* <p>Amazon Connect provides metrics and real-time reporting that enable you to optimize
995
+
* contact routing. You can also resolve customer issues more efficiently by getting customers in
996
+
* touch with the appropriate agents.</p>
997
+
* <p>There are limits to the number of Amazon Connect resources that you can create. There
998
+
* are also limits to the number of requests that you can make per second. For more information, see
999
+
* <a href="https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html">Amazon Connect Service Quotas</a> in the <i>Amazon Connect Administrator
1000
+
* Guide</i>.</p>
965
1001
* <p>You can connect programmatically to an Amazon Web Services service by using an endpoint. For
966
1002
* a list of Amazon Connect endpoints, see <a href="https://docs.aws.amazon.com/general/latest/gr/connect_region.html">Amazon Connect Endpoints</a>.</p>
967
1003
* <note>
968
-
* <p>Working with flows? Check out the <a href="https://docs.aws.amazon.com/connect/latest/adminguide/flow-language.html">Amazon Connect Flow language</a>.</p>
1004
+
* <p>Working with flows? Check out the <a href="https://docs.aws.amazon.com/connect/latest/adminguide/flow-language.html">Amazon Connect Flow
1005
+
* language</a>.</p>
969
1006
* </note>
970
1007
*/
971
1008
exportclassConnectClientextends__Client<
@@ -981,14 +1018,15 @@ export class ConnectClient extends __Client<
0 commit comments