Uses of Class
com.microsoft.semantickernel.orchestration.responseformat.JsonResponseSchema
-
Packages that use JsonResponseSchema Package Description com.microsoft.semantickernel.orchestration.responseformat -
-
Uses of JsonResponseSchema in com.microsoft.semantickernel.orchestration.responseformat
Methods in com.microsoft.semantickernel.orchestration.responseformat that return JsonResponseSchema Modifier and Type Method Description JsonResponseSchemaJsonSchemaResponseFormat. getJsonSchema()Gets the JSON schema.Methods in com.microsoft.semantickernel.orchestration.responseformat with parameters of type JsonResponseSchema Modifier and Type Method Description JsonSchemaResponseFormat.BuilderJsonSchemaResponseFormat.Builder. setJsonResponseSchema(JsonResponseSchema jsonResponseSchema)Sets the JSON response schema.Constructors in com.microsoft.semantickernel.orchestration.responseformat with parameters of type JsonResponseSchema Constructor Description JsonSchemaResponseFormat(JsonResponseSchema jsonSchema)Used by Jackson deserialization to create a new instance of theJsonSchemaResponseFormatclass.
-