GetTranscriptResponse

public struct GetTranscriptResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The initial contact ID for the contact.

    Declaration

    Swift

    public let initialContactId: String?
  • The pagination token. Use the value returned previously in the next subsequent request to retrieve the next set of results.

    Declaration

    Swift

    public let nextToken: String?
  • The list of messages in the session.

    Declaration

    Swift

    public let transcript: [Item]?
  • Undocumented

    Declaration

    Swift

    public init(initialContactId: String? = nil, nextToken: String? = nil, transcript: [Item]? = nil)