Uses of Class
com.azure.ai.openai.responses.models.ResponseTextOptions
Packages that use ResponseTextOptions
Package
Description
Package containing the data models for AzureResponses.
-
Uses of ResponseTextOptions in com.azure.ai.openai.responses.models
Methods in com.azure.ai.openai.responses.models that return ResponseTextOptionsModifier and TypeMethodDescriptionstatic ResponseTextOptionsResponseTextOptions.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ResponseTextOptions from the JsonReader.CreateResponsesRequest.getText()Get the text property: The text property.ResponsesResponse.getText()Get the text property: The text property.ResponseTextOptions.setFormat(ResponsesTextFormat format) Set the format property: The format property.Methods in com.azure.ai.openai.responses.models with parameters of type ResponseTextOptionsModifier and TypeMethodDescriptionCreateResponsesRequest.setText(ResponseTextOptions text) Set the text property: The text property.