Class JsonSchemaOutputByPropertyList
java.lang.Object
de.xima.fc.prompt.service.support.JsonSchemaOutputByPropertyList
- All Implemented Interfaces:
Serializable
View model POJO for users to define a JSON schema for the prompt response, by entering a list of properties for the
object. The system generates a JSON object schema from that list. Applicable only if
definitionType is BY_MANUAL_INPUT.- Since:
- 8.5.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets a list of configured properties the JSON object should have.voidsetProperties(List<JsonSchemaOutputObjectProperty> properties) Sets the list of configured properties the JSON object should have.
-
Constructor Details
-
JsonSchemaOutputByPropertyList
public JsonSchemaOutputByPropertyList()
-
-
Method Details
-
getProperties
Gets a list of configured properties the JSON object should have.- Returns:
- The list of properties.
-
setProperties
Sets the list of configured properties the JSON object should have.- Parameters:
properties- The list of properties.
-