Uses of Class
com.mypurecloud.sdk.v2.model.EntityReference
Packages that use EntityReference
-
Uses of EntityReference in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return EntityReferenceModifier and TypeMethodDescriptionKnowledgeGuestSearchClientApplication.getAssistant()KnowledgeGuestSearchClientApplication.getBotFlow()KnowledgeGuestSearchClientApplication.getDeployment()KnowledgeDocumentFeedback.getDocumentVariation()KnowledgeDocumentFeedbackResponse.getDocumentVariation()KnowledgeGuestDocumentFeedback.getDocumentVariation()KnowledgeDocumentFeedback.getSearch()KnowledgeDocumentFeedbackResponse.getSearch()KnowledgeGuestDocumentFeedback.getSearch()The globally unique identifier for the object.Methods in com.mypurecloud.sdk.v2.model with parameters of type EntityReferenceModifier and TypeMethodDescriptionKnowledgeGuestSearchClientApplication.assistant(EntityReference assistant) Application details when type is Assistant.KnowledgeGuestSearchClientApplication.botFlow(EntityReference botFlow) Application details when type is BotFlow.KnowledgeGuestSearchClientApplication.deployment(EntityReference deployment) Application details when type is MessengerKnowledgeApp or SupportCenter.KnowledgeDocumentFeedback.documentVariation(EntityReference documentVariation) The variation of the document on which feedback was given.KnowledgeDocumentFeedbackResponse.documentVariation(EntityReference documentVariation) The variation of the document on which feedback was given.KnowledgeGuestDocumentFeedback.documentVariation(EntityReference documentVariation) The variation of the document on which feedback was given.KnowledgeDocumentFeedback.search(EntityReference search) The search that surfaced the document on which feedback was given.KnowledgeDocumentFeedbackResponse.search(EntityReference search) The search that surfaced the document on which feedback was given.KnowledgeGuestDocumentFeedback.search(EntityReference search) The search that surfaced the document on which feedback was given.voidKnowledgeGuestSearchClientApplication.setAssistant(EntityReference assistant) voidKnowledgeGuestSearchClientApplication.setBotFlow(EntityReference botFlow) voidKnowledgeGuestSearchClientApplication.setDeployment(EntityReference deployment) voidKnowledgeDocumentFeedback.setDocumentVariation(EntityReference documentVariation) voidKnowledgeDocumentFeedbackResponse.setDocumentVariation(EntityReference documentVariation) voidKnowledgeGuestDocumentFeedback.setDocumentVariation(EntityReference documentVariation) voidKnowledgeDocumentFeedback.setSearch(EntityReference search) voidKnowledgeDocumentFeedbackResponse.setSearch(EntityReference search) voidKnowledgeGuestDocumentFeedback.setSearch(EntityReference search)