

# FunctionParameter
<a name="API_agent-runtime_FunctionParameter"></a>

Contains information about a parameter of the function.

This data type is used in the following API operations:
+ In the `returnControl` field of the [InvokeAgent response](https://docs.aws.amazon.com/bedrock/latest/APIReference/API_agent-runtime_InvokeAgent.html#API_agent-runtime_InvokeAgent_ResponseSyntax) 

## Contents
<a name="API_agent-runtime_FunctionParameter_Contents"></a>

 ** name **   <a name="bedrock-Type-agent-runtime_FunctionParameter-name"></a>
The name of the parameter.  
Type: String  
Required: No

 ** type **   <a name="bedrock-Type-agent-runtime_FunctionParameter-type"></a>
The data type of the parameter.  
Type: String  
Required: No

 ** value **   <a name="bedrock-Type-agent-runtime_FunctionParameter-value"></a>
The value of the parameter.  
Type: String  
Required: No

## See Also
<a name="API_agent-runtime_FunctionParameter_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/bedrock-agent-runtime-2023-07-26/FunctionParameter) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/bedrock-agent-runtime-2023-07-26/FunctionParameter) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/bedrock-agent-runtime-2023-07-26/FunctionParameter) 