Class: Aws::BedrockAgent::Types::ParameterDetail

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 parameter. Helps the foundation model determine how to elicit the parameters from the user.

Returns:

  • (String)


5541
5542
5543
5544
5545
5546
5547
# File 'lib/aws-sdk-bedrockagent/types.rb', line 5541

class ParameterDetail < Struct.new(
  :description,
  :required,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#requiredBoolean

Whether the parameter is required for the agent to complete the function for action group invocation.

Returns:

  • (Boolean)


5541
5542
5543
5544
5545
5546
5547
# File 'lib/aws-sdk-bedrockagent/types.rb', line 5541

class ParameterDetail < Struct.new(
  :description,
  :required,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The data type of the parameter.

Returns:

  • (String)


5541
5542
5543
5544
5545
5546
5547
# File 'lib/aws-sdk-bedrockagent/types.rb', line 5541

class ParameterDetail < Struct.new(
  :description,
  :required,
  :type)
  SENSITIVE = []
  include Aws::Structure
end