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>)


11461
11462
11463
11464
11465
11466
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 11461

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

#instructionString

The instruction text for the tool.

Returns:

  • (String)


11461
11462
11463
11464
11465
11466
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 11461

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