Class: Aws::BedrockAgent::Types::Function

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrockagent/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A description of the function and its purpose.

Returns:

  • (String)


1827
1828
1829
1830
1831
1832
1833
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1827

class Function < Struct.new(
  :description,
  :name,
  :parameters)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

A name for the function.

Returns:

  • (String)


1827
1828
1829
1830
1831
1832
1833
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1827

class Function < Struct.new(
  :description,
  :name,
  :parameters)
  SENSITIVE = []
  include Aws::Structure
end

#parametersHash<String,Types::ParameterDetail>

The parameters that the agent elicits from the user to fulfill the function.

Returns:



1827
1828
1829
1830
1831
1832
1833
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1827

class Function < Struct.new(
  :description,
  :name,
  :parameters)
  SENSITIVE = []
  include Aws::Structure
end