InputFieldMappingEntry interface

Input field mapping for a skill.

Properties

inputs

The recursive inputs used when creating a complex type.

name

The name of the input.

source

The source of the input.

sourceContext

The source context used for selecting recursive inputs.

Property Details

inputs

The recursive inputs used when creating a complex type.

inputs?: InputFieldMappingEntry[]

Property Value

name

The name of the input.

name: string

Property Value

string

source

The source of the input.

source?: string

Property Value

string

sourceContext

The source context used for selecting recursive inputs.

sourceContext?: string

Property Value

string