AWSConnectSearchContactFlowModulesResponse

Objective-C

@interface AWSConnectSearchContactFlowModulesResponse

Swift

class AWSConnectSearchContactFlowModulesResponse
  • 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 }
  • The search criteria to be used to return contact flow modules.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSConnectContactFlowModule *> *_Nullable contactFlowModules;

    Swift

    var contactFlowModules: [AWSConnectContactFlowModule]? { 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 }