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

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

Overview

Tool invocation message content

Constant Summary collapse

SENSITIVE =
[:arguments]

Instance Attribute Summary collapse

Instance Attribute Details

#argumentsHash, ...

The tool input arguments

Returns:

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


11050
11051
11052
11053
11054
11055
11056
# File 'lib/aws-sdk-qconnect/types.rb', line 11050

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

#nameString

The tool name

Returns:

  • (String)


11050
11051
11052
11053
11054
11055
11056
# File 'lib/aws-sdk-qconnect/types.rb', line 11050

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

#tool_use_idString

Unique ID for this tool invocation

Returns:

  • (String)


11050
11051
11052
11053
11054
11055
11056
# File 'lib/aws-sdk-qconnect/types.rb', line 11050

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