Uses of Class
com.mypurecloud.sdk.v2.model.KnowledgeV3ConversationContext
Packages that use KnowledgeV3ConversationContext
-
Uses of KnowledgeV3ConversationContext in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return KnowledgeV3ConversationContextModifier and TypeMethodDescriptionKnowledgeV3ConversationContext.conversationId(String conversationId) The unique identifier of the conversation.KnowledgeV3ConversationContext.externalContactId(String externalContactId) The external contact identifier of the end-user participant.KnowledgeSourcesSearchRequest.getConversationContext()KnowledgeV3ConversationContext.mediaType(KnowledgeV3ConversationContext.MediaTypeEnum mediaType) The media type of the conversation.KnowledgeV3ConversationContext.messageType(KnowledgeV3ConversationContext.MessageTypeEnum messageType) The message type of the conversation.The unique identifier of the queue used to assign the interaction to the user.Methods in com.mypurecloud.sdk.v2.model with parameters of type KnowledgeV3ConversationContextModifier and TypeMethodDescriptionKnowledgeSourcesSearchRequest.conversationContext(KnowledgeV3ConversationContext conversationContext) Conversation context information if the search is initiated in the context of a conversation.voidKnowledgeSourcesSearchRequest.setConversationContext(KnowledgeV3ConversationContext conversationContext)