Class: Aws::BedrockAgentRuntime::Types::FunctionInvocationInput

Inherits:
Struct
  • Object
show all
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:

^

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#action_groupString

The action group that the function belongs to.

Returns:

  • (String)


590
591
592
593
594
595
596
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 590

class FunctionInvocationInput < Struct.new(
  :action_group,
  :function,
  :parameters)
  SENSITIVE = []
  include Aws::Structure
end

#functionString

The name of the function.

Returns:

  • (String)


590
591
592
593
594
595
596
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 590

class FunctionInvocationInput < Struct.new(
  :action_group,
  :function,
  :parameters)
  SENSITIVE = []
  include Aws::Structure
end

#parametersArray<Types::FunctionParameter>

A list of parameters of the function.

Returns:



590
591
592
593
594
595
596
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 590

class FunctionInvocationInput < Struct.new(
  :action_group,
  :function,
  :parameters)
  SENSITIVE = []
  include Aws::Structure
end