Package version:

Interface OutputFieldMappingEntry

Output field mapping for a skill.

interface OutputFieldMappingEntry {
    name: string;
    targetName?: string;
}

Properties

Properties

name: string

The name of the output defined by the skill.

targetName?: string

The target name of the output. It is optional and default to name.