Package com.mypurecloud.sdk.v2.model
Class CreateWebChatRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.CreateWebChatRequest
- All Implemented Interfaces:
Serializable
CreateWebChatRequest
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionattributes(Map<String, String> attributes) The list of attributes to associate with the customer participant.customerName(String customerName) The name of the customer participating in the web chat.booleaninthashCode()languageId(String languageId) The ID of the langauge to use for routing.The priority to assign to the conversation for routing.The name of the provider that is sourcing the web chat.The ID of the queue to use for routing the chat conversation.voidsetAttributes(Map<String, String> attributes) voidsetCustomerName(String customerName) voidsetLanguageId(String languageId) voidsetPriority(Long priority) voidsetProvider(String provider) voidsetQueueId(String queueId) voidsetSkillIds(List<String> skillIds) The list of skill ID's to use for routing.toString()
-
Constructor Details
-
CreateWebChatRequest
public CreateWebChatRequest() -
CreateWebChatRequest
-
-
Method Details
-
queueId
The ID of the queue to use for routing the chat conversation. -
getQueueId
-
setQueueId
-
provider
The name of the provider that is sourcing the web chat. -
getProvider
-
setProvider
-
skillIds
The list of skill ID's to use for routing. -
getSkillIds
-
setSkillIds
-
languageId
The ID of the langauge 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
-
customerName
The name of the customer participating in the web chat. -
getCustomerName
-
setCustomerName
-
equals
-
hashCode
public int hashCode() -
toString
-