ResponseFormat Class
- java.
lang. Object - com.
microsoft. semantickernel. orchestration. responseformat. ResponseFormat
- com.
public abstract class ResponseFormat
Base class for response formats.
Constructor Summary
Constructor | Description |
---|---|
ResponseFormat(ResponseFormat.Type type) |
Creates a new instance of the ResponseFormat class. |
Method Summary
Modifier and Type | Method and Description |
---|---|
Type |
getType()
Gets the type of the response format. |
Methods inherited from java.lang.Object
Constructor Details
ResponseFormat
public ResponseFormat(ResponseFormat.Type type)
Creates a new instance of the ResponseFormat class.
Parameters:
Method Details
getType
public ResponseFormat.Type getType()
Gets the type of the response format.
Returns: