Class Parameter
- Namespace
- Uralstech.UAI.Abstraction.Tools
Declares a parameter for a Function.
public record Parameter
- Inheritance
-
objectParameter
Fields
Description
The description of the parameter.
public string Description
Field Value
- string
Enum
Enum values for the parameter, if the type is String.
public string[] Enum
Field Value
- string[]
Name
The name of the parameter.
public string Name
Field Value
- string
Required
Is the parameter required?
public bool Required
Field Value
- bool
Type
The type of the parameter.
public ParameterType Type
Field Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.