Uses of Class
com.oracle.bmc.generativeaiinference.model.BaseChatResponse
-
Packages that use BaseChatResponse Package Description com.oracle.bmc.generativeaiinference.model -
-
Uses of BaseChatResponse in com.oracle.bmc.generativeaiinference.model
Subclasses of BaseChatResponse in com.oracle.bmc.generativeaiinference.model Modifier and Type Class Description class
CohereChatResponse
The response to the chat conversation.class
GenericChatResponse
The response for a chat conversation.Methods in com.oracle.bmc.generativeaiinference.model that return BaseChatResponse Modifier and Type Method Description BaseChatResponse
ChatResult. getChatResponse()
Methods in com.oracle.bmc.generativeaiinference.model with parameters of type BaseChatResponse Modifier and Type Method Description ChatResult.Builder
ChatResult.Builder. chatResponse(BaseChatResponse chatResponse)
Constructors in com.oracle.bmc.generativeaiinference.model with parameters of type BaseChatResponse Constructor Description ChatResult(String modelId, String modelVersion, BaseChatResponse chatResponse)
Deprecated.
-