Class: Aws::ConnectParticipant::Types::GetTranscriptResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectParticipant::Types::GetTranscriptResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectparticipant/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#initial_contact_id ⇒ String
The initial contact ID for the contact.
-
#next_token ⇒ String
The pagination token.
-
#transcript ⇒ Array<Types::Item>
The list of messages in the session.
Instance Attribute Details
#initial_contact_id ⇒ String
The initial contact ID for the contact.
353 354 355 356 357 358 359 |
# File 'lib/aws-sdk-connectparticipant/types.rb', line 353 class GetTranscriptResponse < Struct.new( :initial_contact_id, :transcript, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token. Use the value returned previously in the next subsequent request to retrieve the next set of results.
353 354 355 356 357 358 359 |
# File 'lib/aws-sdk-connectparticipant/types.rb', line 353 class GetTranscriptResponse < Struct.new( :initial_contact_id, :transcript, :next_token) SENSITIVE = [] include Aws::Structure end |
#transcript ⇒ Array<Types::Item>
The list of messages in the session.
353 354 355 356 357 358 359 |
# File 'lib/aws-sdk-connectparticipant/types.rb', line 353 class GetTranscriptResponse < Struct.new( :initial_contact_id, :transcript, :next_token) SENSITIVE = [] include Aws::Structure end |