AWSConnectCreatePersistentContactAssociationResponse
Objective-C
@interface AWSConnectCreatePersistentContactAssociationResponse
Swift
class AWSConnectCreatePersistentContactAssociationResponse
-
The contactId from which a persistent chat session is started. This field is populated only for persistent chat.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable continuedFromContactId;
Swift
var continuedFromContactId: String? { get set }