Class: Aws::QBusiness::Types::ConversationSource

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

Overview

The source reference for an existing attachment in an existing conversation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attachment_idString

The unique identifier of the Amazon Q Business attachment.

Returns:

  • (String)


1525
1526
1527
1528
1529
1530
# File 'lib/aws-sdk-qbusiness/types.rb', line 1525

class ConversationSource < Struct.new(
  :conversation_id,
  :attachment_id)
  SENSITIVE = []
  include Aws::Structure
end

#conversation_idString

The unique identifier of the Amazon Q Business conversation.

Returns:

  • (String)


1525
1526
1527
1528
1529
1530
# File 'lib/aws-sdk-qbusiness/types.rb', line 1525

class ConversationSource < Struct.new(
  :conversation_id,
  :attachment_id)
  SENSITIVE = []
  include Aws::Structure
end