Package com.mypurecloud.sdk.v2.model
Class KnowledgeV3ConversationContext
java.lang.Object
com.mypurecloud.sdk.v2.model.KnowledgeV3ConversationContext
- All Implemented Interfaces:
Serializable
KnowledgeV3ConversationContext
- 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.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
-
KnowledgeV3ConversationContext
public KnowledgeV3ConversationContext() -
KnowledgeV3ConversationContext
-
-
Method Details
-
conversationId
The unique identifier of the conversation. -
getConversationId
-
setConversationId
-
mediaType
public KnowledgeV3ConversationContext mediaType(KnowledgeV3ConversationContext.MediaTypeEnum mediaType) The media type of the conversation. -
getMediaType
-
setMediaType
-
messageType
public KnowledgeV3ConversationContext messageType(KnowledgeV3ConversationContext.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
-