|
9 | 9 | %% Participant Service data types: |
10 | 10 | %% https://docs.aws.amazon.com/connect/latest/APIReference/API_Types_Amazon_Connect_Participant_Service.html |
11 | 11 | %% |
12 | | -%% Amazon Connect is an easy-to-use omnichannel cloud contact center service |
13 | | -%% that |
| 12 | +%% Connect Customer is an easy-to-use omnichannel cloud contact center |
| 13 | +%% service that |
14 | 14 | %% enables companies of any size to deliver superior customer service at a |
15 | 15 | %% lower cost. |
16 | 16 | %% |
17 | | -%% Amazon Connect communications capabilities make it easy for companies to |
| 17 | +%% Connect Customer communications capabilities make it easy for companies to |
18 | 18 | %% deliver |
19 | 19 | %% personalized interactions across communication channels, including chat. |
20 | 20 | %% |
21 | | -%% Use the Amazon Connect Participant Service to manage participants (for |
| 21 | +%% Use the Connect Customer Participant Service to manage participants (for |
22 | 22 | %% example, |
23 | 23 | %% agents, customers, and managers listening in), and to send messages and |
24 | 24 | %% events within a |
@@ -575,7 +575,7 @@ cancel_participant_authentication(Client, Input0, Options0) -> |
575 | 575 | %% A conflict exception is thrown when an attachment |
576 | 576 | %% with that identifier is already being uploaded. |
577 | 577 | %% |
578 | | -%% For security recommendations, see Amazon Connect Chat security best |
| 578 | +%% For security recommendations, see Connect Customer Chat security best |
579 | 579 | %% practices: |
580 | 580 | %% https://docs.aws.amazon.com/connect/latest/adminguide/security-best-practices.html#bp-security-chat. |
581 | 581 | %% |
@@ -622,11 +622,11 @@ complete_attachment_upload(Client, Input0, Options0) -> |
622 | 622 |
|
623 | 623 | %% @doc Creates the participant's connection. |
624 | 624 | %% |
625 | | -%% For security recommendations, see Amazon Connect Chat security best |
| 625 | +%% For security recommendations, see Connect Customer Chat security best |
626 | 626 | %% practices: |
627 | 627 | %% https://docs.aws.amazon.com/connect/latest/adminguide/security-best-practices.html#bp-security-chat. |
628 | 628 | %% |
629 | | -%% For WebRTC security recommendations, see Amazon Connect WebRTC security |
| 629 | +%% For WebRTC security recommendations, see Connect Customer WebRTC security |
630 | 630 | %% best practices: |
631 | 631 | %% https://docs.aws.amazon.com/connect/latest/adminguide/security-best-practices.html#bp-webrtc-security. |
632 | 632 | %% |
@@ -753,7 +753,7 @@ create_participant_connection(Client, Input0, Options0) -> |
753 | 753 |
|
754 | 754 | %% @doc Retrieves the view for the specified view token. |
755 | 755 | %% |
756 | | -%% For security recommendations, see Amazon Connect Chat security best |
| 756 | +%% For security recommendations, see Connect Customer Chat security best |
757 | 757 | %% practices: |
758 | 758 | %% https://docs.aws.amazon.com/connect/latest/adminguide/security-best-practices.html#bp-security-chat. |
759 | 759 | -spec describe_view(aws_client:aws_client(), binary() | list(), binary() | list()) -> |
@@ -798,7 +798,7 @@ describe_view(Client, ViewToken, ConnectionToken, QueryMap, HeadersMap, Options0 |
798 | 798 |
|
799 | 799 | %% @doc Disconnects a participant. |
800 | 800 | %% |
801 | | -%% For security recommendations, see Amazon Connect Chat security best |
| 801 | +%% For security recommendations, see Connect Customer Chat security best |
802 | 802 | %% practices: |
803 | 803 | %% https://docs.aws.amazon.com/connect/latest/adminguide/security-best-practices.html#bp-security-chat. |
804 | 804 | %% |
@@ -848,7 +848,7 @@ disconnect_participant(Client, Input0, Options0) -> |
848 | 848 | %% This is an |
849 | 849 | %% asynchronous API for use with active contacts. |
850 | 850 | %% |
851 | | -%% For security recommendations, see Amazon Connect Chat security best |
| 851 | +%% For security recommendations, see Connect Customer Chat security best |
852 | 852 | %% practices: |
853 | 853 | %% https://docs.aws.amazon.com/connect/latest/adminguide/security-best-practices.html#bp-security-chat. |
854 | 854 | %% |
@@ -902,7 +902,7 @@ get_attachment(Client, Input0, Options0) -> |
902 | 902 | %% session for the |
903 | 903 | %% AuthenticateCustomer flow block. |
904 | 904 | %% |
905 | | -%% For security recommendations, see Amazon Connect Chat security best |
| 905 | +%% For security recommendations, see Connect Customer Chat security best |
906 | 906 | %% practices: |
907 | 907 | %% https://docs.aws.amazon.com/connect/latest/adminguide/security-best-practices.html#bp-security-chat. |
908 | 908 | %% |
@@ -962,7 +962,7 @@ get_authentication_url(Client, Input0, Options0) -> |
962 | 962 | %% Enable persistent chat: |
963 | 963 | %% https://docs.aws.amazon.com/connect/latest/adminguide/chat-persistence.html. |
964 | 964 | %% |
965 | | -%% For security recommendations, see Amazon Connect Chat security best |
| 965 | +%% For security recommendations, see Connect Customer Chat security best |
966 | 966 | %% practices: |
967 | 967 | %% https://docs.aws.amazon.com/connect/latest/adminguide/security-best-practices.html#bp-security-chat. |
968 | 968 | %% |
@@ -1041,7 +1041,7 @@ get_transcript(Client, Input0, Options0) -> |
1041 | 1041 | %% when a supervisor |
1042 | 1042 | %% is barged-in will result in a conflict exception. |
1043 | 1043 | %% |
1044 | | -%% For security recommendations, see Amazon Connect Chat security best |
| 1044 | +%% For security recommendations, see Connect Customer Chat security best |
1045 | 1045 | %% practices: |
1046 | 1046 | %% https://docs.aws.amazon.com/connect/latest/adminguide/security-best-practices.html#bp-security-chat. |
1047 | 1047 | %% |
@@ -1088,7 +1088,7 @@ send_event(Client, Input0, Options0) -> |
1088 | 1088 |
|
1089 | 1089 | %% @doc Sends a message. |
1090 | 1090 | %% |
1091 | | -%% For security recommendations, see Amazon Connect Chat security best |
| 1091 | +%% For security recommendations, see Connect Customer Chat security best |
1092 | 1092 | %% practices: |
1093 | 1093 | %% https://docs.aws.amazon.com/connect/latest/adminguide/security-best-practices.html#bp-security-chat. |
1094 | 1094 | %% |
@@ -1137,7 +1137,7 @@ send_message(Client, Input0, Options0) -> |
1137 | 1137 | %% file directly to |
1138 | 1138 | %% S3. |
1139 | 1139 | %% |
1140 | | -%% For security recommendations, see Amazon Connect Chat security best |
| 1140 | +%% For security recommendations, see Connect Customer Chat security best |
1141 | 1141 | %% practices: |
1142 | 1142 | %% https://docs.aws.amazon.com/connect/latest/adminguide/security-best-practices.html#bp-security-chat. |
1143 | 1143 | %% |
|
0 commit comments