public final class OutputFieldMappingEntry extends Object
| Constructor and Description |
|---|
OutputFieldMappingEntry(String name)
Constructor of
OutputFieldMappingEntry. |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Get the name property: The name of the output defined by the skill.
|
String |
getTargetName()
Get the targetName property: The target name of the output.
|
OutputFieldMappingEntry |
setTargetName(String targetName)
Set the targetName property: The target name of the output.
|
public OutputFieldMappingEntry(String name)
OutputFieldMappingEntry.name - The name of the output defined by the skill.public String getName()
public String getTargetName()
public OutputFieldMappingEntry setTargetName(String targetName)
targetName - the targetName value to set.Copyright © 2020 Microsoft Corporation. All rights reserved.