AWSConnectContactFlowSummary

Objective-C

@interface AWSConnectContactFlowSummary

Swift

class AWSConnectContactFlowSummary

Contains summary information about a flow.

You can also create and update flows using the Amazon Connect Flow language.

  • arn

    The Amazon Resource Name (ARN) of the flow.

    Declaration

    Objective-C

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

    Swift

    var arn: String? { get set }
  • The type of flow.

    Declaration

    Objective-C

    @property (nonatomic) AWSConnectContactFlowState contactFlowState;

    Swift

    var contactFlowState: AWSConnectContactFlowState { get set }
  • The type of flow.

    Declaration

    Objective-C

    @property (nonatomic) AWSConnectContactFlowType contactFlowType;

    Swift

    var contactFlowType: AWSConnectContactFlowType { get set }
  • The identifier of the flow.

    Declaration

    Objective-C

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

    Swift

    var identifier: String? { get set }
  • The name of the flow.

    Declaration

    Objective-C

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

    Swift

    var name: String? { get set }