AWSConnectStartOutboundVoiceContactResponse

Objective-C

@interface AWSConnectStartOutboundVoiceContactResponse

Swift

class AWSConnectStartOutboundVoiceContactResponse
  • 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 }