Uses of Record Class
bg.codexio.ai.openai.api.payload.chat.response.ChatChoiceResponse
Packages that use ChatChoiceResponse
-
Uses of ChatChoiceResponse in bg.codexio.ai.openai.api.payload.chat.response
Methods in bg.codexio.ai.openai.api.payload.chat.response that return ChatChoiceResponseModifier and TypeMethodDescriptionstatic ChatChoiceResponseChatChoiceResponse.empty()ChatChoiceResponse.merge(ChatChoiceResponse other) Methods in bg.codexio.ai.openai.api.payload.chat.response that return types with arguments of type ChatChoiceResponseModifier and TypeMethodDescriptionChatMessageResponse.choices()Returns the value of thechoicesrecord component.Methods in bg.codexio.ai.openai.api.payload.chat.response with parameters of type ChatChoiceResponseConstructor parameters in bg.codexio.ai.openai.api.payload.chat.response with type arguments of type ChatChoiceResponseModifierConstructorDescriptionChatMessageResponse(String id, String object, long created, String model, ChatUsageResponse usage, List<ChatChoiceResponse> choices) Creates an instance of aChatMessageResponserecord class.