Uses of Class
com.mypurecloud.sdk.v2.model.KnowledgeConversationContextResponse
Packages that use KnowledgeConversationContextResponse
-
Uses of KnowledgeConversationContextResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return KnowledgeConversationContextResponseModifier and TypeMethodDescriptionKnowledgeConversationContextResponse.conversation(AddressableEntityRef conversation) The conversation.KnowledgeConversationContextResponse.externalContact(AddressableEntityRef externalContact) The end-user participant of the conversation.KnowledgeDocumentChunkResponse.getConversationContext()KnowledgeDocumentFeedbackResponse.getConversationContext()KnowledgeDocumentSearch.getConversationContext()KnowledgeConversationContextResponse.mediaType(KnowledgeConversationContextResponse.MediaTypeEnum mediaType) The media type of the conversation.KnowledgeConversationContextResponse.queue(AddressableEntityRef queue) The queue used to assign the interaction to the user.Methods in com.mypurecloud.sdk.v2.model with parameters of type KnowledgeConversationContextResponseModifier and TypeMethodDescriptionKnowledgeDocumentChunkResponse.conversationContext(KnowledgeConversationContextResponse conversationContext) Conversation context information if the chunks search is initiated in the context of a conversation.KnowledgeDocumentFeedbackResponse.conversationContext(KnowledgeConversationContextResponse conversationContext) Conversation context information if the feedback is given in the context of a conversation.KnowledgeDocumentSearch.conversationContext(KnowledgeConversationContextResponse conversationContext) Conversation context information if the search is initiated in the context of a conversation.voidKnowledgeDocumentChunkResponse.setConversationContext(KnowledgeConversationContextResponse conversationContext) voidKnowledgeDocumentFeedbackResponse.setConversationContext(KnowledgeConversationContextResponse conversationContext) voidKnowledgeDocumentSearch.setConversationContext(KnowledgeConversationContextResponse conversationContext)