Class InputConfig
- java.lang.Object
-
- com.microsoft.semantickernel.semanticfunctions.InputConfig
-
public class InputConfig extends Object
Input configuration (list of all input parameters for a semantic function).
-
-
Constructor Summary
Constructors Constructor Description InputConfig(List<InputParameter> parameters)Creates a new instance of theInputConfigclass.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<InputParameter>getParameters()Gets the list of input parameters.
-
-
-
Constructor Detail
-
InputConfig
public InputConfig(List<InputParameter> parameters)
Creates a new instance of theInputConfigclass.- Parameters:
parameters- the list of input parameters
-
-
Method Detail
-
getParameters
public List<InputParameter> getParameters()
Gets the list of input parameters.- Returns:
- the list of input parameters
-
-