AWSConnectStartChatContactResponse
Objective-C
@interface AWSConnectStartChatContactResponse
Swift
class AWSConnectStartChatContactResponse
-
The identifier of this contact within the Amazon Connect instance.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable contactId;
Swift
var contactId: String? { get set }
-
The contactId from which a persistent chat session is started. This field is populated only for persistent chats.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable continuedFromContactId;
Swift
var continuedFromContactId: String? { get set }
-
The identifier for a chat participant. The participantId for a chat participant is the same throughout the chat lifecycle.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable participantId;
Swift
var participantId: String? { get set }
-
The token used by the chat participant to call CreateParticipantConnection. The participant token is valid for the lifetime of a chat participant.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable participantToken;
Swift
var participantToken: String? { get set }