public class UserQuickConnectConfig
extends java.lang.Object
implements java.io.Serializable
Contains information about the quick connect configuration settings for a user. The contact flow must be of type Transfer to Agent.
| Constructor and Description |
|---|
UserQuickConnectConfig() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getContactFlowId()
The identifier of the contact flow.
|
java.lang.String |
getUserId()
The identifier of the user.
|
int |
hashCode() |
void |
setContactFlowId(java.lang.String contactFlowId)
The identifier of the contact flow.
|
void |
setUserId(java.lang.String userId)
The identifier of the user.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UserQuickConnectConfig |
withContactFlowId(java.lang.String contactFlowId)
The identifier of the contact flow.
|
UserQuickConnectConfig |
withUserId(java.lang.String userId)
The identifier of the user.
|
public java.lang.String getUserId()
The identifier of the user.
The identifier of the user.
public void setUserId(java.lang.String userId)
The identifier of the user.
userId - The identifier of the user.
public UserQuickConnectConfig withUserId(java.lang.String userId)
The identifier of the user.
Returns a reference to this object so that method calls can be chained together.
userId - The identifier of the user.
public java.lang.String getContactFlowId()
The identifier of the contact flow.
Constraints:
Length: - 500
The identifier of the contact flow.
public void setContactFlowId(java.lang.String contactFlowId)
The identifier of the contact flow.
Constraints:
Length: - 500
contactFlowId - The identifier of the contact flow.
public UserQuickConnectConfig withContactFlowId(java.lang.String contactFlowId)
The identifier of the contact flow.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: - 500
contactFlowId - The identifier of the contact flow.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.