AWSConnectParticipantGetTranscriptResponse

Objective-C

@interface AWSConnectParticipantGetTranscriptResponse

Swift

class AWSConnectParticipantGetTranscriptResponse
  • The initial contact ID for the contact.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable initialContactId;

    Swift

    var initialContactId: String? { get set }
  • The pagination token. Use the value returned previously in the next subsequent request to retrieve the next set of results.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable nextToken;

    Swift

    var nextToken: String? { get set }
  • The list of messages in the session.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSConnectParticipantItem *> *_Nullable transcript;

    Swift

    var transcript: [AWSConnectParticipantItem]? { get set }