

# ParameterDetail
<a name="API_agent_ParameterDetail"></a>

Contains details about a parameter in a function for an action group.

This data type is used in the following API operations:
+  [CreateAgentActionGroup request](https://docs.aws.amazon.com/bedrock/latest/APIReference/API_agent_CreateAgentActionGroup.html#API_agent_CreateAgentActionGroup_RequestSyntax) 
+  [CreateAgentActionGroup response](https://docs.aws.amazon.com/bedrock/latest/APIReference/API_agent_CreateAgentActionGroup.html#API_agent_CreateAgentActionGroup_ResponseSyntax) 
+  [UpdateAgentActionGroup request](https://docs.aws.amazon.com/bedrock/latest/APIReference/API_agent_UpdateAgentActionGroup.html#API_agent_UpdateAgentActionGroup_RequestSyntax) 
+  [UpdateAgentActionGroup response](https://docs.aws.amazon.com/bedrock/latest/APIReference/API_agent_UpdateAgentActionGroup.html#API_agent_UpdateAgentActionGroup_ResponseSyntax) 
+  [GetAgentActionGroup response](https://docs.aws.amazon.com/bedrock/latest/APIReference/API_agent_GetAgentActionGroup.html#API_agent_GetAgentActionGroup_ResponseSyntax) 

## Contents
<a name="API_agent_ParameterDetail_Contents"></a>

 ** type **   <a name="bedrock-Type-agent_ParameterDetail-type"></a>
The data type of the parameter.  
Type: String  
Valid Values: `string | number | integer | boolean | array`   
Required: Yes

 ** description **   <a name="bedrock-Type-agent_ParameterDetail-description"></a>
A description of the parameter. Helps the foundation model determine how to elicit the parameters from the user.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 500.  
Required: No

 ** required **   <a name="bedrock-Type-agent_ParameterDetail-required"></a>
Whether the parameter is required for the agent to complete the function for action group invocation.  
Type: Boolean  
Required: No

## See Also
<a name="API_agent_ParameterDetail_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-2023-06-05/ParameterDetail) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/bedrock-agent-2023-06-05/ParameterDetail) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/bedrock-agent-2023-06-05/ParameterDetail) 