Class: Aws::ConnectParticipant::Types::GetTranscriptRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectParticipant::Types::GetTranscriptRequest
- Defined in:
- gems/aws-sdk-connectparticipant/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.
398 399 400 401 402 403 404 405 406 407 408 |
# File 'gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/types.rb', line 398 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.
398 399 400 401 402 403 404 405 406 407 408 |
# File 'gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/types.rb', line 398 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.
398 399 400 401 402 403 404 405 406 407 408 |
# File 'gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/types.rb', line 398 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.
398 399 400 401 402 403 404 405 406 407 408 |
# File 'gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/types.rb', line 398 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.
398 399 400 401 402 403 404 405 406 407 408 |
# File 'gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/types.rb', line 398 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.
398 399 400 401 402 403 404 405 406 407 408 |
# File 'gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/types.rb', line 398 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.
398 399 400 401 402 403 404 405 406 407 408 |
# File 'gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/types.rb', line 398 class GetTranscriptRequest < Struct.new( :contact_id, :max_results, :next_token, :scan_direction, :sort_order, :start_position, :connection_token) SENSITIVE = [] include Aws::Structure end |