Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.ParameterDetail
-
Packages that use ParameterDetail Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of ParameterDetail in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type ParameterDetail Modifier and Type Method Description Map<String,ParameterDetail>FunctionDefinition. parameters()The parameters that the agent elicits from the user to fulfill the function.Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type ParameterDetail Modifier and Type Method Description FunctionDefinition.BuilderFunctionDefinition.Builder. parameters(Map<String,ParameterDetail> parameters)The parameters that the agent elicits from the user to fulfill the function.
-