Package com.mypurecloud.sdk.v2.model
Class KnowledgeConversationContextResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.KnowledgeConversationContextResponse
- All Implemented Interfaces:
Serializable
KnowledgeConversationContextResponse
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe media type of the conversation. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconversation(AddressableEntityRef conversation) The conversation.booleanexternalContact(AddressableEntityRef externalContact) The end-user participant of the conversation.getQueue()inthashCode()The media type of the conversation.queue(AddressableEntityRef queue) The queue used to assign the interaction to the user.voidsetConversation(AddressableEntityRef conversation) voidsetExternalContact(AddressableEntityRef externalContact) voidvoidsetQueue(AddressableEntityRef queue) toString()
-
Constructor Details
-
KnowledgeConversationContextResponse
public KnowledgeConversationContextResponse() -
KnowledgeConversationContextResponse
-
-
Method Details
-
conversation
The conversation. -
getConversation
-
setConversation
-
queue
The queue used to assign the interaction to the user. -
getQueue
-
setQueue
-
externalContact
The end-user participant of the conversation. -
getExternalContact
-
setExternalContact
-
mediaType
public KnowledgeConversationContextResponse mediaType(KnowledgeConversationContextResponse.MediaTypeEnum mediaType) The media type of the conversation. -
getMediaType
-
setMediaType
-
equals
-
hashCode
public int hashCode() -
toString
-