Package | Description |
---|---|
com.oracle.bmc.generativeaiagentruntime | |
com.oracle.bmc.generativeaiagentruntime.requests |
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.
|
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 |
---|---|
CreateSessionRequest |
CreateSessionRequest.Builder.build()
Build the instance of CreateSessionRequest as configured by this builder
|
CreateSessionRequest |
CreateSessionRequest.Builder.buildWithoutInvocationCallback()
Build the instance of CreateSessionRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
CreateSessionRequest.Builder |
CreateSessionRequest.Builder.copy(CreateSessionRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.