Uses of Class
com.oracle.bmc.generativeaiagentruntime.model.ChatResult
- 
Packages that use ChatResult Package Description com.oracle.bmc.generativeaiagentruntime.model com.oracle.bmc.generativeaiagentruntime.responses 
- 
- 
Uses of ChatResult in com.oracle.bmc.generativeaiagentruntime.modelMethods in com.oracle.bmc.generativeaiagentruntime.model that return ChatResult Modifier and Type Method Description ChatResultChatResult.Builder. build()Methods in com.oracle.bmc.generativeaiagentruntime.model with parameters of type ChatResult Modifier and Type Method Description ChatResult.BuilderChatResult.Builder. copy(ChatResult model)
- 
Uses of ChatResult in com.oracle.bmc.generativeaiagentruntime.responsesMethods in com.oracle.bmc.generativeaiagentruntime.responses that return ChatResult Modifier and Type Method Description ChatResultChatResponse. getChatResult()The returned ChatResult instance.Methods in com.oracle.bmc.generativeaiagentruntime.responses with parameters of type ChatResult Modifier and Type Method Description ChatResponse.BuilderChatResponse.Builder. chatResult(ChatResult chatResult)The returned ChatResult instance.
 
-