Uses of Class
com.oracle.bmc.generativeaiinference.model.ChatChoice
-
Packages that use ChatChoice Package Description com.oracle.bmc.generativeaiinference.model -
-
Uses of ChatChoice in com.oracle.bmc.generativeaiinference.model
Methods in com.oracle.bmc.generativeaiinference.model that return ChatChoice Modifier and Type Method Description ChatChoice
ChatChoice.Builder. build()
Methods in com.oracle.bmc.generativeaiinference.model that return types with arguments of type ChatChoice Modifier and Type Method Description List<ChatChoice>
GenericChatResponse. getChoices()
A list of generated texts.Methods in com.oracle.bmc.generativeaiinference.model with parameters of type ChatChoice Modifier and Type Method Description ChatChoice.Builder
ChatChoice.Builder. copy(ChatChoice model)
Method parameters in com.oracle.bmc.generativeaiinference.model with type arguments of type ChatChoice Modifier and Type Method Description GenericChatResponse.Builder
GenericChatResponse.Builder. choices(List<ChatChoice> choices)
A list of generated texts.Constructor parameters in com.oracle.bmc.generativeaiinference.model with type arguments of type ChatChoice Constructor Description GenericChatResponse(Date timeCreated, List<ChatChoice> choices)
Deprecated.
-