Class: Aws::QBusiness::Types::Conversation
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::Conversation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qbusiness/types.rb
Overview
A conversation in an Amazon Q Business application.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#conversation_id ⇒ String
The identifier of the Amazon Q Business conversation.
-
#start_time ⇒ Time
The start time of the conversation.
-
#title ⇒ String
The title of the conversation.
Instance Attribute Details
#conversation_id ⇒ String
The identifier of the Amazon Q Business conversation.
1504 1505 1506 1507 1508 1509 1510 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 1504 class Conversation < Struct.new( :conversation_id, :title, :start_time) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
The start time of the conversation.
1504 1505 1506 1507 1508 1509 1510 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 1504 class Conversation < Struct.new( :conversation_id, :title, :start_time) SENSITIVE = [] include Aws::Structure end |
#title ⇒ String
The title of the conversation.
1504 1505 1506 1507 1508 1509 1510 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 1504 class Conversation < Struct.new( :conversation_id, :title, :start_time) SENSITIVE = [] include Aws::Structure end |