Skip to content

Commit ba41a67

Browse files
awsmobilesdksdhuka
andauthored
feat(aws-android-sdk-connectparticipant): update models to latest (#3230)
Co-authored-by: Saijad Dhuka <[email protected]>
1 parent f4d3d86 commit ba41a67

File tree

7 files changed

+146
-36
lines changed

7 files changed

+146
-36
lines changed

aws-android-sdk-connectparticipant/src/main/java/com/amazonaws/services/connectparticipant/AmazonConnectParticipant.java

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,19 @@
2222
/**
2323
* Interface for accessing Amazon Connect Participant
2424
* <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
37+
* transcripts.
2938
* </p>
3039
**/
3140
public interface AmazonConnectParticipant {

aws-android-sdk-connectparticipant/src/main/java/com/amazonaws/services/connectparticipant/AmazonConnectParticipantAsync.java

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,19 @@
2525
/**
2626
* Interface for accessing Amazon Connect Participant asynchronously.
2727
* <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
40+
* transcripts.
3241
* </p>
3342
**/
3443
public interface AmazonConnectParticipantAsync extends AmazonConnectParticipant {

aws-android-sdk-connectparticipant/src/main/java/com/amazonaws/services/connectparticipant/AmazonConnectParticipantAsyncClient.java

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,19 @@
3333
/**
3434
* Interface for accessing Amazon Connect Participant asynchronously.
3535
* <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
48+
* transcripts.
4049
* </p>
4150
**/
4251
public class AmazonConnectParticipantAsyncClient extends AmazonConnectParticipantClient implements

aws-android-sdk-connectparticipant/src/main/java/com/amazonaws/services/connectparticipant/AmazonConnectParticipantClient.java

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,19 @@
3636
* completes.
3737
* <p>
3838
* <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
51+
* transcripts.
4352
* </p>
4453
*/
4554
public class AmazonConnectParticipantClient extends AmazonWebServiceClient implements

aws-android-sdk-connectparticipant/src/main/java/com/amazonaws/services/connectparticipant/model/CreateParticipantConnectionRequest.java

Lines changed: 20 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,8 @@ public class CreateParticipantConnectionRequest extends AmazonWebServiceRequest
104104
/**
105105
* <p>
106106
* 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.
108109
* </p>
109110
*/
110111
private Boolean connectParticipant;
@@ -278,12 +279,14 @@ public CreateParticipantConnectionRequest withParticipantToken(String participan
278279
/**
279280
* <p>
280281
* 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.
282284
* </p>
283285
*
284286
* @return <p>
285287
* 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.
287290
* </p>
288291
*/
289292
public Boolean isConnectParticipant() {
@@ -293,12 +296,14 @@ public Boolean isConnectParticipant() {
293296
/**
294297
* <p>
295298
* 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.
297301
* </p>
298302
*
299303
* @return <p>
300304
* 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.
302307
* </p>
303308
*/
304309
public Boolean getConnectParticipant() {
@@ -308,12 +313,15 @@ public Boolean getConnectParticipant() {
308313
/**
309314
* <p>
310315
* 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.
312318
* </p>
313319
*
314320
* @param connectParticipant <p>
315321
* 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
324+
* chats.
317325
* </p>
318326
*/
319327
public void setConnectParticipant(Boolean connectParticipant) {
@@ -323,15 +331,18 @@ public void setConnectParticipant(Boolean connectParticipant) {
323331
/**
324332
* <p>
325333
* Amazon Connect Participant is used to mark the participant as connected
326-
* for message streaming.
334+
* for customer participant in message streaming, as well as for agent or
335+
* manager participant in non-streaming chats.
327336
* </p>
328337
* <p>
329338
* Returns a reference to this object so that method calls can be chained
330339
* together.
331340
*
332341
* @param connectParticipant <p>
333342
* Amazon Connect Participant is used to mark the participant as
334-
* connected for message streaming.
343+
* connected for customer participant in message streaming, as
344+
* well as for agent or manager participant in non-streaming
345+
* chats.
335346
* </p>
336347
* @return A reference to this updated object so that method calls can be
337348
* chained together.

aws-android-sdk-connectparticipant/src/main/java/com/amazonaws/services/connectparticipant/model/SendMessageRequest.java

Lines changed: 73 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ public class SendMessageRequest extends AmazonWebServiceRequest implements Seria
3939
/**
4040
* <p>
4141
* 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
43+
* <code>application/vnd.amazonaws.connect.message.interactive.response</code>
44+
* .
4345
* </p>
4446
* <p>
4547
* <b>Constraints:</b><br/>
@@ -64,6 +66,13 @@ public class SendMessageRequest extends AmazonWebServiceRequest implements Seria
6466
* 1, Maximum of 12000.
6567
* </p>
6668
* </li>
69+
* <li>
70+
* <p>
71+
* For
72+
* <code>application/vnd.amazonaws.connect.message.interactive.response</code>
73+
* , the Length Constraints are Minimum of 1, Maximum of 12288.
74+
* </p>
75+
* </li>
6776
* </ul>
6877
* <p>
6978
* <b>Constraints:</b><br/>
@@ -99,16 +108,20 @@ public class SendMessageRequest extends AmazonWebServiceRequest implements Seria
99108
/**
100109
* <p>
101110
* The type of the content. Supported types are <code>text/plain</code>,
102-
* <code>text/markdown</code>, and <code>application/json</code>.
111+
* <code>text/markdown</code>, <code>application/json</code>, and
112+
* <code>application/vnd.amazonaws.connect.message.interactive.response</code>
113+
* .
103114
* </p>
104115
* <p>
105116
* <b>Constraints:</b><br/>
106117
* <b>Length: </b>1 - 100<br/>
107118
*
108119
* @return <p>
109120
* The type of the content. Supported types are
110-
* <code>text/plain</code>, <code>text/markdown</code>, and
111-
* <code>application/json</code>.
121+
* <code>text/plain</code>, <code>text/markdown</code>,
122+
* <code>application/json</code>, and
123+
* <code>application/vnd.amazonaws.connect.message.interactive.response</code>
124+
* .
112125
* </p>
113126
*/
114127
public String getContentType() {
@@ -118,16 +131,20 @@ public String getContentType() {
118131
/**
119132
* <p>
120133
* The type of the content. Supported types are <code>text/plain</code>,
121-
* <code>text/markdown</code>, and <code>application/json</code>.
134+
* <code>text/markdown</code>, <code>application/json</code>, and
135+
* <code>application/vnd.amazonaws.connect.message.interactive.response</code>
136+
* .
122137
* </p>
123138
* <p>
124139
* <b>Constraints:</b><br/>
125140
* <b>Length: </b>1 - 100<br/>
126141
*
127142
* @param contentType <p>
128143
* The type of the content. Supported types are
129-
* <code>text/plain</code>, <code>text/markdown</code>, and
130-
* <code>application/json</code>.
144+
* <code>text/plain</code>, <code>text/markdown</code>,
145+
* <code>application/json</code>, and
146+
* <code>application/vnd.amazonaws.connect.message.interactive.response</code>
147+
* .
131148
* </p>
132149
*/
133150
public void setContentType(String contentType) {
@@ -137,7 +154,9 @@ public void setContentType(String contentType) {
137154
/**
138155
* <p>
139156
* The type of the content. Supported types are <code>text/plain</code>,
140-
* <code>text/markdown</code>, and <code>application/json</code>.
157+
* <code>text/markdown</code>, <code>application/json</code>, and
158+
* <code>application/vnd.amazonaws.connect.message.interactive.response</code>
159+
* .
141160
* </p>
142161
* <p>
143162
* Returns a reference to this object so that method calls can be chained
@@ -148,8 +167,10 @@ public void setContentType(String contentType) {
148167
*
149168
* @param contentType <p>
150169
* The type of the content. Supported types are
151-
* <code>text/plain</code>, <code>text/markdown</code>, and
152-
* <code>application/json</code>.
170+
* <code>text/plain</code>, <code>text/markdown</code>,
171+
* <code>application/json</code>, and
172+
* <code>application/vnd.amazonaws.connect.message.interactive.response</code>
173+
* .
153174
* </p>
154175
* @return A reference to this updated object so that method calls can be
155176
* chained together.
@@ -176,6 +197,13 @@ public SendMessageRequest withContentType(String contentType) {
176197
* 1, Maximum of 12000.
177198
* </p>
178199
* </li>
200+
* <li>
201+
* <p>
202+
* For
203+
* <code>application/vnd.amazonaws.connect.message.interactive.response</code>
204+
* , the Length Constraints are Minimum of 1, Maximum of 12288.
205+
* </p>
206+
* </li>
179207
* </ul>
180208
* <p>
181209
* <b>Constraints:</b><br/>
@@ -197,6 +225,13 @@ public SendMessageRequest withContentType(String contentType) {
197225
* Minimum of 1, Maximum of 12000.
198226
* </p>
199227
* </li>
228+
* <li>
229+
* <p>
230+
* For
231+
* <code>application/vnd.amazonaws.connect.message.interactive.response</code>
232+
* , the Length Constraints are Minimum of 1, Maximum of 12288.
233+
* </p>
234+
* </li>
200235
* </ul>
201236
*/
202237
public String getContent() {
@@ -220,6 +255,13 @@ public String getContent() {
220255
* 1, Maximum of 12000.
221256
* </p>
222257
* </li>
258+
* <li>
259+
* <p>
260+
* For
261+
* <code>application/vnd.amazonaws.connect.message.interactive.response</code>
262+
* , the Length Constraints are Minimum of 1, Maximum of 12288.
263+
* </p>
264+
* </li>
223265
* </ul>
224266
* <p>
225267
* <b>Constraints:</b><br/>
@@ -241,6 +283,13 @@ public String getContent() {
241283
* Minimum of 1, Maximum of 12000.
242284
* </p>
243285
* </li>
286+
* <li>
287+
* <p>
288+
* For
289+
* <code>application/vnd.amazonaws.connect.message.interactive.response</code>
290+
* , the Length Constraints are Minimum of 1, Maximum of 12288.
291+
* </p>
292+
* </li>
244293
* </ul>
245294
*/
246295
public void setContent(String content) {
@@ -264,6 +313,13 @@ public void setContent(String content) {
264313
* 1, Maximum of 12000.
265314
* </p>
266315
* </li>
316+
* <li>
317+
* <p>
318+
* For
319+
* <code>application/vnd.amazonaws.connect.message.interactive.response</code>
320+
* , the Length Constraints are Minimum of 1, Maximum of 12288.
321+
* </p>
322+
* </li>
267323
* </ul>
268324
* <p>
269325
* Returns a reference to this object so that method calls can be chained
@@ -288,6 +344,13 @@ public void setContent(String content) {
288344
* Minimum of 1, Maximum of 12000.
289345
* </p>
290346
* </li>
347+
* <li>
348+
* <p>
349+
* For
350+
* <code>application/vnd.amazonaws.connect.message.interactive.response</code>
351+
* , the Length Constraints are Minimum of 1, Maximum of 12288.
352+
* </p>
353+
* </li>
291354
* </ul>
292355
* @return A reference to this updated object so that method calls can be
293356
* chained together.

aws-android-sdk-connectparticipant/src/main/java/com/amazonaws/services/connectparticipant/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
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>
33
*/
44

55
package com.amazonaws.services.connectparticipant;

0 commit comments

Comments
 (0)