Class: Aws::ConnectParticipant::Types::GetTranscriptRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectParticipant::Types::GetTranscriptRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectparticipant/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connection_token ⇒ String
The authentication token associated with the participant’s connection.
-
#contact_id ⇒ String
The contactId from the current contact chain for which transcript is needed.
-
#max_results ⇒ Integer
The maximum number of results to return in the page.
-
#next_token ⇒ String
The pagination token.
-
#scan_direction ⇒ String
The direction from StartPosition from which to retrieve message.
-
#sort_order ⇒ String
The sort order for the records.
-
#start_position ⇒ Types::StartPosition
A filtering option for where to start.
Instance Attribute Details
#connection_token ⇒ String
The authentication token associated with the participant’s connection.
326 327 328 329 330 331 332 333 334 335 336 |
# File 'lib/aws-sdk-connectparticipant/types.rb', line 326 class GetTranscriptRequest < Struct.new( :contact_id, :max_results, :next_token, :scan_direction, :sort_order, :start_position, :connection_token) SENSITIVE = [] include Aws::Structure end |
#contact_id ⇒ String
The contactId from the current contact chain for which transcript is needed.
326 327 328 329 330 331 332 333 334 335 336 |
# File 'lib/aws-sdk-connectparticipant/types.rb', line 326 class GetTranscriptRequest < Struct.new( :contact_id, :max_results, :next_token, :scan_direction, :sort_order, :start_position, :connection_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return in the page. Default: 10.
326 327 328 329 330 331 332 333 334 335 336 |
# File 'lib/aws-sdk-connectparticipant/types.rb', line 326 class GetTranscriptRequest < Struct.new( :contact_id, :max_results, :next_token, :scan_direction, :sort_order, :start_position, :connection_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.
326 327 328 329 330 331 332 333 334 335 336 |
# File 'lib/aws-sdk-connectparticipant/types.rb', line 326 class GetTranscriptRequest < Struct.new( :contact_id, :max_results, :next_token, :scan_direction, :sort_order, :start_position, :connection_token) SENSITIVE = [] include Aws::Structure end |
#scan_direction ⇒ String
The direction from StartPosition from which to retrieve message. Default: BACKWARD when no StartPosition is provided, FORWARD with StartPosition.
326 327 328 329 330 331 332 333 334 335 336 |
# File 'lib/aws-sdk-connectparticipant/types.rb', line 326 class GetTranscriptRequest < Struct.new( :contact_id, :max_results, :next_token, :scan_direction, :sort_order, :start_position, :connection_token) SENSITIVE = [] include Aws::Structure end |
#sort_order ⇒ String
The sort order for the records. Default: DESCENDING.
326 327 328 329 330 331 332 333 334 335 336 |
# File 'lib/aws-sdk-connectparticipant/types.rb', line 326 class GetTranscriptRequest < Struct.new( :contact_id, :max_results, :next_token, :scan_direction, :sort_order, :start_position, :connection_token) SENSITIVE = [] include Aws::Structure end |
#start_position ⇒ Types::StartPosition
A filtering option for where to start.
326 327 328 329 330 331 332 333 334 335 336 |
# File 'lib/aws-sdk-connectparticipant/types.rb', line 326 class GetTranscriptRequest < Struct.new( :contact_id, :max_results, :next_token, :scan_direction, :sort_order, :start_position, :connection_token) SENSITIVE = [] include Aws::Structure end |