| Package | Description |
|---|---|
| com.amazonaws.services.bedrockagent.model |
| Modifier and Type | Method and Description |
|---|---|
Function |
Function.addParametersEntry(String key,
ParameterDetail value)
Add a single Parameters entry
|
Function |
Function.clearParametersEntries()
Removes all the entries added into Parameters.
|
Function |
Function.clone() |
Function |
Function.withDescription(String description)
A description of the function and its purpose.
|
Function |
Function.withName(String name)
A name for the function.
|
Function |
Function.withParameters(Map<String,ParameterDetail> parameters)
The parameters that the agent elicits from the user to fulfill the function.
|
| Modifier and Type | Method and Description |
|---|---|
List<Function> |
FunctionSchema.getFunctions()
A list of functions that each define an action in the action group.
|
| Modifier and Type | Method and Description |
|---|---|
FunctionSchema |
FunctionSchema.withFunctions(Function... functions)
A list of functions that each define an action in the action group.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FunctionSchema.setFunctions(Collection<Function> functions)
A list of functions that each define an action in the action group.
|
FunctionSchema |
FunctionSchema.withFunctions(Collection<Function> functions)
A list of functions that each define an action in the action group.
|
Copyright © 2024. All rights reserved.