Uses of Class
com.mypurecloud.sdk.v2.model.Entity
Packages that use Entity
-
Uses of Entity in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return EntityModifier and TypeMethodDescriptionConversationSessionSummary.getCommunication()BulkEntityErrorEntity.getEntity()BotFlowSession.getFlow()TokenInfoClonedUser.getOrganization()ChatMessageResponse.getParentThread()ChatMessageResponse.getThread()SuggestionContext.getUtterance()Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type EntityModifier and TypeMethodDescriptionKnowledgeExportJobDocumentsFilter.getEntities()KnowledgeGuestSessionContext.getValues()Methods in com.mypurecloud.sdk.v2.model with parameters of type EntityModifier and TypeMethodDescriptionConversationSessionSummary.communication(Entity communication) The communication object of the summary.The entity body specified in the Bulk request operation that caused this error.The flow associated to this bot session.ChatMessageResponse.parentThread(Entity parentThread) Parent thread id for thread repliesvoidConversationSessionSummary.setCommunication(Entity communication) voidvoidvoidChatMessageResponse.setParentThread(Entity parentThread) voidThe id for a thread this message corresponds toMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type EntityModifier and TypeMethodDescriptionRetrieves the documents with the given ids.voidKnowledgeExportJobDocumentsFilter.setEntities(List<Entity> entities) voidThe list of knowledge context values associated with the session.