JsonObjectResponseFormat Class
- java.
lang. Object - com.
microsoft. semantickernel. orchestration. responseformat. ResponseFormat - com.
microsoft. semantickernel. orchestration. responseformat. JsonObjectResponseFormat
- com.
- com.
public class JsonObjectResponseFormat
extends ResponseFormat
A response represented in a JSON format.
Constructor Summary
| Constructor | Description |
|---|---|
| JsonObjectResponseFormat() |
Used by Jackson deserialization to create a new instance of the JsonObjectResponseFormat class. |
Methods inherited from ResponseFormat
Methods inherited from java.lang.Object
Constructor Details
JsonObjectResponseFormat
public JsonObjectResponseFormat()
Used by Jackson deserialization to create a new instance of the JsonObjectResponseFormat class.