Uses of Class
com.oracle.bmc.generativeaiagentruntime.model.ChatDetails
-
Packages that use ChatDetails Package Description com.oracle.bmc.generativeaiagentruntime.model com.oracle.bmc.generativeaiagentruntime.requests -
-
Uses of ChatDetails in com.oracle.bmc.generativeaiagentruntime.model
Methods in com.oracle.bmc.generativeaiagentruntime.model that return ChatDetails Modifier and Type Method Description ChatDetails
ChatDetails.Builder. build()
Methods in com.oracle.bmc.generativeaiagentruntime.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.generativeaiagentruntime.requests
Methods in com.oracle.bmc.generativeaiagentruntime.requests that return ChatDetails Modifier and Type Method Description ChatDetails
ChatRequest. getBody$()
Alternative accessor for the body parameter.ChatDetails
ChatRequest. getChatDetails()
Input for chat.Methods in com.oracle.bmc.generativeaiagentruntime.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)
Input for chat.
-