Uses of Class
com.oracle.bmc.generativeaiinference.model.ChatDetails
-
Packages that use ChatDetails Package Description com.oracle.bmc.generativeaiinference.model com.oracle.bmc.generativeaiinference.requests -
-
Uses of ChatDetails in com.oracle.bmc.generativeaiinference.model
Methods in com.oracle.bmc.generativeaiinference.model that return ChatDetails Modifier and Type Method Description ChatDetails
ChatDetails.Builder. build()
Methods in com.oracle.bmc.generativeaiinference.model with parameters of type ChatDetails Modifier and Type Method Description ChatDetails.Builder
ChatDetails.Builder. copy(ChatDetails model)
-
Uses of ChatDetails in com.oracle.bmc.generativeaiinference.requests
Methods in com.oracle.bmc.generativeaiinference.requests that return ChatDetails Modifier and Type Method Description ChatDetails
ChatRequest. getBody$()
Alternative accessor for the body parameter.ChatDetails
ChatRequest. getChatDetails()
Details of the conversation for the model to respond.Methods in com.oracle.bmc.generativeaiinference.requests with parameters of type ChatDetails Modifier and Type Method Description ChatRequest.Builder
ChatRequest.Builder. body$(ChatDetails body)
Alternative setter for the body parameter.ChatRequest.Builder
ChatRequest.Builder. chatDetails(ChatDetails chatDetails)
Details of the conversation for the model to respond.
-