Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

connectparticipant Update models to latest #3230

Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,19 @@
/**
* Interface for accessing Amazon Connect Participant
* <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.
* 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>
**/
public interface AmazonConnectParticipant {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,19 @@
/**
* Interface for accessing Amazon Connect Participant asynchronously.
* <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.
* 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>
**/
public interface AmazonConnectParticipantAsync extends AmazonConnectParticipant {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,19 @@
/**
* Interface for accessing Amazon Connect Participant asynchronously.
* <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.
* 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>
**/
public class AmazonConnectParticipantAsyncClient extends AmazonConnectParticipantClient implements
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,19 @@
* completes.
* <p>
* <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.
* 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>
*/
public class AmazonConnectParticipantClient extends AmazonWebServiceClient implements
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ public class CreateParticipantConnectionRequest extends AmazonWebServiceRequest
/**
* <p>
* Amazon Connect Participant is used to mark the participant as connected
* for message streaming.
* for customer participant in message streaming, as well as for agent or
* manager participant in non-streaming chats.
* </p>
*/
private Boolean connectParticipant;
Expand Down Expand Up @@ -278,12 +279,14 @@ public CreateParticipantConnectionRequest withParticipantToken(String participan
/**
* <p>
* Amazon Connect Participant is used to mark the participant as connected
* for message streaming.
* for customer participant in message streaming, as well as for agent or
* manager participant in non-streaming chats.
* </p>
*
* @return <p>
* Amazon Connect Participant is used to mark the participant as
* connected for message streaming.
* connected for customer participant in message streaming, as well
* as for agent or manager participant in non-streaming chats.
* </p>
*/
public Boolean isConnectParticipant() {
Expand All @@ -293,12 +296,14 @@ public Boolean isConnectParticipant() {
/**
* <p>
* Amazon Connect Participant is used to mark the participant as connected
* for message streaming.
* for customer participant in message streaming, as well as for agent or
* manager participant in non-streaming chats.
* </p>
*
* @return <p>
* Amazon Connect Participant is used to mark the participant as
* connected for message streaming.
* connected for customer participant in message streaming, as well
* as for agent or manager participant in non-streaming chats.
* </p>
*/
public Boolean getConnectParticipant() {
Expand All @@ -308,12 +313,15 @@ public Boolean getConnectParticipant() {
/**
* <p>
* Amazon Connect Participant is used to mark the participant as connected
* for message streaming.
* for customer participant in message streaming, as well as for agent or
* manager participant in non-streaming chats.
* </p>
*
* @param connectParticipant <p>
* Amazon Connect Participant is used to mark the participant as
* connected for message streaming.
* connected for customer participant in message streaming, as
* well as for agent or manager participant in non-streaming
* chats.
* </p>
*/
public void setConnectParticipant(Boolean connectParticipant) {
Expand All @@ -323,15 +331,18 @@ public void setConnectParticipant(Boolean connectParticipant) {
/**
* <p>
* Amazon Connect Participant is used to mark the participant as connected
* for message streaming.
* for customer participant in message streaming, as well as for agent or
* manager participant in non-streaming chats.
* </p>
* <p>
* Returns a reference to this object so that method calls can be chained
* together.
*
* @param connectParticipant <p>
* Amazon Connect Participant is used to mark the participant as
* connected for message streaming.
* connected for customer participant in message streaming, as
* well as for agent or manager participant in non-streaming
* chats.
* </p>
* @return A reference to this updated object so that method calls can be
* chained together.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ public class SendMessageRequest extends AmazonWebServiceRequest implements Seria
/**
* <p>
* The type of the content. Supported types are <code>text/plain</code>,
* <code>text/markdown</code>, and <code>application/json</code>.
* <code>text/markdown</code>, <code>application/json</code>, and
* <code>application/vnd.amazonaws.connect.message.interactive.response</code>
* .
* </p>
* <p>
* <b>Constraints:</b><br/>
Expand All @@ -64,6 +66,13 @@ public class SendMessageRequest extends AmazonWebServiceRequest implements Seria
* 1, Maximum of 12000.
* </p>
* </li>
* <li>
* <p>
* For
* <code>application/vnd.amazonaws.connect.message.interactive.response</code>
* , the Length Constraints are Minimum of 1, Maximum of 12288.
* </p>
* </li>
* </ul>
* <p>
* <b>Constraints:</b><br/>
Expand Down Expand Up @@ -99,16 +108,20 @@ public class SendMessageRequest extends AmazonWebServiceRequest implements Seria
/**
* <p>
* The type of the content. Supported types are <code>text/plain</code>,
* <code>text/markdown</code>, and <code>application/json</code>.
* <code>text/markdown</code>, <code>application/json</code>, and
* <code>application/vnd.amazonaws.connect.message.interactive.response</code>
* .
* </p>
* <p>
* <b>Constraints:</b><br/>
* <b>Length: </b>1 - 100<br/>
*
* @return <p>
* The type of the content. Supported types are
* <code>text/plain</code>, <code>text/markdown</code>, and
* <code>application/json</code>.
* <code>text/plain</code>, <code>text/markdown</code>,
* <code>application/json</code>, and
* <code>application/vnd.amazonaws.connect.message.interactive.response</code>
* .
* </p>
*/
public String getContentType() {
Expand All @@ -118,16 +131,20 @@ public String getContentType() {
/**
* <p>
* The type of the content. Supported types are <code>text/plain</code>,
* <code>text/markdown</code>, and <code>application/json</code>.
* <code>text/markdown</code>, <code>application/json</code>, and
* <code>application/vnd.amazonaws.connect.message.interactive.response</code>
* .
* </p>
* <p>
* <b>Constraints:</b><br/>
* <b>Length: </b>1 - 100<br/>
*
* @param contentType <p>
* The type of the content. Supported types are
* <code>text/plain</code>, <code>text/markdown</code>, and
* <code>application/json</code>.
* <code>text/plain</code>, <code>text/markdown</code>,
* <code>application/json</code>, and
* <code>application/vnd.amazonaws.connect.message.interactive.response</code>
* .
* </p>
*/
public void setContentType(String contentType) {
Expand All @@ -137,7 +154,9 @@ public void setContentType(String contentType) {
/**
* <p>
* The type of the content. Supported types are <code>text/plain</code>,
* <code>text/markdown</code>, and <code>application/json</code>.
* <code>text/markdown</code>, <code>application/json</code>, and
* <code>application/vnd.amazonaws.connect.message.interactive.response</code>
* .
* </p>
* <p>
* Returns a reference to this object so that method calls can be chained
Expand All @@ -148,8 +167,10 @@ public void setContentType(String contentType) {
*
* @param contentType <p>
* The type of the content. Supported types are
* <code>text/plain</code>, <code>text/markdown</code>, and
* <code>application/json</code>.
* <code>text/plain</code>, <code>text/markdown</code>,
* <code>application/json</code>, and
* <code>application/vnd.amazonaws.connect.message.interactive.response</code>
* .
* </p>
* @return A reference to this updated object so that method calls can be
* chained together.
Expand All @@ -176,6 +197,13 @@ public SendMessageRequest withContentType(String contentType) {
* 1, Maximum of 12000.
* </p>
* </li>
* <li>
* <p>
* For
* <code>application/vnd.amazonaws.connect.message.interactive.response</code>
* , the Length Constraints are Minimum of 1, Maximum of 12288.
* </p>
* </li>
* </ul>
* <p>
* <b>Constraints:</b><br/>
Expand All @@ -197,6 +225,13 @@ public SendMessageRequest withContentType(String contentType) {
* Minimum of 1, Maximum of 12000.
* </p>
* </li>
* <li>
* <p>
* For
* <code>application/vnd.amazonaws.connect.message.interactive.response</code>
* , the Length Constraints are Minimum of 1, Maximum of 12288.
* </p>
* </li>
* </ul>
*/
public String getContent() {
Expand All @@ -220,6 +255,13 @@ public String getContent() {
* 1, Maximum of 12000.
* </p>
* </li>
* <li>
* <p>
* For
* <code>application/vnd.amazonaws.connect.message.interactive.response</code>
* , the Length Constraints are Minimum of 1, Maximum of 12288.
* </p>
* </li>
* </ul>
* <p>
* <b>Constraints:</b><br/>
Expand All @@ -241,6 +283,13 @@ public String getContent() {
* Minimum of 1, Maximum of 12000.
* </p>
* </li>
* <li>
* <p>
* For
* <code>application/vnd.amazonaws.connect.message.interactive.response</code>
* , the Length Constraints are Minimum of 1, Maximum of 12288.
* </p>
* </li>
* </ul>
*/
public void setContent(String content) {
Expand All @@ -264,6 +313,13 @@ public void setContent(String content) {
* 1, Maximum of 12000.
* </p>
* </li>
* <li>
* <p>
* For
* <code>application/vnd.amazonaws.connect.message.interactive.response</code>
* , the Length Constraints are Minimum of 1, Maximum of 12288.
* </p>
* </li>
* </ul>
* <p>
* Returns a reference to this object so that method calls can be chained
Expand All @@ -288,6 +344,13 @@ public void setContent(String content) {
* Minimum of 1, Maximum of 12000.
* </p>
* </li>
* <li>
* <p>
* For
* <code>application/vnd.amazonaws.connect.message.interactive.response</code>
* , the Length Constraints are Minimum of 1, Maximum of 12288.
* </p>
* </li>
* </ul>
* @return A reference to this updated object so that method calls can be
* chained together.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* <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>
* <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>
*/

package com.amazonaws.services.connectparticipant;
Expand Down