Class: Aws::QConnect::Types::SpanToolUseValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::SpanToolUseValue
- 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
-
#arguments ⇒ Hash, ...
The tool input arguments.
-
#name ⇒ String
The tool name.
-
#tool_use_id ⇒ String
Unique ID for this tool invocation.
Instance Attribute Details
#arguments ⇒ Hash, ...
The tool input arguments
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 |
#name ⇒ String
The tool name
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_id ⇒ String
Unique ID for this tool invocation
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 |