Class: Aws::QConnect::Types::ToolInstruction

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

Overview

Instructions for using a tool.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#examplesArray<String>

Examples for using the tool.

Returns:

  • (Array<String>)


11484
11485
11486
11487
11488
11489
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 11484

class ToolInstruction < Struct.new(
  :instruction,
  :examples)
  SENSITIVE = []
  include Aws::Structure
end

#instructionString

The instruction text for the tool.

Returns:

  • (String)


11484
11485
11486
11487
11488
11489
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 11484

class ToolInstruction < Struct.new(
  :instruction,
  :examples)
  SENSITIVE = []
  include Aws::Structure
end