Uses of Record Class
bg.codexio.ai.openai.api.payload.message.response.MessageResponse
Packages that use MessageResponse
-
Uses of MessageResponse in bg.codexio.ai.openai.api.payload.message.response
Methods in bg.codexio.ai.openai.api.payload.message.response that return MessageResponseMethods in bg.codexio.ai.openai.api.payload.message.response that return types with arguments of type MessageResponseModifier and TypeMethodDescriptionListMessagesResponse.data()Returns the value of thedatarecord component.Methods in bg.codexio.ai.openai.api.payload.message.response with parameters of type MessageResponseConstructor parameters in bg.codexio.ai.openai.api.payload.message.response with type arguments of type MessageResponseModifierConstructorDescriptionListMessagesResponse(String object, List<MessageResponse> data, String firstId, String lastId, Boolean hasMore) Creates an instance of aListMessagesResponserecord class.