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.
1592 1593 1594 1595 1596 1597 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 1592 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.
1592 1593 1594 1595 1596 1597 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 1592 class ConversationSource < Struct.new( :conversation_id, :attachment_id) SENSITIVE = [] include Aws::Structure end |