Class: Aws::QConnect::Types::ToolUseResultData

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

Overview

Data about the result of tool usage.

Constant Summary collapse

SENSITIVE =
[:tool_result, :input_schema]

Instance Attribute Summary collapse

Instance Attribute Details

#input_schemaHash, ...

The input schema for the tool use result.

Returns:

  • (Hash, Array, String, Numeric, Boolean)


11630
11631
11632
11633
11634
11635
11636
11637
# File 'lib/aws-sdk-qconnect/types.rb', line 11630

class ToolUseResultData < Struct.new(
  :tool_use_id,
  :tool_name,
  :tool_result,
  :input_schema)
  SENSITIVE = [:tool_result, :input_schema]
  include Aws::Structure
end

#tool_nameString

The name of the tool that was used.

Returns:

  • (String)


11630
11631
11632
11633
11634
11635
11636
11637
# File 'lib/aws-sdk-qconnect/types.rb', line 11630

class ToolUseResultData < Struct.new(
  :tool_use_id,
  :tool_name,
  :tool_result,
  :input_schema)
  SENSITIVE = [:tool_result, :input_schema]
  include Aws::Structure
end

#tool_resultHash, ...

The result of the tool usage.

Returns:

  • (Hash, Array, String, Numeric, Boolean)


11630
11631
11632
11633
11634
11635
11636
11637
# File 'lib/aws-sdk-qconnect/types.rb', line 11630

class ToolUseResultData < Struct.new(
  :tool_use_id,
  :tool_name,
  :tool_result,
  :input_schema)
  SENSITIVE = [:tool_result, :input_schema]
  include Aws::Structure
end

#tool_use_idString

The identifier of the tool use instance.

Returns:

  • (String)


11630
11631
11632
11633
11634
11635
11636
11637
# File 'lib/aws-sdk-qconnect/types.rb', line 11630

class ToolUseResultData < Struct.new(
  :tool_use_id,
  :tool_name,
  :tool_result,
  :input_schema)
  SENSITIVE = [:tool_result, :input_schema]
  include Aws::Structure
end