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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-qconnect/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)


1711
1712
1713
1714
1715
1716
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 1711

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

#quick_response_idString

The identifier of the quick response.

Returns:

  • (String)


1711
1712
1713
1714
1715
1716
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 1711

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