AWSConnectContactFlowSummary
Objective-C
@interface AWSConnectContactFlowSummary
Swift
class AWSConnectContactFlowSummary
Contains summary information about a contact flow.
You can also create and update contact flows using the Amazon Connect Flow language.
-
The Amazon Resource Name (ARN) of the contact flow.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable arn;
Swift
var arn: String? { get set }
-
The type of contact flow.
Declaration
Objective-C
@property (nonatomic) AWSConnectContactFlowType contactFlowType;
Swift
var contactFlowType: AWSConnectContactFlowType { get set }
-
The identifier of the contact flow.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable identifier;
Swift
var identifier: String? { get set }
-
The name of the contact flow.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable name;
Swift
var name: String? { get set }