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
Copy file name to clipboardExpand all lines: aws-android-sdk-connectparticipant/src/main/java/com/amazonaws/services/connectparticipant/AmazonConnectParticipant.java
+13-4Lines changed: 13 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -22,10 +22,19 @@
22
22
/**
23
23
* Interface for accessing Amazon Connect Participant
24
24
* <p>
25
-
* Amazon Connect is a cloud-based contact center solution that makes it easy to
26
-
* set up and manage a customer contact center. Amazon Connect enables customer
27
-
* contacts through voice or chat. Use the Amazon Connect Participant Service to
28
-
* manage chat participants, such as agents and customers.
25
+
* Amazon Connect is an easy-to-use omnichannel cloud contact center service
26
+
* that enables companies of any size to deliver superior customer service at a
27
+
* lower cost. Amazon Connect communications capabilities make it easy for
28
+
* companies to deliver personalized interactions across communication channels,
29
+
* including chat.
30
+
* </p>
31
+
* <p>
32
+
* Use the Amazon Connect Participant Service to manage participants (for
33
+
* example, agents, customers, and managers listening in), and to send messages
34
+
* and events within a chat contact. The APIs in the service enable the
35
+
* following: sending chat messages, attachment sharing, managing a
36
+
* participant's connection state and message events, and retrieving chat
Copy file name to clipboardExpand all lines: aws-android-sdk-connectparticipant/src/main/java/com/amazonaws/services/connectparticipant/AmazonConnectParticipantAsync.java
+13-4Lines changed: 13 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -25,10 +25,19 @@
25
25
/**
26
26
* Interface for accessing Amazon Connect Participant asynchronously.
27
27
* <p>
28
-
* Amazon Connect is a cloud-based contact center solution that makes it easy to
29
-
* set up and manage a customer contact center. Amazon Connect enables customer
30
-
* contacts through voice or chat. Use the Amazon Connect Participant Service to
31
-
* manage chat participants, such as agents and customers.
28
+
* Amazon Connect is an easy-to-use omnichannel cloud contact center service
29
+
* that enables companies of any size to deliver superior customer service at a
30
+
* lower cost. Amazon Connect communications capabilities make it easy for
31
+
* companies to deliver personalized interactions across communication channels,
32
+
* including chat.
33
+
* </p>
34
+
* <p>
35
+
* Use the Amazon Connect Participant Service to manage participants (for
36
+
* example, agents, customers, and managers listening in), and to send messages
37
+
* and events within a chat contact. The APIs in the service enable the
38
+
* following: sending chat messages, attachment sharing, managing a
39
+
* participant's connection state and message events, and retrieving chat
Copy file name to clipboardExpand all lines: aws-android-sdk-connectparticipant/src/main/java/com/amazonaws/services/connectparticipant/AmazonConnectParticipantAsyncClient.java
+13-4Lines changed: 13 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -33,10 +33,19 @@
33
33
/**
34
34
* Interface for accessing Amazon Connect Participant asynchronously.
35
35
* <p>
36
-
* Amazon Connect is a cloud-based contact center solution that makes it easy to
37
-
* set up and manage a customer contact center. Amazon Connect enables customer
38
-
* contacts through voice or chat. Use the Amazon Connect Participant Service to
39
-
* manage chat participants, such as agents and customers.
36
+
* Amazon Connect is an easy-to-use omnichannel cloud contact center service
37
+
* that enables companies of any size to deliver superior customer service at a
38
+
* lower cost. Amazon Connect communications capabilities make it easy for
39
+
* companies to deliver personalized interactions across communication channels,
40
+
* including chat.
41
+
* </p>
42
+
* <p>
43
+
* Use the Amazon Connect Participant Service to manage participants (for
44
+
* example, agents, customers, and managers listening in), and to send messages
45
+
* and events within a chat contact. The APIs in the service enable the
46
+
* following: sending chat messages, attachment sharing, managing a
47
+
* participant's connection state and message events, and retrieving chat
Copy file name to clipboardExpand all lines: aws-android-sdk-connectparticipant/src/main/java/com/amazonaws/services/connectparticipant/AmazonConnectParticipantClient.java
+13-4Lines changed: 13 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -36,10 +36,19 @@
36
36
* completes.
37
37
* <p>
38
38
* <p>
39
-
* Amazon Connect is a cloud-based contact center solution that makes it easy to
40
-
* set up and manage a customer contact center. Amazon Connect enables customer
41
-
* contacts through voice or chat. Use the Amazon Connect Participant Service to
42
-
* manage chat participants, such as agents and customers.
39
+
* Amazon Connect is an easy-to-use omnichannel cloud contact center service
40
+
* that enables companies of any size to deliver superior customer service at a
41
+
* lower cost. Amazon Connect communications capabilities make it easy for
42
+
* companies to deliver personalized interactions across communication channels,
43
+
* including chat.
44
+
* </p>
45
+
* <p>
46
+
* Use the Amazon Connect Participant Service to manage participants (for
47
+
* example, agents, customers, and managers listening in), and to send messages
48
+
* and events within a chat contact. The APIs in the service enable the
49
+
* following: sending chat messages, attachment sharing, managing a
50
+
* participant's connection state and message events, and retrieving chat
Copy file name to clipboardExpand all lines: aws-android-sdk-connectparticipant/src/main/java/com/amazonaws/services/connectparticipant/model/CreateParticipantConnectionRequest.java
+20-9Lines changed: 20 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -104,7 +104,8 @@ public class CreateParticipantConnectionRequest extends AmazonWebServiceRequest
104
104
/**
105
105
* <p>
106
106
* Amazon Connect Participant is used to mark the participant as connected
107
-
* for message streaming.
107
+
* for customer participant in message streaming, as well as for agent or
108
+
* manager participant in non-streaming chats.
108
109
* </p>
109
110
*/
110
111
privateBooleanconnectParticipant;
@@ -278,12 +279,14 @@ public CreateParticipantConnectionRequest withParticipantToken(String participan
278
279
/**
279
280
* <p>
280
281
* Amazon Connect Participant is used to mark the participant as connected
281
-
* for message streaming.
282
+
* for customer participant in message streaming, as well as for agent or
283
+
* manager participant in non-streaming chats.
282
284
* </p>
283
285
*
284
286
* @return <p>
285
287
* Amazon Connect Participant is used to mark the participant as
286
-
* connected for message streaming.
288
+
* connected for customer participant in message streaming, as well
289
+
* as for agent or manager participant in non-streaming chats.
287
290
* </p>
288
291
*/
289
292
publicBooleanisConnectParticipant() {
@@ -293,12 +296,14 @@ public Boolean isConnectParticipant() {
293
296
/**
294
297
* <p>
295
298
* Amazon Connect Participant is used to mark the participant as connected
296
-
* for message streaming.
299
+
* for customer participant in message streaming, as well as for agent or
300
+
* manager participant in non-streaming chats.
297
301
* </p>
298
302
*
299
303
* @return <p>
300
304
* Amazon Connect Participant is used to mark the participant as
301
-
* connected for message streaming.
305
+
* connected for customer participant in message streaming, as well
306
+
* as for agent or manager participant in non-streaming chats.
302
307
* </p>
303
308
*/
304
309
publicBooleangetConnectParticipant() {
@@ -308,12 +313,15 @@ public Boolean getConnectParticipant() {
308
313
/**
309
314
* <p>
310
315
* Amazon Connect Participant is used to mark the participant as connected
311
-
* for message streaming.
316
+
* for customer participant in message streaming, as well as for agent or
317
+
* manager participant in non-streaming chats.
312
318
* </p>
313
319
*
314
320
* @param connectParticipant <p>
315
321
* Amazon Connect Participant is used to mark the participant as
316
-
* connected for message streaming.
322
+
* connected for customer participant in message streaming, as
323
+
* well as for agent or manager participant in non-streaming
Copy file name to clipboardExpand all lines: aws-android-sdk-connectparticipant/src/main/java/com/amazonaws/services/connectparticipant/model/SendMessageRequest.java
+73-10Lines changed: 73 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,9 @@ public class SendMessageRequest extends AmazonWebServiceRequest implements Seria
39
39
/**
40
40
* <p>
41
41
* The type of the content. Supported types are <code>text/plain</code>,
42
-
* <code>text/markdown</code>, and <code>application/json</code>.
42
+
* <code>text/markdown</code>, <code>application/json</code>, and
Copy file name to clipboardExpand all lines: aws-android-sdk-connectparticipant/src/main/java/com/amazonaws/services/connectparticipant/package-info.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/**
2
-
* <p>Amazon Connect is a cloud-based contact center solution that makes it easy to set up and manage a customer contact center. Amazon Connect enables customer contacts through voice or chat. Use the Amazon Connect Participant Service to manage chat participants, such as agents and customers.</p>
2
+
* <p>Amazon Connect is an easy-to-use omnichannel cloud contact center service that enables companies of any size to deliver superior customer service at a lower cost. Amazon Connect communications capabilities make it easy for companies to deliver personalized interactions across communication channels, including chat. </p> <p>Use the Amazon Connect Participant Service to manage participants (for example, agents, customers, and managers listening in), and to send messages and events within a chat contact. The APIs in the service enable the following: sending chat messages, attachment sharing, managing a participant's connection state and message events, and retrieving chat transcripts.</p>
0 commit comments