Package com.mypurecloud.sdk.v2.model
Class InboundMessageRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.InboundMessageRequest
- All Implemented Interfaces:
Serializable
InboundMessageRequest
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionattributes(Map<String, String> attributes) The list of attributes to associate with the customer participant.booleanThe ID of the flow to use for routing email conversation.fromAddress(String fromAddress) The email address of the sender of the email.The name of the sender of the email.inthashCode()languageId(String languageId) The ID of the language to use for routing.The priority to assign to the conversation for routing.The name of the provider that is sourcing the email such as Oracle, Salesforce, etc.The ID of the queue to use for routing the email conversation.voidsetAttributes(Map<String, String> attributes) voidvoidsetFromAddress(String fromAddress) voidsetFromName(String fromName) voidsetLanguageId(String languageId) voidsetPriority(Integer priority) voidsetProvider(String provider) voidsetQueueId(String queueId) voidsetSkillIds(List<String> skillIds) voidsetSubject(String subject) voidsetToAddress(String toAddress) voidThe list of skill ID's to use for routing.The subject of the emailThe email address of the recipient of the email.The name of the recipient of the email.toString()
-
Constructor Details
-
InboundMessageRequest
public InboundMessageRequest() -
InboundMessageRequest
-
-
Method Details
-
queueId
The ID of the queue to use for routing the email conversation. This field is mutually exclusive with flowId -
getQueueId
-
setQueueId
-
flowId
The ID of the flow to use for routing email conversation. This field is mutually exclusive with queueId -
getFlowId
-
setFlowId
-
provider
The name of the provider that is sourcing the email such as Oracle, Salesforce, etc. -
getProvider
-
setProvider
-
skillIds
The list of skill ID's to use for routing. -
getSkillIds
-
setSkillIds
-
languageId
The ID of the language to use for routing. -
getLanguageId
-
setLanguageId
-
priority
The priority to assign to the conversation for routing. -
getPriority
-
setPriority
-
attributes
The list of attributes to associate with the customer participant. -
getAttributes
-
setAttributes
-
toAddress
The email address of the recipient of the email. -
getToAddress
-
setToAddress
-
toName
The name of the recipient of the email. -
getToName
-
setToName
-
fromAddress
The email address of the sender of the email. -
getFromAddress
-
setFromAddress
-
fromName
The name of the sender of the email. -
getFromName
-
setFromName
-
subject
The subject of the email -
getSubject
-
setSubject
-
equals
-
hashCode
public int hashCode() -
toString
-