Class: Aws::QBusiness::Types::ConversationSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::ConversationSource
- Defined in:
- gems/aws-sdk-qbusiness/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.
1871 1872 1873 1874 1875 1876 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 1871 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.
1871 1872 1873 1874 1875 1876 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 1871 class ConversationSource < Struct.new( :conversation_id, :attachment_id) SENSITIVE = [] include Aws::Structure end |