Package | Description |
---|---|
com.oracle.bmc.generativeaiagentruntime | |
com.oracle.bmc.generativeaiagentruntime.responses |
Modifier and Type | Method and Description |
---|---|
CreateSessionResponse |
GenerativeAiAgentRuntimeClient.createSession(CreateSessionRequest request) |
CreateSessionResponse |
GenerativeAiAgentRuntime.createSession(CreateSessionRequest request)
A session represents an interactive conversation initiated by a user through an API to engage
with an agent.
|
Modifier and Type | Method and Description |
---|---|
Future<CreateSessionResponse> |
GenerativeAiAgentRuntimeAsync.createSession(CreateSessionRequest request,
AsyncHandler<CreateSessionRequest,CreateSessionResponse> handler)
A session represents an interactive conversation initiated by a user through an API to engage
with an agent.
|
Future<CreateSessionResponse> |
GenerativeAiAgentRuntimeAsyncClient.createSession(CreateSessionRequest request,
AsyncHandler<CreateSessionRequest,CreateSessionResponse> handler) |
Modifier and Type | Method and Description |
---|---|
Future<CreateSessionResponse> |
GenerativeAiAgentRuntimeAsync.createSession(CreateSessionRequest request,
AsyncHandler<CreateSessionRequest,CreateSessionResponse> handler)
A session represents an interactive conversation initiated by a user through an API to engage
with an agent.
|
Future<CreateSessionResponse> |
GenerativeAiAgentRuntimeAsyncClient.createSession(CreateSessionRequest request,
AsyncHandler<CreateSessionRequest,CreateSessionResponse> handler) |
Modifier and Type | Method and Description |
---|---|
CreateSessionResponse |
CreateSessionResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
CreateSessionResponse.Builder |
CreateSessionResponse.Builder.copy(CreateSessionResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.