You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#initial_contact_id ⇒ String

The initial contact ID for the contact.

Returns:

  • (String) —

    The initial contact ID for the contact.

#next_token ⇒ String

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

Returns:

  • (String) —

    The pagination token.

#transcript ⇒ Array<Types::Item>

The list of messages in the session.

Returns:

  • (Array<Types::Item>) —

    The list of messages in the session.