Class: Aws::QBusiness::Types::Conversation
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::Conversation
- Defined in:
- gems/aws-sdk-qbusiness/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.
1240 1241 1242 1243 1244 1245 1246 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 1240 class Conversation < Struct.new( :conversation_id, :title, :start_time) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
The start time of the conversation.
1240 1241 1242 1243 1244 1245 1246 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 1240 class Conversation < Struct.new( :conversation_id, :title, :start_time) SENSITIVE = [] include Aws::Structure end |
#title ⇒ String
The title of the conversation.
1240 1241 1242 1243 1244 1245 1246 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 1240 class Conversation < Struct.new( :conversation_id, :title, :start_time) SENSITIVE = [] include Aws::Structure end |