AWSConnectSendChatIntegrationEventResponse
Objective-C
@interface AWSConnectSendChatIntegrationEventResponse
Swift
class AWSConnectSendChatIntegrationEventResponse
-
Identifier of chat contact used to handle integration event. This may be null if the integration event is not valid without an already existing chat contact.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable initialContactId;
Swift
var initialContactId: String? { get set }
-
Whether handling the integration event resulted in creating a new chat or acting on existing chat.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable latestChatCreated;
Swift
var latestChatCreated: NSNumber? { get set }