Class: Aws::ConnectParticipant::Types::GetTranscriptRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connection_tokenString

The authentication token associated with the participant's connection.

Returns:

  • (String)


326
327
328
329
330
331
332
333
334
335
336
# File 'gems/aws-sdk-connectparticipant/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_idString

The contactId from the current contact chain for which transcript is needed.

Returns:

  • (String)


326
327
328
329
330
331
332
333
334
335
336
# File 'gems/aws-sdk-connectparticipant/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_resultsInteger

The maximum number of results to return in the page. Default: 10.

Returns:

  • (Integer)


326
327
328
329
330
331
332
333
334
335
336
# File 'gems/aws-sdk-connectparticipant/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_tokenString

The pagination token. Use the value returned previously in the next subsequent request to retrieve the next set of results.

Returns:

  • (String)


326
327
328
329
330
331
332
333
334
335
336
# File 'gems/aws-sdk-connectparticipant/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_directionString

The direction from StartPosition from which to retrieve message. Default: BACKWARD when no StartPosition is provided, FORWARD with StartPosition.

Returns:

  • (String)


326
327
328
329
330
331
332
333
334
335
336
# File 'gems/aws-sdk-connectparticipant/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_orderString

The sort order for the records. Default: DESCENDING.

Returns:

  • (String)


326
327
328
329
330
331
332
333
334
335
336
# File 'gems/aws-sdk-connectparticipant/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_positionTypes::StartPosition

A filtering option for where to start.



326
327
328
329
330
331
332
333
334
335
336
# File 'gems/aws-sdk-connectparticipant/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