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 =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#argumentsHash, ...

The tool input arguments

Returns:

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


11000
11001
11002
11003
11004
11005
11006
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 11000

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

#nameString

The tool name

Returns:

  • (String)


11000
11001
11002
11003
11004
11005
11006
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 11000

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

#tool_use_idString

Unique ID for this tool invocation

Returns:

  • (String)


11000
11001
11002
11003
11004
11005
11006
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 11000

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