Uses of Class
com.oracle.bmc.generativeaiagent.model.UpdateKnowledgeBaseDetails
-
Packages that use UpdateKnowledgeBaseDetails Package Description com.oracle.bmc.generativeaiagent.model com.oracle.bmc.generativeaiagent.requests -
-
Uses of UpdateKnowledgeBaseDetails in com.oracle.bmc.generativeaiagent.model
Methods in com.oracle.bmc.generativeaiagent.model that return UpdateKnowledgeBaseDetails Modifier and Type Method Description UpdateKnowledgeBaseDetails
UpdateKnowledgeBaseDetails.Builder. build()
Methods in com.oracle.bmc.generativeaiagent.model with parameters of type UpdateKnowledgeBaseDetails Modifier and Type Method Description UpdateKnowledgeBaseDetails.Builder
UpdateKnowledgeBaseDetails.Builder. copy(UpdateKnowledgeBaseDetails model)
-
Uses of UpdateKnowledgeBaseDetails in com.oracle.bmc.generativeaiagent.requests
Methods in com.oracle.bmc.generativeaiagent.requests that return UpdateKnowledgeBaseDetails Modifier and Type Method Description UpdateKnowledgeBaseDetails
UpdateKnowledgeBaseRequest. getBody$()
Alternative accessor for the body parameter.UpdateKnowledgeBaseDetails
UpdateKnowledgeBaseRequest. getUpdateKnowledgeBaseDetails()
The information to be updated.Methods in com.oracle.bmc.generativeaiagent.requests with parameters of type UpdateKnowledgeBaseDetails Modifier and Type Method Description UpdateKnowledgeBaseRequest.Builder
UpdateKnowledgeBaseRequest.Builder. body$(UpdateKnowledgeBaseDetails body)
Alternative setter for the body parameter.UpdateKnowledgeBaseRequest.Builder
UpdateKnowledgeBaseRequest.Builder. updateKnowledgeBaseDetails(UpdateKnowledgeBaseDetails updateKnowledgeBaseDetails)
The information to be updated.
-