Package | Description |
---|---|
com.oracle.bmc.generativeaiagentruntime.model |
Modifier and Type | Method and Description |
---|---|
static ChatDetails.Builder |
ChatDetails.builder()
Create a new builder.
|
ChatDetails.Builder |
ChatDetails.Builder.copy(ChatDetails model) |
ChatDetails.Builder |
ChatDetails.Builder.performedActions(List<PerformedAction> performedActions)
A list of actions that have been performed based on prior required actions.
|
ChatDetails.Builder |
ChatDetails.Builder.sessionId(String sessionId)
Optional sessionId.
|
ChatDetails.Builder |
ChatDetails.Builder.shouldStream(Boolean shouldStream)
Whether to stream the response.
|
ChatDetails.Builder |
ChatDetails.toBuilder() |
ChatDetails.Builder |
ChatDetails.Builder.toolParameters(Map<String,String> toolParameters)
A map where each key is a toolId and the value contains tool type and additional dynamic
parameters.
|
ChatDetails.Builder |
ChatDetails.Builder.userMessage(String userMessage)
The input user message content for the chat.
|
Copyright © 2016–2025. All rights reserved.