| Package | Description |
|---|---|
| com.amazonaws.services.bedrockagent.model |
| Modifier and Type | Method and Description |
|---|---|
ParameterDetail |
ParameterDetail.clone() |
ParameterDetail |
ParameterDetail.withDescription(String description)
A description of the parameter.
|
ParameterDetail |
ParameterDetail.withRequired(Boolean required)
Whether the parameter is required for the agent to complete the function for action group invocation.
|
ParameterDetail |
ParameterDetail.withType(String type)
The data type of the parameter.
|
ParameterDetail |
ParameterDetail.withType(Type type)
The data type of the parameter.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,ParameterDetail> |
Function.getParameters()
The parameters that the agent elicits from the user to fulfill the function.
|
| Modifier and Type | Method and Description |
|---|---|
Function |
Function.addParametersEntry(String key,
ParameterDetail value)
Add a single Parameters entry
|
| Modifier and Type | Method and Description |
|---|---|
void |
Function.setParameters(Map<String,ParameterDetail> parameters)
The parameters that the agent elicits from the user to fulfill the function.
|
Function |
Function.withParameters(Map<String,ParameterDetail> parameters)
The parameters that the agent elicits from the user to fulfill the function.
|
Copyright © 2024. All rights reserved.