AWSConnectSearchContactFlowsResponse

Objective-C

@interface AWSConnectSearchContactFlowsResponse

Swift

class AWSConnectSearchContactFlowsResponse
  • The total number of contact flows which matched your search query.

    Declaration

    Objective-C

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

    Swift

    var approximateTotalCount: NSNumber? { get set }
  • Information about the contact flows.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSConnectContactFlow *> *_Nullable contactFlows;

    Swift

    var contactFlows: [AWSConnectContactFlow]? { get set }
  • If there are additional results, this is the token for the next set of results.

    Declaration

    Objective-C

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

    Swift

    var nextToken: String? { get set }