

# AgentCollaboratorInputPayload
<a name="API_agent-runtime_AgentCollaboratorInputPayload"></a>

Input for an agent collaborator. The input can be text or an action invocation result.

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

 ** returnControlResults **   <a name="bedrock-Type-agent-runtime_AgentCollaboratorInputPayload-returnControlResults"></a>
An action invocation result.  
Type: [ReturnControlResults](API_agent-runtime_ReturnControlResults.md) object  
Required: No

 ** text **   <a name="bedrock-Type-agent-runtime_AgentCollaboratorInputPayload-text"></a>
Input text.  
Type: String  
Required: No

 ** type **   <a name="bedrock-Type-agent-runtime_AgentCollaboratorInputPayload-type"></a>
The input type.  
Type: String  
Valid Values: `TEXT | RETURN_CONTROL`   
Required: No

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