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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-qconnect/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_schema ⇒ Hash, ...

The input schema for the tool use result.

Returns:

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


12081
12082
12083
12084
12085
12086
12087
12088
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 12081

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

#tool_name ⇒ String

The name of the tool that was used.

Returns:

  • (String)


12081
12082
12083
12084
12085
12086
12087
12088
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 12081

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

#tool_result ⇒ Hash, ...

The result of the tool usage.

Returns:

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


12081
12082
12083
12084
12085
12086
12087
12088
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 12081

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

#tool_use_id ⇒ String

The identifier of the tool use instance.

Returns:

  • (String)


12081
12082
12083
12084
12085
12086
12087
12088
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 12081

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