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.model
Methods in com.oracle.bmc.generativeaiagentruntime.model that return ChatResult Modifier and Type Method Description ChatResult
ChatResult.Builder. build()
Methods in com.oracle.bmc.generativeaiagentruntime.model with parameters of type ChatResult Modifier and Type Method Description ChatResult.Builder
ChatResult.Builder. copy(ChatResult model)
-
Uses of ChatResult in com.oracle.bmc.generativeaiagentruntime.responses
Methods in com.oracle.bmc.generativeaiagentruntime.responses that return ChatResult Modifier and Type Method Description ChatResult
ChatResponse. getChatResult()
The returned ChatResult instance.Methods in com.oracle.bmc.generativeaiagentruntime.responses with parameters of type ChatResult Modifier and Type Method Description ChatResponse.Builder
ChatResponse.Builder. chatResult(ChatResult chatResult)
The returned ChatResult instance.
-