OutputFieldMappingEntry interface
Output field mapping for a skill.
Properties
name | The name of the output defined by the skill. |
target |
The target name of the output. It is optional and default to name. |
Property Details
name
The name of the output defined by the skill.
name: string
Property Value
string
targetName
The target name of the output. It is optional and default to name.
targetName?: string
Property Value
string