Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.ParameterDetail
Packages that use ParameterDetail
-
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 ParameterDetailModifier and TypeMethodDescriptionfinal 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 ParameterDetailModifier and TypeMethodDescriptionFunctionDefinition.Builder.parameters(Map<String, ParameterDetail> parameters) The parameters that the agent elicits from the user to fulfill the function.