Class: Aws::QBusiness::Types::ConversationSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::ConversationSource
- 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
-
#attachment_id ⇒ String
The unique identifier of the Amazon Q Business attachment.
-
#conversation_id ⇒ String
The unique identifier of the Amazon Q Business conversation.
Instance Attribute Details
#attachment_id ⇒ String
The unique identifier of the Amazon Q Business attachment.
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_id ⇒ String
The unique identifier of the Amazon Q Business conversation.
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 |