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

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

Overview

Defines parameters that the agent needs to invoke from the user to complete the function. Corresponds to an action in an action group.

This data type is used in the following API operations:

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A description of the function and its purpose.

Returns:

  • (String)


3460
3461
3462
3463
3464
3465
3466
3467
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 3460

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

#nameString

A name for the function.

Returns:

  • (String)


3460
3461
3462
3463
3464
3465
3466
3467
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 3460

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

#parametersHash<String,Types::ParameterDetail>

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

Returns:



3460
3461
3462
3463
3464
3465
3466
3467
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 3460

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

#require_confirmationString

Contains information if user confirmation is required to invoke the function.

Returns:

  • (String)


3460
3461
3462
3463
3464
3465
3466
3467
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 3460

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