Class JsonObjectResponseFormat
- java.lang.Object
-
- com.microsoft.semantickernel.orchestration.responseformat.ResponseFormat
-
- com.microsoft.semantickernel.orchestration.responseformat.JsonObjectResponseFormat
-
public class JsonObjectResponseFormat extends ResponseFormat
A response represented in a JSON format.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.microsoft.semantickernel.orchestration.responseformat.ResponseFormat
ResponseFormat.Type
-
-
Constructor Summary
Constructors Constructor Description JsonObjectResponseFormat()Used by Jackson deserialization to create a new instance of theJsonObjectResponseFormatclass.
-
-
-
Constructor Detail
-
JsonObjectResponseFormat
public JsonObjectResponseFormat()
Used by Jackson deserialization to create a new instance of theJsonObjectResponseFormatclass.
-
-