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 =
[:arguments]
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
11007 11008 11009 11010 11011 11012 11013 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 11007 class SpanToolUseValue < Struct.new( :tool_use_id, :name, :arguments) SENSITIVE = [:arguments] include Aws::Structure end |
#name ⇒ String
The tool name
11007 11008 11009 11010 11011 11012 11013 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 11007 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
11007 11008 11009 11010 11011 11012 11013 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 11007 class SpanToolUseValue < Struct.new( :tool_use_id, :name, :arguments) SENSITIVE = [:arguments] include Aws::Structure end |