AWSConnectUpdateContactFlowContentRequest
Objective-C
@interface AWSConnectUpdateContactFlowContentRequest
Swift
class AWSConnectUpdateContactFlowContentRequest
-
The identifier of the contact flow.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable contactFlowId;
Swift
var contactFlowId: String? { get set }
-
The JSON string that represents contact flow’s content. For an example, see Example contact flow in Amazon Connect Flow language in the Amazon Connect Administrator Guide.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable content;
Swift
var content: String? { get set }
-
The identifier of the Amazon Connect instance.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable instanceId;
Swift
var instanceId: String? { get set }