AWSConnectUserQuickConnectConfig

Objective-C

@interface AWSConnectUserQuickConnectConfig

Swift

class AWSConnectUserQuickConnectConfig

Contains information about the quick connect configuration settings for a user. The contact flow must be of type Transfer to Agent.

Required parameters: [UserId, ContactFlowId]

  • The identifier of the flow.

    Declaration

    Objective-C

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

    Swift

    var contactFlowId: String? { get set }
  • The identifier of the user.

    Declaration

    Objective-C

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

    Swift

    var userId: String? { get set }