Class: Aws::BedrockAgentRuntime::Types::AgentCollaboratorInputPayload
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::AgentCollaboratorInputPayload
- Defined in:
- gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb
Overview
Input for an agent collaborator. The input can be text or an action invocation result.
Constant Summary collapse
- SENSITIVE =
[:text]
Instance Attribute Summary collapse
-
#return_control_results ⇒ Types::ReturnControlResults
An action invocation result.
-
#text ⇒ String
Input text.
-
#type ⇒ String
The input type.
Instance Attribute Details
#return_control_results ⇒ Types::ReturnControlResults
An action invocation result.
260 261 262 263 264 265 266 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 260 class AgentCollaboratorInputPayload < Struct.new( :return_control_results, :text, :type) SENSITIVE = [:text] include Aws::Structure end |
#text ⇒ String
Input text.
260 261 262 263 264 265 266 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 260 class AgentCollaboratorInputPayload < Struct.new( :return_control_results, :text, :type) SENSITIVE = [:text] include Aws::Structure end |
#type ⇒ String
The input type.
260 261 262 263 264 265 266 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 260 class AgentCollaboratorInputPayload < Struct.new( :return_control_results, :text, :type) SENSITIVE = [:text] include Aws::Structure end |