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.modelMethods in com.oracle.bmc.generativeaiagentruntime.model that return ChatDetails Modifier and Type Method Description ChatDetailsChatDetails.Builder. build()Methods in com.oracle.bmc.generativeaiagentruntime.model with parameters of type ChatDetails Modifier and Type Method Description ChatDetails.BuilderChatDetails.Builder. copy(ChatDetails model)
- 
Uses of ChatDetails in com.oracle.bmc.generativeaiagentruntime.requestsMethods in com.oracle.bmc.generativeaiagentruntime.requests that return ChatDetails Modifier and Type Method Description ChatDetailsChatRequest. getBody$()Alternative accessor for the body parameter.ChatDetailsChatRequest. getChatDetails()Input for chat.Methods in com.oracle.bmc.generativeaiagentruntime.requests with parameters of type ChatDetails Modifier and Type Method Description ChatRequest.BuilderChatRequest.Builder. body$(ChatDetails body)Alternative setter for the body parameter.ChatRequest.BuilderChatRequest.Builder. chatDetails(ChatDetails chatDetails)Input for chat.
 
-