Class: Aws::BedrockAgentRuntime::Types::FunctionInvocationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::FunctionInvocationInput
- Defined in:
- gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb
Overview
Contains information about the function that the agent predicts should be called.
This data type is used in the following API operations:
- In the
returnControl
field of the InvokeAgent response
^
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action_group ⇒ String
The action group that the function belongs to.
-
#action_invocation_type ⇒ String
Contains information about the function to invoke,.
-
#function ⇒ String
The name of the function.
-
#parameters ⇒ Array<Types::FunctionParameter>
A list of parameters of the function.
Instance Attribute Details
#action_group ⇒ String
The action group that the function belongs to.
916 917 918 919 920 921 922 923 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 916 class FunctionInvocationInput < Struct.new( :action_group, :action_invocation_type, :function, :parameters) SENSITIVE = [] include Aws::Structure end |
#action_invocation_type ⇒ String
Contains information about the function to invoke,
916 917 918 919 920 921 922 923 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 916 class FunctionInvocationInput < Struct.new( :action_group, :action_invocation_type, :function, :parameters) SENSITIVE = [] include Aws::Structure end |
#function ⇒ String
The name of the function.
916 917 918 919 920 921 922 923 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 916 class FunctionInvocationInput < Struct.new( :action_group, :action_invocation_type, :function, :parameters) SENSITIVE = [] include Aws::Structure end |
#parameters ⇒ Array<Types::FunctionParameter>
A list of parameters of the function.
916 917 918 919 920 921 922 923 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 916 class FunctionInvocationInput < Struct.new( :action_group, :action_invocation_type, :function, :parameters) SENSITIVE = [] include Aws::Structure end |