Uses of Class
com.mypurecloud.sdk.v2.model.KnowledgeSearchClientApplication
Packages that use KnowledgeSearchClientApplication
-
Uses of KnowledgeSearchClientApplication in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return KnowledgeSearchClientApplicationModifier and TypeMethodDescriptionKnowledgeSearchClientApplication.assistant(AddressableEntityRef assistant) Application details when type is Assistant.KnowledgeSearchClientApplication.botFlow(AddressableEntityRef botFlow) Application details when type is BotFlow.KnowledgeSearchClientApplication.deployment(AddressableEntityRef deployment) Application details when type is MessengerKnowledgeApp or SupportCenter.KnowledgeDocumentChunkRequest.getApplication()KnowledgeDocumentChunkResponse.getApplication()KnowledgeDocumentCopy.getApplication()KnowledgeDocumentFeedback.getApplication()KnowledgeDocumentFeedbackResponse.getApplication()KnowledgeDocumentPresentation.getApplication()KnowledgeDocumentSearch.getApplication()KnowledgeDocumentSearchRequest.getApplication()KnowledgeDocumentView.getApplication()KnowledgeSearchClientApplication.type(KnowledgeSearchClientApplication.TypeEnum type) Application type.Methods in com.mypurecloud.sdk.v2.model with parameters of type KnowledgeSearchClientApplicationModifier and TypeMethodDescriptionKnowledgeDocumentChunkRequest.application(KnowledgeSearchClientApplication application) The client application details from which chunks request was sent.KnowledgeDocumentChunkResponse.application(KnowledgeSearchClientApplication application) The client application details from which chunks search happened.KnowledgeDocumentCopy.application(KnowledgeSearchClientApplication application) The client application in which the document content was copied.KnowledgeDocumentFeedback.application(KnowledgeSearchClientApplication application) The client application from which feedback was given.KnowledgeDocumentFeedbackResponse.application(KnowledgeSearchClientApplication application) The client application from which feedback was given.KnowledgeDocumentPresentation.application(KnowledgeSearchClientApplication application) The client application in which the documents were presented.KnowledgeDocumentSearch.application(KnowledgeSearchClientApplication application) The client application details from which search happened.KnowledgeDocumentSearchRequest.application(KnowledgeSearchClientApplication application) The client application details from which search request was sent.KnowledgeDocumentView.application(KnowledgeSearchClientApplication application) The client application from which the document was viewed.voidKnowledgeDocumentChunkRequest.setApplication(KnowledgeSearchClientApplication application) voidKnowledgeDocumentChunkResponse.setApplication(KnowledgeSearchClientApplication application) voidKnowledgeDocumentCopy.setApplication(KnowledgeSearchClientApplication application) voidKnowledgeDocumentFeedback.setApplication(KnowledgeSearchClientApplication application) voidKnowledgeDocumentFeedbackResponse.setApplication(KnowledgeSearchClientApplication application) voidKnowledgeDocumentPresentation.setApplication(KnowledgeSearchClientApplication application) voidKnowledgeDocumentSearch.setApplication(KnowledgeSearchClientApplication application) voidKnowledgeDocumentSearchRequest.setApplication(KnowledgeSearchClientApplication application) voidKnowledgeDocumentView.setApplication(KnowledgeSearchClientApplication application)