Class: Aws::QConnect::Types::GetQuickResponseRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#knowledge_base_idString

The identifier of the knowledge base. This should be a QUICK_RESPONSES type knowledge base.

Returns:

  • (String)


5248
5249
5250
5251
5252
5253
# File 'lib/aws-sdk-qconnect/types.rb', line 5248

class GetQuickResponseRequest < Struct.new(
  :quick_response_id,
  :knowledge_base_id)
  SENSITIVE = []
  include Aws::Structure
end

#quick_response_idString

The identifier of the quick response.

Returns:

  • (String)


5248
5249
5250
5251
5252
5253
# File 'lib/aws-sdk-qconnect/types.rb', line 5248

class GetQuickResponseRequest < Struct.new(
  :quick_response_id,
  :knowledge_base_id)
  SENSITIVE = []
  include Aws::Structure
end