Package version:

Interface InputFieldMappingEntry

Input field mapping for a skill.

interface InputFieldMappingEntry {
    inputs?: InputFieldMappingEntry[];
    name: string;
    source?: string;
    sourceContext?: string;
}

Properties

The recursive inputs used when creating a complex type.

name: string

The name of the input.

source?: string

The source of the input.

sourceContext?: string

The source context used for selecting recursive inputs.