Package com.mypurecloud.sdk.v2.model
Class KnowledgeConversationContext
java.lang.Object
com.mypurecloud.sdk.v2.model.KnowledgeConversationContext
- All Implemented Interfaces:
Serializable
KnowledgeConversationContext
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe media type of the conversation.static enumThe message type of the conversation. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconversationId(String conversationId) The unique identifier of the conversation.booleanexternalContactId(String externalContactId) The external contact identifier of the end-user participant.inthashCode()The media type of the conversation.messageType(KnowledgeConversationContext.MessageTypeEnum messageType) The message type of the conversation.The unique identifier of the queue used to assign the interaction to the user.voidsetConversationId(String conversationId) voidsetExternalContactId(String externalContactId) voidvoidvoidsetQueueId(String queueId) toString()
-
Constructor Details
-
KnowledgeConversationContext
public KnowledgeConversationContext() -
KnowledgeConversationContext
-
-
Method Details
-
conversationId
The unique identifier of the conversation. -
getConversationId
-
setConversationId
-
mediaType
The media type of the conversation. -
getMediaType
-
setMediaType
-
messageType
public KnowledgeConversationContext messageType(KnowledgeConversationContext.MessageTypeEnum messageType) The message type of the conversation. -
getMessageType
-
setMessageType
-
queueId
The unique identifier of the queue used to assign the interaction to the user. -
getQueueId
-
setQueueId
-
externalContactId
The external contact identifier of the end-user participant. -
getExternalContactId
-
setExternalContactId
-
equals
-
hashCode
public int hashCode() -
toString
-