Uses of Class
com.azure.ai.openai.responses.models.ResponsesMessage
Packages that use ResponsesMessage
Package
Description
Package containing the data models for AzureResponses.
-
Uses of ResponsesMessage in com.azure.ai.openai.responses.models
Subclasses of ResponsesMessage in com.azure.ai.openai.responses.modelsModifier and TypeClassDescriptionfinal classA message item with the `assistant` role.final classA message item with the `developer` role.final classA message item with the `system` role.final classA message item with the `user` role.Methods in com.azure.ai.openai.responses.models that return ResponsesMessageModifier and TypeMethodDescriptionstatic ResponsesMessageResponsesMessage.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ResponsesMessage from the JsonReader.Constructor parameters in com.azure.ai.openai.responses.models with type arguments of type ResponsesMessageModifierConstructorDescriptionCreateResponsesRequest(CreateResponsesRequestModel model, List<ResponsesMessage> input) Creates an instance of CreateResponsesRequest class.