Class: Aws::ConnectParticipant::Types::GetTranscriptResponse

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

#initial_contact_idString

The initial contact ID for the contact.

Returns:

  • (String)


353
354
355
356
357
358
359
# File 'gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/types.rb', line 353

class GetTranscriptResponse < Struct.new(
  :initial_contact_id,
  :transcript,
  :next_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)


353
354
355
356
357
358
359
# File 'gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/types.rb', line 353

class GetTranscriptResponse < Struct.new(
  :initial_contact_id,
  :transcript,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#transcriptArray<Types::Item>

The list of messages in the session.

Returns:



353
354
355
356
357
358
359
# File 'gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/types.rb', line 353

class GetTranscriptResponse < Struct.new(
  :initial_contact_id,
  :transcript,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end