AWSConnectCreateQueueRequest

Objective-C

@interface AWSConnectCreateQueueRequest

Swift

class AWSConnectCreateQueueRequest
  • The description of the queue.

    Declaration

    Objective-C

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

    Swift

    var detail: String? { get set }
  • The identifier for the hours of operation.

    Declaration

    Objective-C

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

    Swift

    var hoursOfOperationId: String? { get set }
  • The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.

    Declaration

    Objective-C

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

    Swift

    var instanceId: String? { get set }
  • The maximum number of contacts that can be in the queue before it is considered full.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable maxContacts;

    Swift

    var maxContacts: NSNumber? { get set }
  • The name of the queue.

    Declaration

    Objective-C

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

    Swift

    var name: String? { get set }
  • The outbound caller ID name, number, and outbound whisper flow.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSConnectOutboundCallerConfig *_Nullable outboundCallerConfig;

    Swift

    var outboundCallerConfig: AWSConnectOutboundCallerConfig? { get set }
  • The quick connects available to agents who are working the queue.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<NSString *> *_Nullable quickConnectIds;

    Swift

    var quickConnectIds: [String]? { get set }
  • The tags used to organize, track, or control access for this resource. For example, { “Tags”: {“key1”:“value1”, “key2”:“value2”} }.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSDictionary<NSString *, NSString *> *_Nullable tags;

    Swift

    var tags: [String : String]? { get set }