Uses of Class
com.azure.ai.openai.responses.models.ResponsesContent
Packages that use ResponsesContent
Package
Description
Package containing the data models for AzureResponses.
-
Uses of ResponsesContent in com.azure.ai.openai.responses.models
Subclasses of ResponsesContent in com.azure.ai.openai.responses.modelsModifier and TypeClassDescriptionfinal classThe ResponsesInputContentFile model.final classThe ResponsesInputContentImage model.final classThe ResponsesInputContentText model.final classThe ResponsesOutputContentRefusal model.final classThe ResponsesOutputContentText model.Methods in com.azure.ai.openai.responses.models that return ResponsesContentModifier and TypeMethodDescriptionstatic ResponsesContentResponsesContent.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ResponsesContent from the JsonReader.ResponsesStreamEventContentPartAdded.getPart()Get the part property: The initialized content part that was added.ResponsesStreamEventContentPartDone.getPart()Get the part property: The initialized content part that was added.Methods in com.azure.ai.openai.responses.models that return types with arguments of type ResponsesContentModifier and TypeMethodDescriptionResponsesAssistantMessage.getContent()Get the content property: The content associated with the message.ResponsesDeveloperMessage.getContent()Get the content property: The content associated with the message.ResponsesSystemMessage.getContent()Get the content property: The content associated with the message.ResponsesUserMessage.getContent()Get the content property: The content associated with the message.Constructor parameters in com.azure.ai.openai.responses.models with type arguments of type ResponsesContentModifierConstructorDescriptionResponsesAssistantMessage(List<ResponsesContent> content) Creates an instance of ResponsesAssistantMessage class.ResponsesDeveloperMessage(List<ResponsesContent> content) Creates an instance of ResponsesDeveloperMessage class.ResponsesSystemMessage(List<ResponsesContent> content) Creates an instance of ResponsesSystemMessage class.ResponsesUserMessage(List<ResponsesContent> content) Creates an instance of ResponsesUserMessage class.