# Interface: com.pnfsoftware.jeb.core.units.IUnknownInputResolver

Define a resolution system for input that could not be identified.

## Method: askForHelp
- parameter: `name`, type: `java.lang.String`
- parameter: `input`, type: `com.pnfsoftware.jeb.core.input.IInput`
- parameter: `parent`, type: `com.pnfsoftware.jeb.core.IUnitCreator`
- return type: `java.lang.String`

Description: Request help from the resolver.
parameter: name: the input name
parameter: input: the input data
parameter: parent: the parent
return: a unit type string returned by the resolved, if any, or null if the resolution failed

