Class: Aws::QConnect::Types::SpanToolUseValue

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

Overview

Tool invocation message content

Constant Summary collapse

SENSITIVE =
[:arguments]

Instance Attribute Summary collapse

Instance Attribute Details

#arguments ⇒ Hash, ...

The tool input arguments

Returns:

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


11501
11502
11503
11504
11505
11506
11507
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 11501

class SpanToolUseValue < Struct.new(
  :tool_use_id,
  :name,
  :arguments)
  SENSITIVE = [:arguments]
  include Aws::Structure
end

#name ⇒ String

The tool name

Returns:

  • (String)


11501
11502
11503
11504
11505
11506
11507
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 11501

class SpanToolUseValue < Struct.new(
  :tool_use_id,
  :name,
  :arguments)
  SENSITIVE = [:arguments]
  include Aws::Structure
end

#tool_use_id ⇒ String

Unique ID for this tool invocation

Returns:

  • (String)


11501
11502
11503
11504
11505
11506
11507
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 11501

class SpanToolUseValue < Struct.new(
  :tool_use_id,
  :name,
  :arguments)
  SENSITIVE = [:arguments]
  include Aws::Structure
end