Uses of Class
com.oracle.bmc.generativeaiagentruntime.requests.UpdateSessionRequest
-
Packages that use UpdateSessionRequest Package Description com.oracle.bmc.generativeaiagentruntime com.oracle.bmc.generativeaiagentruntime.requests -
-
Uses of UpdateSessionRequest in com.oracle.bmc.generativeaiagentruntime
Methods in com.oracle.bmc.generativeaiagentruntime with parameters of type UpdateSessionRequest Modifier and Type Method Description UpdateSessionResponse
GenerativeAiAgentRuntime. updateSession(UpdateSessionRequest request)
Update session metadata, including but not limited to description, tags.Future<UpdateSessionResponse>
GenerativeAiAgentRuntimeAsync. updateSession(UpdateSessionRequest request, AsyncHandler<UpdateSessionRequest,UpdateSessionResponse> handler)
Update session metadata, including but not limited to description, tags.Future<UpdateSessionResponse>
GenerativeAiAgentRuntimeAsyncClient. updateSession(UpdateSessionRequest request, AsyncHandler<UpdateSessionRequest,UpdateSessionResponse> handler)
UpdateSessionResponse
GenerativeAiAgentRuntimeClient. updateSession(UpdateSessionRequest request)
Method parameters in com.oracle.bmc.generativeaiagentruntime with type arguments of type UpdateSessionRequest Modifier and Type Method Description Future<UpdateSessionResponse>
GenerativeAiAgentRuntimeAsync. updateSession(UpdateSessionRequest request, AsyncHandler<UpdateSessionRequest,UpdateSessionResponse> handler)
Update session metadata, including but not limited to description, tags.Future<UpdateSessionResponse>
GenerativeAiAgentRuntimeAsyncClient. updateSession(UpdateSessionRequest request, AsyncHandler<UpdateSessionRequest,UpdateSessionResponse> handler)
-
Uses of UpdateSessionRequest in com.oracle.bmc.generativeaiagentruntime.requests
Methods in com.oracle.bmc.generativeaiagentruntime.requests that return UpdateSessionRequest Modifier and Type Method Description UpdateSessionRequest
UpdateSessionRequest.Builder. build()
Build the instance of UpdateSessionRequest as configured by this builderUpdateSessionRequest
UpdateSessionRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateSessionRequest as configured by this builderMethods in com.oracle.bmc.generativeaiagentruntime.requests with parameters of type UpdateSessionRequest Modifier and Type Method Description UpdateSessionRequest.Builder
UpdateSessionRequest.Builder. copy(UpdateSessionRequest o)
Copy method to populate the builder with values from the given instance.
-