AWSConnectTaskTemplateConstraints
Objective-C
@interface AWSConnectTaskTemplateConstraints
Swift
class AWSConnectTaskTemplateConstraints
Describes constraints that apply to the template fields.
-
Lists the fields that are invisible to agents.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSConnectInvisibleFieldInfo *> *_Nullable invisibleFields;
Swift
var invisibleFields: [AWSConnectInvisibleFieldInfo]? { get set }
-
Lists the fields that are read-only to agents, and cannot be edited.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSConnectReadOnlyFieldInfo *> *_Nullable readOnlyFields;
Swift
var readOnlyFields: [AWSConnectReadOnlyFieldInfo]? { get set }
-
Lists the fields that are required to be filled by agents.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSConnectRequiredFieldInfo *> *_Nullable requiredFields;
Swift
var requiredFields: [AWSConnectRequiredFieldInfo]? { get set }